vlendec/samba-autobuild/.git
2007-10-10 Jeremy Allisonr18107: Only do a SAF realm store if the logon was...
2007-10-10 Stefan Metzmacherr18099: merge from samba4 to make tcc happy as the...
2007-10-10 Stefan Metzmacherr18070: be more verbose when errors happen
2007-10-10 Stefan Metzmacherr18069: it isn't a good idea to run the PIPE_NUMBER...
2007-10-10 Volker Lendecker18066: It's a bit pointless to send ourselves a signal...
2007-10-10 Stefan Metzmacherr18065: build talloctort as part of 'make torture'
2007-10-10 Jeremy Allisonr18063: When we get a successful connection using ADS,
2007-10-10 Jeremy Allisonr18062: Fix to ensure the name used by pam matches the
2007-10-10 Simo Sorcer18049: Backport SAMBA_4_0 snprintf changes
2007-10-10 Volker Lendecker18048: More nested structures
2007-10-10 Volker Lendecker18047: More C++ stuff
2007-10-10 Volker Lendecker18030: When compiling with C++, nested structs lead...
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker18028: Fix warnings on non-krb5 systems
2007-10-10 Volker Lendecker18027: Fix some 64-bit warnings
2007-10-10 Volker Lendecker18020: Fix SunX (with LDAP but without ADS)
2007-10-10 Volker Lendecker18019: Fix a C++ warnings: Don't use void * in libads...
2007-10-10 Volker Lendecker18016: OpenBSD apparently does not have ENOTSUP
2007-10-10 Jeremy Allisonr18015: Try and detect network failures immediately in
2007-10-10 Derrell Lipmanr18014: revert a possibly unnecessary change
2007-10-10 Derrell Lipmanr18013: Fix for "bug" (enhancement) 3684.
2007-10-10 Derrell Lipmanr18012: Should fix bug 4018.
2007-10-10 Derrell Lipmanr18011: Should fix bug 3835.
2007-10-10 Jeremy Allisonr18010: Ensure we don't timeout twice to the same
2007-10-10 Derrell Lipmanr18009: Fixes bug 4026.
2007-10-10 Volker Lendecker18008: Ok, same fix as before. But this time also...
2007-10-10 Jeremy Allisonr18007: Ensure we don't namecache KDC entries with...
2007-10-10 Jeremy Allisonr18006: Actually a smaller change than it looks. Leverage
2007-10-10 Volker Lendecker18005: The ntlmssp fix is not correct yet, working...
2007-10-10 Jeremy Allisonr18004: If you're writing out a krb5.conf, at least
2007-10-10 Jeremy Allisonr18003: Creating a directory and getting EEXIST isn...
2007-10-10 Jeremy Allisonr18002: Improved debug.
2007-10-10 Jeremy Allisonr18001: Proper error reporting on write/close fail.
2007-10-10 Jeremy Allisonr18000: Get nelem/size args right for x_fwrite.
2007-10-10 Jeremy Allisonr17999: No need to prevent others from reading. Use...
2007-10-10 Jeremy Allisonr17997: Ensure lockdir exists for winbindd. Store tmp
2007-10-10 Jeremy Allisonr17996: Don't talloc free the memory then reference...
2007-10-10 Jeremy Allisonr17995: Ensure we create the domain-specific krb5 files...
2007-10-10 Jeremy Allisonr17994: Add debugs that showed me why my site code...
2007-10-10 Jeremy Allisonr17984: Ensure we never indirect a null opt_username...
2007-10-10 Jeremy Allisonr17981: Hmmm. Don't break helper functions that don...
2007-10-10 Jeremy Allisonr17979: Make ntlm_auth more intelligent about figuring...
2007-10-10 Volker Lendecker17977: To be honest, I have NO idea whatsoever what...
2007-10-10 Volker Lendecker17976: Fix typo
2007-10-10 Gerald Carterr17972: revert accidental commit to ads_verify_ticket()
2007-10-10 Gerald Carterr17971: Disable storing SIDs in the S-1-22-1 and S...
2007-10-10 Jeremy Allisonr17970: Add missing include-guards around ads.h and...
2007-10-10 Stefan Metzmacherr17959: sync with samba4
2007-10-10 Stefan Metzmacherr17953: run bin/talloctort with samba3's make test
2007-10-10 Stefan Metzmacherr17951: sync talloctort.c with samba4
2007-10-10 Stefan Metzmacherr17949: change the comment, talloc_enable_null_tracking...
2007-10-10 Jeremy Allisonr17947: Remove extra const.
2007-10-10 Jeremy Allisonr17946: Fix couple of typos...
2007-10-10 Jeremy Allisonr17945: Store the server and client sitenames in the ADS
2007-10-10 Jeremy Allisonr17944: Handle locking madness.
2007-10-10 Jeremy Allisonr17943: The horror, the horror. Add KDC site support by
2007-10-10 Jeremy Allisonr17942: Jerry is right - when no site support is enabled
2007-10-10 Jeremy Allisonr17941: Fix print out of client site name.
2007-10-10 Jeremy Allisonr17937: Move the saf_ cache into the tcp ad connection...
2007-10-10 Gerald Carterr17934: allow srcdir != builddir for 'make test'
2007-10-10 Jeremy Allisonr17933: Don't print a NULL sitename.
2007-10-10 Jeremy Allisonr17929: Ok, I think I finally figured out where to put
2007-10-10 Jeremy Allisonr17928: Implement the basic store for CLDAP sitename
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Stefan Metzmacherr17923: turn on null_tracking with the first talloc_ini...
2007-10-10 Stefan Metzmacherr17922: sync samba3's talloc with samba4's and move...
2007-10-10 Jeremy Allisonr17921: Comment is obsolte. This is now implemented...
2007-10-10 Gerald Carterr17910: remove incorrect comment (code has already...
2007-10-10 Gerald Carterr17909: ensure we do not call map_username() twice...
2007-10-10 Volker Lendecker17906: Port the snprintf bugfix from 4. I wonder why...
2007-10-10 Jeremy Allisonr17903: Fix null deref caught by Stanford checker....
2007-10-10 Jeremy Allisonr17902: Fix possible null deref caught by Stanford...
2007-10-10 Jeremy Allisonr17901: Stanford checker fix. cookie here can't be...
2007-10-10 Jeremy Allisonr17900: Fix from Michael Adam <ma@sernet.de> - make...
2007-10-10 Jeremy Allisonr17899: Fix Stanford checker bug - possible null deref.
2007-10-10 Jeremy Allisonr17897: Store the uid in the memory creds. Don't reques...
2007-10-10 Volker Lendecker17896: Reformatting. I did not want to do it anymore...
2007-10-10 Volker Lendecker17881: Another microstep towards better error reportin...
2007-10-10 Volker Lendecker17880: On host "tridge" in the build farm the tests...
2007-10-10 Jeremy Allisonr17879: Make it explicit that we can never pass NULL...
2007-10-10 Jeremy Allisonr17878: Fix possible null deref found by Stanford checker.
2007-10-10 Jeremy Allisonr17877: Make it explicit to the checker that we can...
2007-10-10 Jeremy Allisonr17875: Fix (rather theoretical, but still...) null...
2007-10-10 Jeremy Allisonr17874: Fix possible null deref found by Stanford checker.
2007-10-10 Jeremy Allisonr17873: Fix possible null deref found by Stanford checker.
2007-10-10 Jeremy Allisonr17872: Fix possible null deref found by the Stanford...
2007-10-10 Jeremy Allisonr17869: More sensible fix for Stanford Checker null...
2007-10-10 Jeremy Allisonr17867: Fix null deref in error code path. Found by the
2007-10-10 Jeremy Allisonr17866: Fix possible null deref - found by Stanford...
2007-10-10 Jeremy Allisonr17865: Fix what the Stanford checker reported as a...
2007-10-10 Jeremy Allisonr17864: Fix possible null deref if client doesn't give us
2007-10-10 Jeremy Allisonr17863: Fix unneeded NULL check on pointer parameters...
2007-10-10 Jeremy Allisonr17862: Fix possible NULL deref (like rev 17861) found...
2007-10-10 Jeremy Allisonr17861: Fix inconsistency found in checking for NULL...
2007-10-10 Volker Lendecker17855: Fix the build on systems without LDAP
2007-10-10 Volker Lendecker17854: Steal the LDAP in NTSTATUS trick from Samba4
2007-10-10 Volker Lendecker17853: Fix an uninitialized variable (m_time2). Jeremy...
2007-10-10 Volker Lendecker17852: Remove a pointless NULL assignment
2007-10-10 Volker Lendecker17851: Fix a warning & attempt to fix the Tru64 build
2007-10-10 Volker Lendecker17850: Another dummy checkin for the build farm to...
next