summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r10264: reverse order of 'root free pass' checks in service and registry ↵Gerald Carter2007-10-102-17/+12
| | | | | | access_checks() (This used to be commit 35b338a4fc95c14629579336dcf3bd240fda92d3)
* r10263: Fix debug which got more instead of less confusing.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit ac3786a7a7dfc77d3b305ae67c97ab4f7f63961e)
* r10262: * Fix for getgrnam not returning builtin group (which is done by getentGünther Deschner2007-10-102-4/+6
| | | | | | | | group) * Give a better debug message when returning builtin groups. Guenther (This used to be commit ec79971dc7606c1dfea3acf87cd19fa4153ae417)
* r10261: Don't bother to peek rids in builtin-sids.Günther Deschner2007-10-101-0/+3
| | | | | Guenther (This used to be commit d75bfce8cc9122ddcad149704e467c784f0a0872)
* r10247: Fix help text for net rpc shutdown.Jim McDonough2007-10-101-1/+4
| | | | (This used to be commit 7af7343d9c7047998e4d54e07730ae1d87de3942)
* r10243: fix net rpc shutdown (missing alignments and sending an invalid ↵Gerald Carter2007-10-102-5/+20
| | | | | | UNISTR4 for this request) (This used to be commit cf99e1716dfa880f84abc55062389d03fff05509)
* r10239: Fix cut&paste errorVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit e076453cf38b17cae07a1292713cd93d35890fbd)
* r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison2007-10-104-3/+164
| | | | | | | | be provisioned on demand - calls script with domain, username, challenge and LM and NT responses - passing the info through a pipe. Jeremy. (This used to be commit 67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b)
* r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter2007-10-102-1/+17
| | | | (This used to be commit 24901187962e24bfa5ba7722aba0aeb9397ac7b6)
* r10217: Remember to exit correctly when we find a matching entry to change.Jeremy Allison2007-10-101-1/+2
| | | | | Jeremy. (This used to be commit 142c84eb31a4f2577d5f4bb0f541440d84eb607f)
* r10215: Fix several memory corruption bugs now we're testing this.Jeremy Allison2007-10-101-33/+37
| | | | | Jeremy. (This used to be commit 3d1207aaf66bafd84935b21dbe1a0fd8efeb661d)
* r10211: Fix another memleak (this time in the kerberos keytab code)Günther Deschner2007-10-101-1/+5
| | | | | Guenther (This used to be commit 9796bf45895681fee243ca8fd8297ff270c7547c)
* r10210: Fix memleak.Günther Deschner2007-10-101-2/+4
| | | | | Guenther (This used to be commit 10358d16d7946f6b0c989db8bc26f8840144389b)
* r10208: Correctly display RDWR only when it *is* RDWR...Jeremy Allison2007-10-101-1/+2
| | | | | Jeremy. (This used to be commit 99d883b9c4a450222e75132b2cf28b597217ce79)
* r10205: fix obvious typo in the NET_USER_INFO_3 parsingGünther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit fdba056a2fbcc118e3d0584c280da1ee5f730f22)
* r10204: I love valgrind :-). Found stupid missing parantheses :-).Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit b406a202128c1ba9800784ab8c571584b37c746b)
* r10188: 64-bit warning fix.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 3b8a8e2947e4d956766e97bea8fa9c25210d1c19)
* r10186: More 64-bit warning fixes.Jeremy Allison2007-10-102-3/+3
| | | | | Jeremy. (This used to be commit 88034b9c2845a38833f300b812202c2a4ca3d2fd)
* r10182: Starting to stamp out warnings on a 64-bit box.Jeremy Allison2007-10-101-5/+5
| | | | | | More to follow. Jeremy. (This used to be commit aa882646854325aa201b66d0ba27026946ce8dcb)
* r10176: adding smbctool from Kalim's SoC project; requires make bin/smbctoolGerald Carter2007-10-103-36/+4009
| | | | (This used to be commit 79fcc3bb7b955da5eb1b2af475aa6ef7694a7157)
* r10170: Fix for #3056:Günther Deschner2007-10-101-4/+6
| | | | | | | | Allow to include BUILTIN to the mapping table also when "allow trusted domains" is disabled. Guenther (This used to be commit 3ccb1913a771a187ee61a87869966beb7645f2f9)
* r10165: - use the sysquota interface on linux by default (as the configure ↵Stefan Metzmacher2007-10-101-8/+21
| | | | | | | | | | --help, shows since a few years ago) - fix the logic for using the builtin linux quota support (hopeful fix the quota build on the fedora 4 builtfarm boxes) metze (This used to be commit 6768c07bd1fc726f4cead361b00a5283af48eb77)
* r10163: try to fix the build on fedora 4, when --with-quota is not usedStefan Metzmacher2007-10-102-0/+12
| | | | | | | (to actually fix the quotas, more work is needed) metze (This used to be commit ff82c247c5bf4093723e4ce702a4afe38257a31b)
* r10154: Fix crash bug on security descriptor upgrade (as seen on x86_64).Günther Deschner2007-10-101-1/+2
| | | | | Guenther (This used to be commit daa61ef75b4f7cf510b17cd0b85f5830c73b9279)
* r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this ↵Volker Lendecke2007-10-101-1/+3
| | | | | | | | | | | | down with valgrind. Jerry, if this patch proves to fix his problem, it is definitely a candidate for the recommended patches page. Volker (This used to be commit 5232034b0daca8486fd55e53c2d910e4fbf0299d)
* r10151: Fix includes correctly. Patch from Steve WilliamsJeremy Allison2007-10-101-1/+8
| | | | | | <steve@celineandsteve.com>. Jeremy. (This used to be commit 17598846e7ee2748f2dcb3821823108fa8410480)
* r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the argsJeremy Allison2007-10-101-2/+2
| | | | | | consistent (uint64_t). Jeremy. (This used to be commit 08de7261720f7bfd72396ea7c9777dc0734c4593)
* r10136: Fix for bug #3060 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison2007-10-101-1/+1
| | | | | | Ensure SMBcreate truncates the file if it exists. Jeremy. (This used to be commit 9014b0ddcbd87c98613f06033718e4091e3be21c)
* r10135: Remove external dependencies for libsmbsharemodes.soJeremy Allison2007-10-102-11/+12
| | | | | Jeremy. (This used to be commit 2521ae826f1a0344c882090832646d56f248488f)
* r10133: Fix bug #3044. open-exec is read-only.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit ed644d4014c3dc6c0508e94470c277599b1db933)
* r10106: Fix typos. Oops, more fixes.John Terpstra2007-10-101-6/+6
| | | | (This used to be commit 80952a7edab50315c3a17744683a8cb378eec8ae)
* r10105: Fix typos. Oops, modules are called objects.John Terpstra2007-10-101-2/+2
| | | | (This used to be commit 4cf1a2ee719291951774476e2768b06558d7e0aa)
* r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach2007-10-102-1/+22
| | | | | looking corpse on Linux. (This used to be commit 7c97a1bcc34892d7bf697b9421ba8caf4061d9b5)
* r10064: BUG 3052: adding OpenBSD timespec patch from Steve Williams ↵Gerald Carter2007-10-101-1/+10
| | | | | | <steve@celineandsteve.com> (This used to be commit c7f7bcdb0f03068c983e89ba2f47655e77491434)
* r10061: add some description to the default_quota moduleStefan Metzmacher2007-10-101-0/+50
| | | | | | | jht: can you merge that to the howto, please? metze (This used to be commit 48c5c760afd77f86778b96925486d1b21e332a61)
* r10056: Fix typo stopping .o's being added to shared library.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 6ac2fa52bc0f19c6173506ed677406449270f707)
* r10055: Fix typos in smbsharemodes spec.Jeremy Allison2007-10-101-5/+5
| | | | | Jeremy. (This used to be commit 6653f0d7a47b1165a16447a04dc91d694db7f62a)
* r10054: Actually use the given db path (:-)Jeremy Allison2007-10-101-1/+5
| | | | | Jeremy. (This used to be commit ac7cf320dfa2fd980188e72c9b8baa726c5cdaa1)
* r10053: testing commitsGerald Carter2007-10-101-0/+2
| | | | (This used to be commit 5ca29208513238c33e1c16292d4d8b1db40dd93a)
* r10042: Add in external LGPL library for accessing the share mode db. AllowJeremy Allison2007-10-104-3/+627
| | | | | | others to examine & test. May not end up here eventually... Jeremy. (This used to be commit 7cc70ae63399eacd55bd0bf51ac2c7b004d761bf)
* r10039: Minor update.John Terpstra2007-10-101-2/+2
| | | | (This used to be commit d7ff5075d64d152b37c827e886834a62648ff985)
* r10012: fix build breakage caused by forgotten commit in local treeGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 8c819cd0c670acfe7be2ecd927ef8de6fa5226f2)
* r10005: forgot to remove one object fileGerald Carter2007-10-101-0/+0
| | | | (This used to be commit adba19fb48326bebf7c84b3f12658d0ce87475db)
* r10003: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc ↵Gerald Carter2007-10-1048-0/+15096
| | | | | | files (This used to be commit 32bebc452dffa8348b94c5b866350b1fe761986f)
* r10001: adding in libmsrpc from Chris Nicholls (SoC project). not built by ↵Gerald Carter2007-10-102-25/+45
| | | | | | default per conversation with Jeremy until the rpc changes from trunk are merged back (This used to be commit e813de1e522692a6471828bf1fdf503d33f8cd72)
* r9998: starting content for maintainers fileGerald Carter2007-10-103-60/+38
| | | | (This used to be commit 554c22faeefe6932a01aa7bd6e2861c5abd37510)
* r9985: Move the all the strict sync logic into file_sync().James Peach2007-10-104-20/+15
| | | | (This used to be commit cc680bbe22b8bfc5a1900f11c2cbaeca3a9f9922)
* r9973: Update Maintainers file.John Terpstra2007-10-101-1/+1
| | | | (This used to be commit b508a962f51de753509bc398249b178bda237cba)
* r9971: starting maintainers fileGerald Carter2007-10-101-0/+5
| | | | (This used to be commit ad836d9733790e62b461b1bed320d7e4e1509b94)
* r9965: Fix some typo'sJelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit d30356b9ad90ad33dc93028829954632ab774c74)