summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r17972: revert accidental commit to ads_verify_ticket()Gerald Carter2007-10-101-7/+5
* r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter2007-10-102-5/+17
* r17970: Add missing include-guards around ads.h and ads_cldap.h.Jeremy Allison2007-10-103-12/+7
* r17959: sync with samba4Stefan Metzmacher2007-10-101-0/+2
* r17953: run bin/talloctort with samba3's make testStefan Metzmacher2007-10-102-0/+21
* r17951: sync talloctort.c with samba4Stefan Metzmacher2007-10-101-32/+246
* r17949: change the comment, talloc_enable_null_tracking() shouldStefan Metzmacher2007-10-101-1/+5
* r17947: Remove extra const.Jeremy Allison2007-10-101-1/+1
* r17946: Fix couple of typos...Jeremy Allison2007-10-102-3/+3
* r17945: Store the server and client sitenames in the ADSJeremy Allison2007-10-108-7/+60
* r17944: Handle locking madness.Jeremy Allison2007-10-101-11/+32
* r17943: The horror, the horror. Add KDC site support byJeremy Allison2007-10-106-35/+117
* r17942: Jerry is right - when no site support is enabledJeremy Allison2007-10-101-6/+11
* r17941: Fix print out of client site name.Jeremy Allison2007-10-101-1/+1
* r17937: Move the saf_ cache into the tcp ad connection code.Jeremy Allison2007-10-102-7/+21
* r17934: allow srcdir != builddir for 'make test'Gerald Carter2007-10-105-8/+9
* r17933: Don't print a NULL sitename.Jeremy Allison2007-10-101-2/+2
* r17929: Ok, I think I finally figured out where to putJeremy Allison2007-10-102-13/+62
* r17928: Implement the basic store for CLDAP sitenameJeremy Allison2007-10-107-16/+106
* r17924: Get rid of warnings now that talloc is merged.Volker Lendecke2007-10-107-21/+9
* r17923: turn on null_tracking with the first talloc_init() call,Stefan Metzmacher2007-10-101-0/+3
* r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff...Stefan Metzmacher2007-10-104-237/+261
* r17921: Comment is obsolte. This is now implemented in winbindd.Jeremy Allison2007-10-101-3/+1
* r17910: remove incorrect comment (code has already been fixed)Gerald Carter2007-10-101-3/+0
* r17909: ensure we do not call map_username() twice on Krb5 session setupsGerald Carter2007-10-101-1/+5
* r17906: Port the snprintf bugfix from 4. I wonder why we never hit this....Volker Lendecke2007-10-101-2/+2
* r17903: Fix null deref caught by Stanford checker. Don'tJeremy Allison2007-10-101-1/+0
* r17902: Fix possible null deref caught by Stanford checker.Jeremy Allison2007-10-101-1/+3
* r17901: Stanford checker fix. cookie here can't be null or we'dJeremy Allison2007-10-101-1/+1
* r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_nameJeremy Allison2007-10-101-62/+62
* r17899: Fix Stanford checker bug - possible null deref.Jeremy Allison2007-10-101-2/+5
* r17897: Store the uid in the memory creds. Don't request theJeremy Allison2007-10-104-11/+27
* r17896: Reformatting. I did not want to do it anymore, but these ones looked ...Volker Lendecke2007-10-101-12/+19
* r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke2007-10-105-23/+43
* r17880: On host "tridge" in the build farm the tests fail because smbd hangs ...Volker Lendecke2007-10-101-0/+3
* r17879: Make it explicit that we can never pass NULL for buflen or stringlen.Jeremy Allison2007-10-101-6/+2
* r17878: Fix possible null deref found by Stanford checker.Jeremy Allison2007-10-101-0/+4
* r17877: Make it explicit to the checker that we can never passJeremy Allison2007-10-101-2/+1
* r17875: Fix (rather theoretical, but still...) null deref found byJeremy Allison2007-10-101-8/+11
* r17874: Fix possible null deref found by Stanford checker.Jeremy Allison2007-10-101-2/+2
* r17873: Fix possible null deref found by Stanford checker.Jeremy Allison2007-10-101-2/+3
* r17872: Fix possible null deref found by the Stanford checker.Jeremy Allison2007-10-101-1/+3
* r17869: More sensible fix for Stanford Checker null deref.Jeremy Allison2007-10-101-4/+2
* r17867: Fix null deref in error code path. Found by theJeremy Allison2007-10-101-0/+1
* r17866: Fix possible null deref - found by Stanford checker.Jeremy Allison2007-10-101-1/+1
* r17865: Fix what the Stanford checker reported as a possibleJeremy Allison2007-10-101-1/+3
* r17864: Fix possible null deref if client doesn't give usJeremy Allison2007-10-101-1/+9
* r17863: Fix unneeded NULL check on pointer parameters causing theJeremy Allison2007-10-101-7/+2
* r17862: Fix possible NULL deref (like rev 17861) found by theJeremy Allison2007-10-101-1/+3
* r17861: Fix inconsistency found in checking for NULL in DLIST_REMOVEJeremy Allison2007-10-101-1/+1