index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd
/
common.h
Age
Commit message (
Expand
)
Author
2008-06-13
combine isvalidusername() and isvalidgroupname() into isvalidname() because t...
Arthur de Jong
2008-04-20
add checks for valid user and group names in incoming requests and for data r...
Arthur de Jong
2008-04-06
return values of dn2uid() and uid2dn() should always be used
Arthur de Jong
2008-04-05
fix member->group searches by also searching for DN in uniqueMember attribute
Arthur de Jong
2008-02-02
implement a dn2uid() function to transform a DN into a username (looking insi...
Arthur de Jong
2008-01-02
immediatly bail out if write entity function failed (prevents numerous "error...
Arthur de Jong
2007-12-31
fix get_userpassword() function description
Arthur de Jong
2007-12-25
have myldap_get_entry() return an LDAP status code that can signal errors in ...
Arthur de Jong
2007-12-25
remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection i...
Arthur de Jong
2007-12-25
no need for us to flush the buffer since our caller closes the stream immedia...
Arthur de Jong
2007-12-09
get rid of some old code and rename ldap-nss to myldap since there is no more...
Arthur de Jong
2007-12-09
switch to new LDAP entry parsing code that is much simpler and more readable
Arthur de Jong
2007-10-28
first step to use the new myldap interface
Arthur de Jong
2007-09-15
remove support for nested groups and use of uniqueMember and member attribute...
Arthur de Jong
2007-09-14
add note about free()ing the returned value and add logging
Arthur de Jong
2007-09-14
move user2dn() from group.c to passwd_username2dn() in passwd.c
Arthur de Jong
2007-09-14
get rid of global session and instead pass the session as a parameter with ev...
Arthur de Jong
2007-09-08
move nss2nslcd() to ldap-nss.c
Arthur de Jong
2007-09-07
move some of the filter code to the database specific modules to be able to r...
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong
2007-02-17
add gcc attributes to some functions and parameters
Arthur de Jong
2007-01-09
change license from GNU Library General Public License v.2 to GNU Lesser Gene...
Arthur de Jong
2006-12-27
do not allocate new memory with malloc() for each request with a string param...
Arthur de Jong
2006-12-21
rename server directory to nslcd
Arthur de Jong