summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r10285: Doh ! Guenther spotted this stupid cut-n-paste bug...Jeremy Allison2005-09-171-1/+0
| | | | | | | | | | Thanks Guenther ! Jeremy.
| * r10278: more fixes for bug 3080. Ensure the length on the message string is ↵Gerald Carter2005-09-162-0/+13
| | | | | | | | correct. Windows 2000 is very senstive io this apparently
| * r10276: Fix for bug #3104 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison2005-09-161-0/+11
| | | | | | | | | | | | | | | | Don't update the time on read-only shares. We need this as set_filetime (which can be called on close and other paths) can end up calling this function without the NEED_WRITE protection. Jeremy.
| * r10270: lowercase groupnames and groupmembers again.Günther Deschner2005-09-161-0/+1
| | | | | | | | Guenther
| * r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison2005-09-163-39/+4
| | | | | | | | Jeremy.
| * r10268: Fix for bug #3095 - winbindd checking credentials.Jeremy Allison2005-09-161-12/+18
| | | | | | | | Jeremy.
| * r10267: Exit if winbind can't find or generate a SID -- there's no point inVolker Lendecke2005-09-161-1/+1
| | | | | | | | | | | | continuing. Found during investigation of bug 3105. Volker
| * r10264: reverse order of 'root free pass' checks in service and registry ↵Gerald Carter2005-09-162-17/+12
| | | | | | | | access_checks()
| * r10263: Fix debug which got more instead of less confusing.Günther Deschner2005-09-161-1/+1
| | | | | | | | Guenther
| * r10262: * Fix for getgrnam not returning builtin group (which is done by getentGünther Deschner2005-09-162-4/+6
| | | | | | | | | | | | | | group) * Give a better debug message when returning builtin groups. Guenther
| * r10261: Don't bother to peek rids in builtin-sids.Günther Deschner2005-09-161-0/+3
| | | | | | | | Guenther
| * r10247: Fix help text for net rpc shutdown.Jim McDonough2005-09-151-1/+4
| |
| * r10243: fix net rpc shutdown (missing alignments and sending an invalid ↵Gerald Carter2005-09-152-5/+20
| | | | | | | | UNISTR4 for this request)
| * r10239: Fix cut&paste errorVolker Lendecke2005-09-151-1/+1
| |
| * r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison2005-09-144-3/+164
| | | | | | | | | | | | | | be provisioned on demand - calls script with domain, username, challenge and LM and NT responses - passing the info through a pipe. Jeremy.
| * r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter2005-09-142-1/+17
| |
| * r10217: Remember to exit correctly when we find a matching entry to change.Jeremy Allison2005-09-131-1/+2
| | | | | | | | Jeremy.
| * r10215: Fix several memory corruption bugs now we're testing this.Jeremy Allison2005-09-131-33/+37
| | | | | | | | Jeremy.
| * r10211: Fix another memleak (this time in the kerberos keytab code)Günther Deschner2005-09-131-1/+5
| | | | | | | | Guenther
| * r10210: Fix memleak.Günther Deschner2005-09-131-2/+4
| | | | | | | | Guenther
| * r10208: Correctly display RDWR only when it *is* RDWR...Jeremy Allison2005-09-131-1/+2
| | | | | | | | Jeremy.
| * r10205: fix obvious typo in the NET_USER_INFO_3 parsingGünther Deschner2005-09-131-1/+1
| | | | | | | | Guenther
| * r10204: I love valgrind :-). Found stupid missing parantheses :-).Jeremy Allison2005-09-131-1/+1
| | | | | | | | Jeremy.
| * r10188: 64-bit warning fix.Jeremy Allison2005-09-121-1/+1
| | | | | | | | Jeremy.
| * r10186: More 64-bit warning fixes.Jeremy Allison2005-09-122-3/+3
| | | | | | | | Jeremy.
| * r10182: Starting to stamp out warnings on a 64-bit box.Jeremy Allison2005-09-121-5/+5
| | | | | | | | | | More to follow. Jeremy.
| * r10176: adding smbctool from Kalim's SoC project; requires make bin/smbctoolGerald Carter2005-09-123-36/+4009
| |
| * r10170: Fix for #3056:Günther Deschner2005-09-121-4/+6
| | | | | | | | | | | | | | Allow to include BUILTIN to the mapping table also when "allow trusted domains" is disabled. Guenther
| * r10165: - use the sysquota interface on linux by default (as the configure ↵Stefan Metzmacher2005-09-121-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
| * r10163: try to fix the build on fedora 4, when --with-quota is not usedStefan Metzmacher2005-09-122-0/+12
| | | | | | | | | | | | (to actually fix the quotas, more work is needed) metze
| * r10154: Fix crash bug on security descriptor upgrade (as seen on x86_64).Günther Deschner2005-09-111-1/+2
| | | | | | | | Guenther
| * r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this ↵Volker Lendecke2005-09-111-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
| * r10151: Fix includes correctly. Patch from Steve WilliamsJeremy Allison2005-09-111-1/+8
| | | | | | | | | | <steve@celineandsteve.com>. Jeremy.
| * r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the argsJeremy Allison2005-09-111-2/+2
| | | | | | | | | | consistent (uint64_t). Jeremy.
| * r10136: Fix for bug #3060 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison2005-09-101-1/+1
| | | | | | | | | | Ensure SMBcreate truncates the file if it exists. Jeremy.
| * r10135: Remove external dependencies for libsmbsharemodes.soJeremy Allison2005-09-092-11/+12
| | | | | | | | Jeremy.
| * r10133: Fix bug #3044. open-exec is read-only.Jeremy Allison2005-09-091-1/+1
| | | | | | | | Jeremy.
| * r10106: Fix typos. Oops, more fixes.John Terpstra2005-09-091-6/+6
| |
| * r10105: Fix typos. Oops, modules are called objects.John Terpstra2005-09-091-2/+2
| |
| * r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach2005-09-082-1/+22
| | | | | | | | looking corpse on Linux.
| * r10064: BUG 3052: adding OpenBSD timespec patch from Steve Williams ↵Gerald Carter2005-09-071-1/+10
| | | | | | | | <steve@celineandsteve.com>
| * r10061: add some description to the default_quota moduleStefan Metzmacher2005-09-071-0/+50
| | | | | | | | | | | | jht: can you merge that to the howto, please? metze
| * r10056: Fix typo stopping .o's being added to shared library.Jeremy Allison2005-09-061-2/+2
| | | | | | | | Jeremy.
| * r10055: Fix typos in smbsharemodes spec.Jeremy Allison2005-09-061-5/+5
| | | | | | | | Jeremy.
| * r10054: Actually use the given db path (:-)Jeremy Allison2005-09-061-1/+5
| | | | | | | | Jeremy.
| * r10053: testing commitsGerald Carter2005-09-061-0/+2
| |
| * r10042: Add in external LGPL library for accessing the share mode db. AllowJeremy Allison2005-09-054-3/+627
| | | | | | | | | | others to examine & test. May not end up here eventually... Jeremy.
| * r10039: Minor update.John Terpstra2005-09-051-2/+2
| |
| * r10012: fix build breakage caused by forgotten commit in local treeGerald Carter2005-09-031-1/+1
| |
| * r10005: forgot to remove one object fileGerald Carter2005-09-031-0/+0
| |