Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r10267: Exit if winbind can't find or generate a SID -- there's no point in | Volker Lendecke | 2005-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | continuing. Found during investigation of bug 3105. Volker | |||||
| * | r10264: reverse order of 'root free pass' checks in service and registry ↵ | Gerald Carter | 2005-09-16 | 2 | -17/+12 | |
| | | | | | | | | access_checks() | |||||
| * | r10263: Fix debug which got more instead of less confusing. | Günther Deschner | 2005-09-16 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r10262: * Fix for getgrnam not returning builtin group (which is done by getent | Günther Deschner | 2005-09-16 | 2 | -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 Deschner | 2005-09-16 | 1 | -0/+3 | |
| | | | | | | | | Guenther | |||||
| * | r10247: Fix help text for net rpc shutdown. | Jim McDonough | 2005-09-15 | 1 | -1/+4 | |
| | | ||||||
| * | r10243: fix net rpc shutdown (missing alignments and sending an invalid ↵ | Gerald Carter | 2005-09-15 | 2 | -5/+20 | |
| | | | | | | | | UNISTR4 for this request) | |||||
| * | r10239: Fix cut&paste error | Volker Lendecke | 2005-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | r10234: Add new auth module "auth_script" to allow valid users to | Jeremy Allison | 2005-09-14 | 4 | -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 checks | Gerald Carter | 2005-09-14 | 2 | -1/+17 | |
| | | ||||||
| * | r10217: Remember to exit correctly when we find a matching entry to change. | Jeremy Allison | 2005-09-13 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r10215: Fix several memory corruption bugs now we're testing this. | Jeremy Allison | 2005-09-13 | 1 | -33/+37 | |
| | | | | | | | | Jeremy. | |||||
| * | r10211: Fix another memleak (this time in the kerberos keytab code) | Günther Deschner | 2005-09-13 | 1 | -1/+5 | |
| | | | | | | | | Guenther | |||||
| * | r10210: Fix memleak. | Günther Deschner | 2005-09-13 | 1 | -2/+4 | |
| | | | | | | | | Guenther | |||||
| * | r10208: Correctly display RDWR only when it *is* RDWR... | Jeremy Allison | 2005-09-13 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r10205: fix obvious typo in the NET_USER_INFO_3 parsing | Günther Deschner | 2005-09-13 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r10204: I love valgrind :-). Found stupid missing parantheses :-). | Jeremy Allison | 2005-09-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r10188: 64-bit warning fix. | Jeremy Allison | 2005-09-12 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r10186: More 64-bit warning fixes. | Jeremy Allison | 2005-09-12 | 2 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r10182: Starting to stamp out warnings on a 64-bit box. | Jeremy Allison | 2005-09-12 | 1 | -5/+5 | |
| | | | | | | | | | | More to follow. Jeremy. | |||||
| * | r10176: adding smbctool from Kalim's SoC project; requires make bin/smbctool | Gerald Carter | 2005-09-12 | 3 | -36/+4009 | |
| | | ||||||
| * | r10170: Fix for #3056: | Günther Deschner | 2005-09-12 | 1 | -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 Metzmacher | 2005-09-12 | 1 | -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 used | Stefan Metzmacher | 2005-09-12 | 2 | -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 Deschner | 2005-09-11 | 1 | -1/+2 | |
| | | | | | | | | Guenther | |||||
| * | r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this ↵ | Volker Lendecke | 2005-09-11 | 1 | -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 Williams | Jeremy Allison | 2005-09-11 | 1 | -1/+8 | |
| | | | | | | | | | | <steve@celineandsteve.com>. Jeremy. | |||||
| * | r10150: Fix from Steve Williams <steve@celineandsteve.com> to make the args | Jeremy Allison | 2005-09-11 | 1 | -2/+2 | |
| | | | | | | | | | | consistent (uint64_t). Jeremy. | |||||
| * | r10136: Fix for bug #3060 from Leo Weppelman <leo@wau.mis.ah.nl>. | Jeremy Allison | 2005-09-10 | 1 | -1/+1 | |
| | | | | | | | | | | Ensure SMBcreate truncates the file if it exists. Jeremy. | |||||
| * | r10135: Remove external dependencies for libsmbsharemodes.so | Jeremy Allison | 2005-09-09 | 2 | -11/+12 | |
| | | | | | | | | Jeremy. | |||||
| * | r10133: Fix bug #3044. open-exec is read-only. | Jeremy Allison | 2005-09-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r10106: Fix typos. Oops, more fixes. | John Terpstra | 2005-09-09 | 1 | -6/+6 | |
| | | ||||||
| * | r10105: Fix typos. Oops, modules are called objects. | John Terpstra | 2005-09-09 | 1 | -2/+2 | |
| | | ||||||
| * | r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a good | James Peach | 2005-09-08 | 2 | -1/+22 | |
| | | | | | | | | looking corpse on Linux. | |||||
| * | r10064: BUG 3052: adding OpenBSD timespec patch from Steve Williams ↵ | Gerald Carter | 2005-09-07 | 1 | -1/+10 | |
| | | | | | | | | <steve@celineandsteve.com> | |||||
| * | r10061: add some description to the default_quota module | Stefan Metzmacher | 2005-09-07 | 1 | -0/+50 | |
| | | | | | | | | | | | | jht: can you merge that to the howto, please? metze | |||||
| * | r10056: Fix typo stopping .o's being added to shared library. | Jeremy Allison | 2005-09-06 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r10055: Fix typos in smbsharemodes spec. | Jeremy Allison | 2005-09-06 | 1 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r10054: Actually use the given db path (:-) | Jeremy Allison | 2005-09-06 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r10042: Add in external LGPL library for accessing the share mode db. Allow | Jeremy Allison | 2005-09-05 | 4 | -3/+627 | |
| | | | | | | | | | | others to examine & test. May not end up here eventually... Jeremy. | |||||
| * | r10012: fix build breakage caused by forgotten commit in local tree | Gerald Carter | 2005-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | r10005: forgot to remove one object file | Gerald Carter | 2005-09-03 | 1 | -0/+0 | |
| | | ||||||
| * | r10003: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc ↵ | Gerald Carter | 2005-09-03 | 10 | -0/+9513 | |
| | | | | | | | | files | |||||
| * | r10001: adding in libmsrpc from Chris Nicholls (SoC project). not built by ↵ | Gerald Carter | 2005-09-03 | 2 | -25/+45 | |
| | | | | | | | | default per conversation with Jeremy until the rpc changes from trunk are merged back | |||||
| * | r9998: starting content for maintainers file | Gerald Carter | 2005-09-03 | 2 | -59/+13 | |
| | | ||||||
| * | r9985: Move the all the strict sync logic into file_sync(). | James Peach | 2005-09-03 | 4 | -20/+15 | |
| | | ||||||
| * | r9965: Fix some typo's | Jelmer Vernooij | 2005-09-02 | 1 | -4/+4 | |
| | | ||||||
| * | r9958: revert last commit. | Günther Deschner | 2005-09-02 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and ↵ | Gerald Carter | 2005-09-02 | 1 | -8/+32 | |
| | | | | | | | | local group attributes (posted to samba ml and confirmed fix) | |||||
| * | r9955: Fix misleading comments. | Günther Deschner | 2005-09-02 | 1 | -1/+1 | |
| | | | | | | | | Guenther |