summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r10672: Attempt to fix the IRIX build. James, could you test the Oplock code ↵Volker Lendecke2005-10-011-12/+16
| | | | | | | | | | | | | | | | on a box? Thanks, Volker
| * r10671: Attempt to fix the build on machines without kerberos headers.Volker Lendecke2005-10-013-10/+48
| | | | | | | | Volker
| * r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)Volker Lendecke2005-09-301-1/+1
| | | | | | | | Volker
| * r10657: remove missing header fileGerald Carter2005-09-301-1/+0
| |
| * r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-30260-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 inJames Peach2005-09-301-2/+2
| | | | | | | | smbd(8).
| * r10619: Allow syslog facility and priority to be set viaDeryck Hodge2005-09-293-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 Carter2005-09-293-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 Allison2005-09-292-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 branchGerald Carter2005-09-281-0/+2
| |
| * r10585: variation of fix in trunk for root-free-pass in registry access checksGerald Carter2005-09-281-3/+2
| |
| * r10558: Fix bug #3010 yet again. Die monster, die !Jeremy Allison2005-09-271-1/+16
| | | | | | | | Jeremy.
| * r10556: BUG 3083: patch from Alex Deiter <tiamat@komi.mts.ru> to fix ↵Gerald Carter2005-09-271-1/+4
| | | | | | | | checking trusted account for winbindd running on a Samba PDC
| * r10555: a few compile warnings from jason MaderGerald Carter2005-09-271-3/+3
| |
| * r10554: * BUG 3057: assume x64 drivers are v3 driversGerald Carter2005-09-272-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 Allison2005-09-271-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 preventGünther Deschner2005-09-241-1/+8
| | | | | | | | | | | | that AD's builtin groups mixup with our own builtin groups. Guenther
| * r10458: Patches from Jiri Sasek <Jiri.Sasek@Sun.COM> to helpJeremy Allison2005-09-231-4/+4
| | | | | | | | | | configure run on Solaris. Jeremy.
| * r10454: * prevent privilege code from storing an empty SIDGerald Carter2005-09-231-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 issuesGerald Carter2005-09-231-3/+3
| |
| * r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter2005-09-222-2/+4
| |
| * r10431: fix segfault when the pip open fails in 'net rpc' commandsGerald Carter2005-09-221-0/+2
| |
| * r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison2005-09-208-2/+1281
| | | | | | | | Jeremy.
| * r10359: Ensure that smb.conf requests for hidden files are honored, evenJeremy Allison2005-09-201-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 Allison2005-09-201-6/+5
| | | | | | | | | | | | sorry :-). Jeremy.
| * r10321: Fix winbindd recursion bug found by Ingo Steuwer ↵Jeremy Allison2005-09-194-7/+14
| | | | | | | | | | | | <steuwer@univention.de>. Jeremy.
| * 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.