summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* fix case where no realm or workgroup means to use our ownGerald Carter2003-07-251-2/+19
* connect to the right realm or domain for trusted AD domainsGerald Carter2003-07-231-8/+4
* Call the synchronous version of the ldap delete function otherwise we end upTim Potter2003-07-071-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-5/+5
* Fix bug in doxygen comments for ads search functions.Tim Potter2003-07-031-4/+4
* * fix typos in a few debug statementsGerald Carter2003-06-251-3/+9
* large change:Gerald Carter2003-06-251-118/+47
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-0/+3
* we need to call ads_first_entry() before using a ldap result,Andrew Tridgell2003-06-161-5/+12
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-1/+1
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-3/+5
* 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