summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17867: Fix null deref in error code path. Found by theJeremy Allison1-0/+1
2007-10-10r17866: Fix possible null deref - found by Stanford checker.Jeremy Allison1-1/+1
2007-10-10r17865: Fix what the Stanford checker reported as a possibleJeremy Allison1-1/+3
2007-10-10r17864: Fix possible null deref if client doesn't give usJeremy Allison1-1/+9
2007-10-10r17863: Fix unneeded NULL check on pointer parameters causing theJeremy Allison1-7/+2
2007-10-10r17862: Fix possible NULL deref (like rev 17861) found by theJeremy Allison1-1/+3
2007-10-10r17861: Fix inconsistency found in checking for NULL in DLIST_REMOVEJeremy Allison1-1/+1
2007-10-10r17855: Fix the build on systems without LDAPVolker Lendecke1-0/+2
2007-10-10r17854: Steal the LDAP in NTSTATUS trick from Samba4Volker Lendecke4-16/+39
2007-10-10r17853: Fix an uninitialized variable (m_time2). Jeremy, please check.Volker Lendecke1-2/+3
2007-10-10r17852: Remove a pointless NULL assignmentVolker Lendecke1-1/+0
2007-10-10r17851: Fix a warning & attempt to fix the Tru64 buildVolker Lendecke2-1/+25
2007-10-10r17850: Another dummy checkin for the build farm to retryVolker Lendecke1-1/+1
2007-10-10r17847: Dummy commitVolker Lendecke1-1/+1
2007-10-10r17845: Remove a Solaris warningVolker Lendecke1-1/+1
2007-10-10r17837: Split out the storing of memory cached credentialsJeremy Allison4-201/+422
2007-10-10r17836: Don't create zombies in the children, thanks to Jeremy!Volker Lendecke1-0/+4
2007-10-10r17835: Fix Coverity bugs 306, 309, 310.Volker Lendecke3-7/+2
2007-10-10r17834: Another bug found by Volker's tests in the build farm !Jeremy Allison1-7/+1
2007-10-10r17833: Next step to fix the build farm.Volker Lendecke1-0/+1
2007-10-10r17832: Fix bug 4050Volker Lendecke1-3/+4
2007-10-10r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...Volker Lendecke2-1/+7
2007-10-10r17818: Fixup uint64 time calc. NT time is a 64 bit number,Jeremy Allison1-3/+3
2007-10-10r17817: Disable compilation of LIBNDR (it uses uint64_t).Jelmer Vernooij1-2/+2
2007-10-10r17816: Merge my cupsprot branch. It is now possible to (optionally) specify ...Jelmer Vernooij1-31/+37
2007-10-10r17815: Revert Volker's change in 16014. I really do not believeGerald Carter1-1/+0
2007-10-10r17813: Remove another instance of manually setting the group SID.Gerald Carter1-1/+7
2007-10-10r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.Jeremy Allison1-3/+3
2007-10-10r17810: Use datarootdir variable generated by newer autoconf versions. (fixes...Jelmer Vernooij1-0/+1
2007-10-10r17809: Add in 64-bit integer time calculations (taken fromJeremy Allison1-41/+160
2007-10-10r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks!Volker Lendecke1-0/+1
2007-10-10r17806: Make NTTIME a UINT64_S rather than a separate structure consisting ofJelmer Vernooij2-8/+6
2007-10-10r17805: Sorry Jerry, I could not stand the warnings... :-)Volker Lendecke10-62/+67
2007-10-10r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke2-1/+2
2007-10-10r17803: finally get the new libaddns code to build on Solaris 9Gerald Carter2-1/+6
2007-10-10r17802: trying to fix more build farm hostsGerald Carter4-21/+51
2007-10-10r17801: bad merge ? No sure how the second half of the LIBNDR_OBJ value got ...Gerald Carter1-1/+3
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison14-239/+378
2007-10-10r17799: Start fixing the building carnage. Only include calls toGerald Carter1-0/+2
2007-10-10r17798: Beginnings of a standalone libaddns library released underGerald Carter18-15/+6110
2007-10-10r17797: Just say "ok" when trying to rename a local group to its same name.Gerald Carter1-4/+11
2007-10-10r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter3-18/+70
2007-10-10r17767: Argggg. Broke the build. Need to fix callers of put_long_date()Jeremy Allison1-68/+29
2007-10-10r17766: Getting ready to properly expose 100ns times onJeremy Allison1-29/+68
2007-10-10r17761: Handle times consistently across all client utils.Jeremy Allison4-47/+34
2007-10-10r17760: The DNS SRV lookup already sorts by priority and weight so don'tGerald Carter1-3/+9
2007-10-10r17736: Apply the Unix group patch when creating the token for aGerald Carter1-1/+28
2007-10-10r17723: * BUG 3969: Fix unsigned time comparison with expiration policy from ...Gerald Carter5-47/+35
2007-10-10r17710: Thanks to Thomas Bork for testing and continued feedback on this.Gerald Carter1-2/+25
2007-10-10r17709: Fix cut-n-paste error with the name of gid_to_unix_group_sid().Gerald Carter2-2/+2