summaryrefslogtreecommitdiffstats
path: root/source3/libads/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Try to keep vl happy - shorten some of these lines.Andrew Bartlett2004-01-051-6/+12
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-051-8/+130
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-011-92/+8
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-011-8/+92
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison2003-12-131-12/+29
* Get rid of a const warningVolker Lendecke2003-11-261-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-3/+3
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-031-1/+2
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-1/+10
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-061-2/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* working on transtive trusts issue:Gerald Carter2003-07-311-71/+0
* 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