Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r10672: Attempt to fix the IRIX build. James, could you test the Oplock code ↵ | Volker Lendecke | 2005-10-01 | 1 | -12/+16 | |
| | | | | | | | | | | | | | | | | on a box? Thanks, Volker | |||||
| * | r10671: Attempt to fix the build on machines without kerberos headers. | Volker Lendecke | 2005-10-01 | 3 | -10/+48 | |
| | | | | | | | | Volker | |||||
| * | r10658: It's so nice to have CVSIN to blame for this kind of bugs :-) | Volker Lendecke | 2005-09-30 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | r10657: remove missing header file | Gerald Carter | 2005-09-30 | 1 | -1/+0 | |
| | | ||||||
| * | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2005-09-30 | 260 | -15495/+20244 | |
| | | | | | | | | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) | |||||
| * | r10644: Let the ports parameter be a comma-separated list, as documented in | James Peach | 2005-09-30 | 1 | -2/+2 | |
| | | | | | | | | smbd(8). | |||||
| * | r10619: Allow syslog facility and priority to be set via | Deryck Hodge | 2005-09-29 | 3 | -34/+99 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smb.conf for audit modules. Facility may be set to USER or LOCAL0-LOCAL7. Any of the syslog priority settings may be used. smb.conf will look like: audit:facility = LOCAL5 audit:priority = INFO (Or full_audit:facility, or whatever audit module is used.) deryck | |||||
| * | r10606: pdb_*sql patches from | Gerald Carter | 2005-09-29 | 3 | -30/+25 | |
| | | | | | | | | | | Uli Meis <a.sporto@gmail.com> Peter Rindfuss <rindfuss@wz-berlin.de> | |||||
| * | r10600: Fix bug #2769 (mangle filenames ending in a space) | Jeremy Allison | 2005-09-29 | 2 | -8/+18 | |
| | | | | | | | | | | | | and an old bug where mangle mathod hash wasn't mangling file names with more than one dot which also end in a dot. Jeremy. | |||||
| * | r10590: merging lost fix from the release branch | Gerald Carter | 2005-09-28 | 1 | -0/+2 | |
| | | ||||||
| * | r10585: variation of fix in trunk for root-free-pass in registry access checks | Gerald Carter | 2005-09-28 | 1 | -3/+2 | |
| | | ||||||
| * | r10558: Fix bug #3010 yet again. Die monster, die ! | Jeremy Allison | 2005-09-27 | 1 | -1/+16 | |
| | | | | | | | | Jeremy. | |||||
| * | r10556: BUG 3083: patch from Alex Deiter <tiamat@komi.mts.ru> to fix ↵ | Gerald Carter | 2005-09-27 | 1 | -1/+4 | |
| | | | | | | | | checking trusted account for winbindd running on a Samba PDC | |||||
| * | r10555: a few compile warnings from jason Mader | Gerald Carter | 2005-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | r10554: * BUG 3057: assume x64 drivers are v3 drivers | Gerald Carter | 2005-09-27 | 2 | -7/+14 | |
| | | | | | | | | | | * BUG 3087: allow smbspool to establisha geust connection using a username with no password | |||||
| * | r10551: We need to check if the source path is a parent directory of the ↵ | Jeremy Allison | 2005-09-27 | 1 | -0/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | destination (ie. a rename of /foo/bar/baz -> /foo/bar/baz/bibble/bobble. If so we must refuse the rename with a sharing violation. Under UNIX the above call can *succeed* if /foo/bar/baz is a symlink to another area in the share. We probably need to check that the client is a Windows one before disallowing this as a UNIX client (one with UNIX extensions) can know the source is a symlink and make this decision intelligently. Found by an excellent bug report from <AndyLiebman@aol.com>. Jeremy. | |||||
| * | r10474: We better ignore builtin SIDs from the Active Directory DC to prevent | Günther Deschner | 2005-09-24 | 1 | -1/+8 | |
| | | | | | | | | | | | | that AD's builtin groups mixup with our own builtin groups. Guenther | |||||
| * | r10458: Patches from Jiri Sasek <Jiri.Sasek@Sun.COM> to help | Jeremy Allison | 2005-09-23 | 1 | -4/+4 | |
| | | | | | | | | | | configure run on Solaris. Jeremy. | |||||
| * | r10454: * prevent privilege code from storing an empty SID | Gerald Carter | 2005-09-23 | 1 | -7/+31 | |
| | | | | | | | | | | | | (and filter it out if one is already there) * Fix LUID value match in privilege_set_to_se_priv() (fix jmcd's bug report). | |||||
| * | r10451: add $(LDFLAGS) to tdb command line tools to fix build issues | Gerald Carter | 2005-09-23 | 1 | -3/+3 | |
| | | ||||||
| * | r10432: BUG 3080: fix 'net rpc shutdown' for XP clients | Gerald Carter | 2005-09-22 | 2 | -2/+4 | |
| | | ||||||
| * | r10431: fix segfault when the pip open fails in 'net rpc' commands | Gerald Carter | 2005-09-22 | 1 | -0/+2 | |
| | | ||||||
| * | r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell. | Jeremy Allison | 2005-09-20 | 8 | -2/+1281 | |
| | | | | | | | | Jeremy. | |||||
| * | r10359: Ensure that smb.conf requests for hidden files are honored, even | Jeremy Allison | 2005-09-20 | 1 | -12/+13 | |
| | | | | | | | | | | when DOS attributes are stored in EA's. Jeremy. | |||||
| * | r10355: Merge back the clear-if-first fix from Samba4. Couldn't wait tridge, ↵ | Jeremy Allison | 2005-09-20 | 1 | -6/+5 | |
| | | | | | | | | | | | | sorry :-). Jeremy. | |||||
| * | r10321: Fix winbindd recursion bug found by Ingo Steuwer ↵ | Jeremy Allison | 2005-09-19 | 4 | -7/+14 | |
| | | | | | | | | | | | | <steuwer@univention.de>. Jeremy. | |||||
| * | r10285: Doh ! Guenther spotted this stupid cut-n-paste bug... | Jeremy Allison | 2005-09-17 | 1 | -1/+0 | |
| | | | | | | | | | | Thanks Guenther ! Jeremy. | |||||
| * | r10278: more fixes for bug 3080. Ensure the length on the message string is ↵ | Gerald Carter | 2005-09-16 | 2 | -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 Allison | 2005-09-16 | 1 | -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 Deschner | 2005-09-16 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | r10269: Server-side fix for creds change - revert jcmd's change. | Jeremy Allison | 2005-09-16 | 3 | -39/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r10268: Fix for bug #3095 - winbindd checking credentials. | Jeremy Allison | 2005-09-16 | 1 | -12/+18 | |
| | | | | | | | | Jeremy. | |||||
| * | 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. |