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
/
group.c
Age
Commit message (
Expand
)
Author
2013-01-12
check result of set_tolist() to ensure that memory allocation problems are lo...
Arthur de Jong
2012-12-30
remove the ldc_ prefix from struct ldap_config fields
Arthur de Jong
2012-12-23
move the action argument to NSLCD_HANDLE to the front
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2012-12-16
switch protocol from host byte order to network byte order and switch use of ...
Arthur de Jong
2012-11-22
ensure that values are logged as unsigned numbers
Arthur de Jong
2012-09-14
grow all search filter buffers to 4096 bytes (thanks flavio)
Arthur de Jong
2012-05-20
implement extra range checking of all numeric values
Arthur de Jong
2012-03-13
make whether or not to do case-sensitive filtering configurable (patch by Mat...
Arthur de Jong
2011-09-30
Use an explicit base of 10 for strtouid()/strtogid()/strtol() calls
Jakub Hrozek
2011-09-09
make validation log messages consistent
Arthur de Jong
2011-08-27
provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...
Arthur de Jong
2011-08-27
check errno after calls to strtol() to ensure that numbers that are too large...
Arthur de Jong
2011-08-05
implementation of myldap_get_values_len() to use ldap_get_values_len() instea...
Arthur de Jong
2011-08-03
switch to using the member attribute by default instead of uniqueMember
Arthur de Jong
2011-07-02
make buffer sizes consistent, grow gidNumber buffer to hold larger numbers an...
Arthur de Jong
2011-04-15
provide replacement implementation for strndup() for systems that don't have it
Arthur de Jong
2011-04-15
support using the objectSid attribute to provide numeric user and group ids, ...
Arthur de Jong
2011-04-03
make user and group name validation errors a little more informative
Arthur de Jong
2010-12-28
allow attribute mapping with an expression for the userPassword attribute for...
Arthur de Jong
2010-12-20
implement a nss_min_uid option to filter user entries returned by LDAP
Arthur de Jong
2010-11-07
log the request with any logged messages
Arthur de Jong
2010-09-26
update description of group schema supported
Arthur de Jong
2010-06-12
remove commented out memberOf and ipNetmaskNumber attributes and small cleanups
Arthur de Jong
2010-05-07
tune some buffer sizes and small cleanups
Arthur de Jong
2010-03-20
add an nss_initgroups_ignoreusers option to ignore username to group lookups ...
Arthur de Jong
2009-12-27
fix comment
Arthur de Jong
2009-12-13
change dict and set API to perform loops with a list of strings instead of lo...
Arthur de Jong
2009-11-01
give search filter escaping buffers more logical names
Arthur de Jong
2009-11-01
also do proper escaping in mkfilter_group_bymember()
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-06-29
fix off by one error in the maximum number of gidNumber attributes in an LDAP...
Arthur de Jong
2009-06-06
implement case-sensitive filtering for group, netgroup, passwd, protocols, rp...
Arthur de Jong
2009-05-29
refactor protocol reading and writing macros to the common directory, use mor...
Arthur de Jong
2009-05-24
initialise database modules only once after parsing config
Arthur de Jong
2009-05-24
support multiple search bases, partially based on a patch by Leigh Wedding <l...
Arthur de Jong
2009-04-19
clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS...
Arthur de Jong
2008-06-13
combine isvalidusername() and isvalidgroupname() into isvalidname() because t...
Arthur de Jong
2008-06-06
miscellaneous portability improvements
Arthur de Jong
2008-04-20
fix tests for valid user and group names
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-20
only support uniqueMember containing DN values
Arthur de Jong
2008-04-20
fix warning message to not refer to alias
Arthur de Jong
2008-04-19
correctly call set_free() instead of free()
Arthur de Jong
2008-04-19
use the new set data structure to gather the group members
Arthur de Jong
2008-04-06
properly handle the case where dn2uid() couldn't do a DN->uid lookup
Arthur de Jong
2008-04-05
fix member->group searches by also searching for DN in uniqueMember attribute
Arthur de Jong
2008-03-27
fix a problem where the newly allocated storage by realloc() wasn't used (tha...
Arthur de Jong
2008-02-03
support the uniqueMember LDAP attribute that holds DN values (they are transl...
Arthur de Jong
2007-12-31
remove TODO (was done)
Arthur de Jong
[next]