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
2014-10-04
foo
Luke Shumaker
2014-05-04
Make buffer size error logging consistent
Arthur de Jong
2014-01-31
Support builtin Windows groups
Davy Defaud
2014-01-05
Use myldap_get_deref_values() to get member uids
Arthur de Jong
2014-01-05
Skip member attributes in bymember search
Arthur de Jong
2014-01-05
Support blanking the member attribute
Arthur de Jong
2014-01-05
Fix typo
Arthur de Jong
2014-01-05
Fix memory leaks related to set_pop()
Arthur de Jong
2013-12-18
Centralise buffer sizes
Arthur de Jong
2013-10-29
Fix a number of compiler warnings
Arthur de Jong
2013-08-28
Increase password buffer size
Bersl
2013-03-24
Implement a nss_nested_groups configuration option
Arthur de Jong
2013-03-24
Implement support for nested groups in nslcd
Arthur de Jong
2013-03-24
Implement a mkfilter_group_bymemberdn() function
Steve Hill
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
[next]