summaryrefslogtreecommitdiffstats
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge from HEAD:Jim McDonough2002-10-291-5/+33
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-64/+138
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-22/+72
* sync 3.0 branch with headJelmer Vernooij2002-08-171-68/+321
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-302/+377
* A few more updates:Jim McDonough2002-04-101-132/+348
* Several updates to get server side sorting going:Jim McDonough2002-04-051-26/+78
* Try harder next time to not duplicate function...take ads_err2string backJim McDonough2002-04-041-15/+0
* Add ads_err2string() function for generating error strings from an ADS_STATUS.Jim McDonough2002-04-041-0/+15
* Added ads_process_results(), which takes a function that is called for eachJim McDonough2002-03-291-20/+73
* Whoops, left the paged control not critical in the paged search...kind ofJim McDonough2002-03-271-1/+1
* Add server control to prevent referrals in paged searches. This keepsJim McDonough2002-03-271-6/+18
* added a ads_do_search_all() call, which is a more convenient interfaceAndrew Tridgell2002-03-191-0/+42
* fixed paged controls on my box. The problem seems to be incorrectAndrew Tridgell2002-03-191-4/+21
* This adds the Paged Result Control to ads searching. The new function, ads_d...Jim McDonough2002-03-141-0/+79
* detect SIZELIMIT_EXCEEDED in ldap queries and truncateAndrew Tridgell2002-03-131-0/+4
* put in the ADS DNS hack, but commented outAndrew Tridgell2002-03-111-0/+11
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-101-8/+121
* fix for IRIX compile errorHerb Lewis2002-03-041-3/+4
* Fix LDAP modification operation. Cut and paste error: was LDAP_MOD_ADD, shou...Jim McDonough2002-02-131-1/+1
* talloc'ify ads modify functions. Also add more complete berval support.Jim McDonough2002-02-121-122/+119
* Add ability to extend ads modification list on the fly. Also add some malloc...Jim McDonough2002-02-111-23/+39
* when a trusted domain is down an ADS server will return a success on aAndrew Tridgell2002-02-071-2/+3
* Fix ldapmod list overrun check. Also better document and format ldap control...Jim McDonough2002-02-061-16/+13
* merge in some changes from Alexey Kotovich. Return ADS_STATUS instead of BOO...Jim McDonough2002-02-021-33/+88
* Minor bug fixes, plus support to remove a printer. Commented out optional at...Jim McDonough2002-02-021-11/+56
* Fix build errors on non-ldap systems...change function parms from LDAPMod ** ...Jim McDonough2002-02-011-24/+27
* Add functions for modifying an entry in ADS. Needed for printer publishing.Jim McDonough2002-02-011-1/+118
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2002-01-251-1/+3
* much better support for organisational units in ADS joinAndrew Tridgell2002-01-161-1/+21
* Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2002-01-111-2/+7
* added nTSecurityDescriptor field to host acct dumpAndrew Tridgell2002-01-031-1/+3
* Make Samba compile on RH 6.2 again.Andrew Bartlett2001-12-301-59/+0
* added ads_domain_sid() functionAndrew Tridgell2001-12-201-0/+18
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-1/+11
* much better ADS error handling systemAndrew Tridgell2001-12-191-93/+141
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-8/+69
* allow selection of the organisational unit when joining a realmAndrew Tridgell2001-12-171-4/+4
* make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-101-39/+0
* fix a DEBUG() lineAndrew Tridgell2001-12-081-2/+3
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-67/+71
* added a propoer kerberos_kinit_password callAndrew Tridgell2001-12-061-1/+1
* fixed a minor password memory leakAndrew Tridgell2001-12-051-0/+1
* handle ldap server down betterAndrew Tridgell2001-12-051-1/+3
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-0/+4
* added timeouts and retries to ldap operationsAndrew Tridgell2001-12-051-9/+53
* moved the sequence number fetch into the backend, and fetch theAndrew Tridgell2001-12-051-1/+1
* paranoia fixes in based ldap routines for potential memory leaksAndrew Tridgell2001-12-051-10/+16
* more memory leak fixesAndrew Tridgell2001-12-051-0/+8