summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter2007-10-103-18/+70
* r17767: Argggg. Broke the build. Need to fix callers of put_long_date()Jeremy Allison2007-10-101-68/+29
* r17766: Getting ready to properly expose 100ns times onJeremy Allison2007-10-101-29/+68
* r17761: Handle times consistently across all client utils.Jeremy Allison2007-10-104-47/+34
* r17760: The DNS SRV lookup already sorts by priority and weight so don'tGerald Carter2007-10-101-3/+9
* r17736: Apply the Unix group patch when creating the token for aGerald Carter2007-10-101-1/+28
* r17723: * BUG 3969: Fix unsigned time comparison with expiration policy from ...Gerald Carter2007-10-105-47/+35
* r17710: Thanks to Thomas Bork for testing and continued feedback on this.Gerald Carter2007-10-101-2/+25
* r17709: Fix cut-n-paste error with the name of gid_to_unix_group_sid().Gerald Carter2007-10-102-2/+2
* r17677: There is no need for a 2nd krb5_to_nt_status function, is there?Günther Deschner2007-10-103-38/+2
* r17676: Fix printing bug found by kukks. Don't copy a returnJeremy Allison2007-10-101-1/+1
* r17673: volker's patch for re-adding Getpwnam() lookups to smbpasswd backend ...Gerald Carter2007-10-101-5/+1
* r17672: remove duplicate description on NT_STATUS_INVALID_PARAMETER (from Mic...Gerald Carter2007-10-101-1/+0
* r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2007-10-107-96/+30
* r17668: Fix the miscalculations in pushing announces. FixesJeremy Allison2007-10-101-6/+6
* r17667: Merge snprintf fixes from tridge (Samba4).Jeremy Allison2007-10-101-16/+41
* r17630: Looks like getpeerid() is a system function onJeremy Allison2007-10-102-2/+2
* r17626: Some C++ WarningsVolker Lendecke2007-10-105-9/+16
* r17625: Fix the buildVolker Lendecke2007-10-101-1/+1
* r17623: Revert accidential commitVolker Lendecke2007-10-102-3/+2
* r17622: Add a framework for a printing backend designed to support the build ...Volker Lendecke2007-10-105-3/+89
* r17620: Fix two C++ Warnings and a memleakVolker Lendecke2007-10-101-2/+6
* r17618: Not using a cache version number (yet). We really should...Jeremy Allison2007-10-101-1/+0
* r17617: Take Andrew Bartletts excellent advice and don't storeJeremy Allison2007-10-103-10/+63
* r17616: Add the lm and nt hashes to the cached credentialsJeremy Allison2007-10-103-28/+52