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
/
tests
/
test_myldap.c
Age
Commit message (
Expand
)
Author
2009-08-31
rename configfile to /etc/nslcd.conf and make debian packaging copy the file ...
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-05-24
support multiple search bases, partially based on a patch by Leigh Wedding <l...
Arthur de Jong
2008-05-01
fix a warning
Arthur de Jong
2008-05-01
ensure that filter_get_var() and filter_get_var() return non-NULL to enable p...
Arthur de Jong
2008-04-25
implement new timing mechanism for retries to quickly fail lookups to LDAP se...
Arthur de Jong
2008-04-25
include missing include
Arthur de Jong
2008-04-25
ignore SIGPIPE in myldap tests
Arthur de Jong
2008-04-25
fix assert to be test instead of assignment
Arthur de Jong
2008-04-25
have the binary look up the file name and only use the shell script wrapper t...
Arthur de Jong
2008-04-05
check that the last myldap_get_entry() returned success
Arthur de Jong
2008-02-15
add tests for myldap_get_rdn_value() and myldap_cpy_rdn_value()
Arthur de Jong
2008-02-03
add tests for new LDAP lookups
Arthur de Jong
2008-01-31
re-add test URIs that accidentally got commented out in the last commit
Arthur de Jong
2008-01-31
pass the correct pthread flags for all calls to compiler and linker and link ...
Arthur de Jong
2008-01-26
somewhat improve the output from the tests
Arthur de Jong
2007-12-26
in test_two_searches() test that we can read from the second search if the fi...
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-22
add limited test for reconnect logic
Arthur de Jong
2007-12-22
limit printing of results in test to just 10
Arthur de Jong
2007-12-20
pass configfile to use as a command-line paramter to test_myldap, use the myl...
Arthur de Jong
2007-12-20
have assertion on correct search
Arthur de Jong
2007-12-14
fix typo in comment
Arthur de Jong
2007-10-19
integrate basic myldap interface (partially merged from dev-myldap branch)
Arthur de Jong