summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18069: it isn't a good idea to run the PIPE_NUMBER test on a file share...Stefan Metzmacher1-2/+2
2007-10-10r18066: It's a bit pointless to send ourselves a signal just to check if we e...Volker Lendecke1-0/+4
2007-10-10r18065: build talloctort as part of 'make torture'Stefan Metzmacher1-1/+1
2007-10-10r18063: When we get a successful connection using ADS,Jeremy Allison2-1/+5
2007-10-10r18062: Fix to ensure the name used by pam matches theJeremy Allison2-8/+60
2007-10-10r18049: Backport SAMBA_4_0 snprintf changesSimo Sorce1-12/+43
2007-10-10r18048: More nested structuresVolker Lendecke1-6/+9
2007-10-10r18047: More C++ stuffVolker Lendecke8-21/+25
2007-10-10r18030: When compiling with C++, nested structs lead to nested class definiti...Volker Lendecke1-6/+7
2007-10-10r18029: More C++ stuffVolker Lendecke7-8/+8
2007-10-10r18028: Fix warnings on non-krb5 systemsVolker Lendecke2-13/+21
2007-10-10r18027: Fix some 64-bit warningsVolker Lendecke2-10/+19
2007-10-10r18020: Fix SunX (with LDAP but without ADS)Volker Lendecke1-1/+1
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke18-157/+262
2007-10-10r18016: OpenBSD apparently does not have ENOTSUPVolker Lendecke1-0/+20
2007-10-10r18015: Try and detect network failures immediately inJeremy Allison2-5/+32
2007-10-10r18014: revert a possibly unnecessary changeDerrell Lipman1-1/+2
2007-10-10r18013: Fix for "bug" (enhancement) 3684.Derrell Lipman3-1/+34
2007-10-10r18012: Should fix bug 4018.Derrell Lipman1-1/+9
2007-10-10r18011: Should fix bug 3835.Derrell Lipman3-11/+41
2007-10-10r18010: Ensure we don't timeout twice to the sameJeremy Allison3-9/+17
2007-10-10r18009: Fixes bug 4026.Derrell Lipman5-188/+475
2007-10-10r18008: Ok, same fix as before. But this time also allocate the session key. ...Volker Lendecke1-5/+14
2007-10-10r18007: Ensure we don't namecache KDC entries with port 88Jeremy Allison1-0/+2
2007-10-10r18006: Actually a smaller change than it looks. LeverageJeremy Allison5-17/+155
2007-10-10r18005: The ntlmssp fix is not correct yet, working on itVolker Lendecke1-6/+5
2007-10-10r18004: If you're writing out a krb5.conf, at leastJeremy Allison1-2/+2
2007-10-10r18003: Creating a directory and getting EEXIST isn't an error.Jeremy Allison1-1/+1
2007-10-10r18002: Improved debug.Jeremy Allison1-1/+2
2007-10-10r18001: Proper error reporting on write/close fail.Jeremy Allison1-1/+7
2007-10-10r18000: Get nelem/size args right for x_fwrite.Jeremy Allison1-1/+1
2007-10-10r17999: No need to prevent others from reading. Use 755 insteadJeremy Allison1-2/+2
2007-10-10r17997: Ensure lockdir exists for winbindd. Store tmpJeremy Allison2-1/+5
2007-10-10r17996: Don't talloc free the memory then reference it. Doh !Jeremy Allison1-3/+4
2007-10-10r17995: Ensure we create the domain-specific krb5 files in aJeremy Allison1-8/+22
2007-10-10r17994: Add debugs that showed me why my site code wasn'tJeremy Allison3-2/+11
2007-10-10r17984: Ensure we never indirect a null opt_username if it wasn'tJeremy Allison1-0/+10
2007-10-10r17981: Hmmm. Don't break helper functions that don't needJeremy Allison1-5/+7
2007-10-10r17979: Make ntlm_auth more intelligent about figuring out it'sJeremy Allison1-14/+31
2007-10-10r17977: To be honest, I have NO idea whatsoever what this does, but it fixes ...Volker Lendecke1-5/+6
2007-10-10r17976: Fix typoVolker Lendecke1-1/+1
2007-10-10r17972: revert accidental commit to ads_verify_ticket()Gerald Carter1-7/+5
2007-10-10r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter2-5/+17
2007-10-10r17970: Add missing include-guards around ads.h and ads_cldap.h.Jeremy Allison3-12/+7
2007-10-10r17959: sync with samba4Stefan Metzmacher1-0/+2
2007-10-10r17953: run bin/talloctort with samba3's make testStefan Metzmacher2-0/+21
2007-10-10r17951: sync talloctort.c with samba4Stefan Metzmacher1-32/+246
2007-10-10r17949: change the comment, talloc_enable_null_tracking() shouldStefan Metzmacher1-1/+5
2007-10-10r17947: Remove extra const.Jeremy Allison1-1/+1
2007-10-10r17946: Fix couple of typos...Jeremy Allison2-3/+3