kai/samba.git
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...
2007-10-10 Volker Lendecker17847: Dummy commit
2007-10-10 Volker Lendecker17845: Remove a Solaris warning
2007-10-10 Jeremy Allisonr17837: Split out the storing of memory cached credentials
2007-10-10 Volker Lendecker17836: Don't create zombies in the children, thanks...
2007-10-10 Volker Lendecker17835: Fix Coverity bugs 306, 309, 310.
2007-10-10 Jeremy Allisonr17834: Another bug found by Volker's tests in the...
2007-10-10 Volker Lendecker17833: Next step to fix the build farm.
2007-10-10 Volker Lendecker17832: Fix bug 4050
2007-10-10 Volker Lendecker17831: Attempt to fix the build farm: 0x7fffffffffffff...
2007-10-10 Jelmer Vernooijr17819: Add some more ignores.
2007-10-10 Jeremy Allisonr17818: Fixup uint64 time calc. NT time is a 64 bit...
2007-10-10 Jelmer Vernooijr17817: Disable compilation of LIBNDR (it uses uint64_t).
2007-10-10 Jelmer Vernooijr17816: Merge my cupsprot branch. It is now possible...
2007-10-10 Gerald Carterr17815: Revert Volker's change in 16014. I really...
2007-10-10 Jelmer Vernooijr17814: Add .bzrignore file
2007-10-10 Gerald Carterr17813: Remove another instance of manually setting...
2007-10-10 Jeremy Allisonr17812: Fix bad unsigned comparisons with TIME_T_MIN...
2007-10-10 Jelmer Vernooijr17810: Use datarootdir variable generated by newer...
2007-10-10 Jeremy Allisonr17809: Add in 64-bit integer time calculations (taken...
2007-10-10 Volker Lendecker17807: Fix a file descriptor leak pointed out by John...
2007-10-10 Jelmer Vernooijr17806: Make NTTIME a UINT64_S rather than a separate...
2007-10-10 Volker Lendecker17805: Sorry Jerry, I could not stand the warnings...
2007-10-10 Volker Lendecker17804: Fix a enum/int mixup found by the IRIX compiler.
2007-10-10 Gerald Carterr17803: finally get the new libaddns code to build...
2007-10-10 Gerald Carterr17802: trying to fix more build farm hosts
2007-10-10 Gerald Carterr17801: bad merge ? No sure how the second half of...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Gerald Carterr17799: Start fixing the building carnage. Only includ...
2007-10-10 Gerald Carterr17798: Beginnings of a standalone libaddns library...
2007-10-10 Gerald Carterr17797: Just say "ok" when trying to rename a local...
2007-10-10 Gerald Carterr17795: Finally track down the "ads_connect: Interrupte...
2007-10-10 Jeremy Allisonr17767: Argggg. Broke the build. Need to fix callers...
next