summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r3841: Time out in ads search queries. Even AD servers can hang.Volker Lendecke2007-10-101-7/+44
* r3839: Some more specific NT security descriptors we've come across. Map them toVolker Lendecke2007-10-101-2/+13
* r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalidVolker Lendecke2007-10-101-0/+4
* r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> withJeremy Allison2007-10-101-1/+2
* r3819: Updated config.guess/config.sub fromJeremy Allison2007-10-102-167/+345
* r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculateJeremy Allison2007-10-101-2/+8
* r3816: Added fn to remove an ACL from a file. Now need client code to test this.Jeremy Allison2007-10-101-2/+128
* r3814: At least use a proper constant name (aRONLY :-) not a number.Jeremy Allison2007-10-101-2/+2
* r3811: Believe it or not, but this patch seems to be necessary. If someone se...Volker Lendecke2007-10-101-2/+11
* r3796: Patch from Jay Fenlason <fenlason@redhat.com>. Don't free static buffers.Jeremy Allison2007-10-101-1/+0
* r3794: Added set posix acl functionality into the UNIX extensions code.Jeremy Allison2007-10-102-6/+273
* r3778: BUG 2023: patch from Buchan Milne <bgmilne@mandrake.org> fix mandrake ...Gerald Carter2007-10-104-123/+198
* r3776: Fix for bug #2038 from Johann Hanne <jhml@gmx.net>. Don't checkJeremy Allison2007-10-101-9/+4
* r3772: BUG 2006: patch from Michel Gravey <michel.gravey@optogone.com>; fix b...Gerald Carter2007-10-102-2/+2
* r3771: Fix bug #1952: no comment on XP shutdownJim McDonough2007-10-101-11/+70
* r3764: Ensure on failure that *res is always NULL.Jeremy Allison2007-10-101-3/+8
* r3761: Fix bug #1932: crash when non-root invokes net getlocalsidJim McDonough2007-10-101-1/+9
* r3758: Increase a debug level. This error condition can actually happen in re...Volker Lendecke2007-10-101-1/+1
* r3727: Update from Rob Foehl (rwf@loonybin.net):Jim McDonough2007-10-101-24/+10
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-103-3/+135
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-105-3/+418
* r3711: Fix KRB5_SETPW-defines, no change in behaviour.Günther Deschner2007-10-101-7/+5
* r3710: fix another safe_strcpy() warning SPAM with the printer drivcenameGerald Carter2007-10-101-1/+1
* r3709: Allow to build testsuite for libsmbclient when libsmbclient.so isGünther Deschner2007-10-101-2/+34
* r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...Gerald Carter2007-10-101-1/+2
* r3707: 2028: avoid false error messages when copying a long printer name to t...Gerald Carter2007-10-101-1/+1
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2007-10-1010-141/+334
* r3704: Implement a cache get saves the result of a pdb_getsampwnam for laterVolker Lendecke2007-10-101-1/+27
* r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nssVolker Lendecke2007-10-101-0/+43
* r3697: BUG 2027: fix multiple declaration of MD5_CTX (do we really care about...Gerald Carter2007-10-101-5/+0
* r3693: Correctly detect errno for no acl/ea support.Jeremy Allison2007-10-102-14/+26
* r3688: fix output of smbstatus to make the man page; fix -L, -p, & -S and the...Gerald Carter2007-10-101-31/+50
* r3685: setting the 3.0 branch to 3.0.10pre1-svnGerald Carter2007-10-101-2/+2
* r3683: BUG 2017: fix testparm reporting for the passwd program stringGerald Carter2007-10-101-1/+1
* r3682: fix seg fault in lanman printing code caused by uninitialized variableGerald Carter2007-10-101-0/+6
* r3681: Fix build of libsmbclient on x86_64.Günther Deschner2007-10-101-3/+4
* r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison2007-10-102-68/+63
* r3673: Do not fail on setting file attributes with acl support enabled.Günther Deschner2007-10-101-3/+1
* r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-102-8/+8
* r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-102-3/+45
* r3668: Fix unresolved symbols in libsmbclient.so.Günther Deschner2007-10-101-1/+1
* r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison2007-10-102-4/+4
* r3663: Fix too tight checking of incoming secondary trans2 requests.Jeremy Allison2007-10-101-2/+2
* r3662: Fix dirent return.Jeremy Allison2007-10-101-1/+1
* r3650: Allow to call spoolss-server as "localhost".Günther Deschner2007-10-101-1/+6
* r3649: Fix a couple of rpcclient spoolss commands (setprinter, setprintername,Günther Deschner2007-10-101-3/+3
* r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner2007-10-103-16/+18
* r3644: Fixup examples VFS compile.Jeremy Allison2007-10-103-3/+39
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-108-17/+143
* r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter2007-10-103-6/+142