summaryrefslogtreecommitdiffstats
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Change variable name to get this working on gcc 3.2 (Merge from HEAD)Jelmer Vernooij2003-04-151-33/+33
* merge from HEAD - dump tokenGroups as sids.Andrew Bartlett2003-03-171-0/+1
* Make sure these values are never uninitialsised.Andrew Bartlett2003-02-241-2/+2
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-18/+33
* Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-13/+36
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-5/+11
* Merging from HEAD - add a note about a better method for finding netbios name...Jeremy Allison2003-02-121-0/+7
* Mem alloc checks.Jeremy Allison2003-02-041-11/+28
* Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-011-7/+21
* sanity checks from Ken CrossGerald Carter2003-01-211-1/+5
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-7/+7
* More printer publishing code.Jim McDonough2002-12-131-0/+26
* [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
* Updates from HEAD:Andrew Bartlett2002-11-151-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-18/+20
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-12/+7
* 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