summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* r17855: Fix the build on systems without LDAPVolker Lendecke2007-10-101-0/+2
* r17854: Steal the LDAP in NTSTATUS trick from Samba4Volker Lendecke2007-10-104-16/+39
* r17853: Fix an uninitialized variable (m_time2). Jeremy, please check.Volker Lendecke2007-10-101-2/+3
* r17852: Remove a pointless NULL assignmentVolker Lendecke2007-10-101-1/+0
* r17851: Fix a warning & attempt to fix the Tru64 buildVolker Lendecke2007-10-102-1/+25
* r17850: Another dummy checkin for the build farm to retryVolker Lendecke2007-10-101-1/+1
* r17847: Dummy commitVolker Lendecke2007-10-101-1/+1
* r17845: Remove a Solaris warningVolker Lendecke2007-10-101-1/+1
* r17837: Split out the storing of memory cached credentialsJeremy Allison2007-10-104-201/+422
* r17836: Don't create zombies in the children, thanks to Jeremy!Volker Lendecke2007-10-101-0/+4
* r17835: Fix Coverity bugs 306, 309, 310.Volker Lendecke2007-10-103-7/+2
* r17834: Another bug found by Volker's tests in the build farm !Jeremy Allison2007-10-101-7/+1
* r17833: Next step to fix the build farm.Volker Lendecke2007-10-101-0/+1
* r17832: Fix bug 4050Volker Lendecke2007-10-101-3/+4
* r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...Volker Lendecke2007-10-102-1/+7
* r17818: Fixup uint64 time calc. NT time is a 64 bit number,Jeremy Allison2007-10-101-3/+3
* r17817: Disable compilation of LIBNDR (it uses uint64_t).Jelmer Vernooij2007-10-101-2/+2
* r17816: Merge my cupsprot branch. It is now possible to (optionally) specify ...Jelmer Vernooij2007-10-101-31/+37
* r17815: Revert Volker's change in 16014. I really do not believeGerald Carter2007-10-101-1/+0
* r17813: Remove another instance of manually setting the group SID.Gerald Carter2007-10-101-1/+7
* r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.Jeremy Allison2007-10-101-3/+3
* r17810: Use datarootdir variable generated by newer autoconf versions. (fixes...Jelmer Vernooij2007-10-101-0/+1
* r17809: Add in 64-bit integer time calculations (taken fromJeremy Allison2007-10-101-41/+160
* r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks!Volker Lendecke2007-10-101-0/+1
* r17806: Make NTTIME a UINT64_S rather than a separate structure consisting ofJelmer Vernooij2007-10-102-8/+6
* r17805: Sorry Jerry, I could not stand the warnings... :-)Volker Lendecke2007-10-1010-62/+67
* r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke2007-10-102-1/+2
* r17803: finally get the new libaddns code to build on Solaris 9Gerald Carter2007-10-102-1/+6
* r17802: trying to fix more build farm hostsGerald Carter2007-10-104-21/+51
* r17801: bad merge ? No sure how the second half of the LIBNDR_OBJ value got ...Gerald Carter2007-10-101-1/+3
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-1014-239/+378
* r17799: Start fixing the building carnage. Only include calls toGerald Carter2007-10-101-0/+2
* r17798: Beginnings of a standalone libaddns library released underGerald Carter2007-10-1018-15/+6110
* r17797: Just say "ok" when trying to rename a local group to its same name.Gerald Carter2007-10-101-4/+11