summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Raise version number up to 3.0.37.Karolin Seeger2009-10-011-1/+1
* Makefile.in: Fix installation of cifs.upcall.Karolin Seeger2009-08-041-3/+3
* VERSION: Raise version number up to 3.0.36.Karolin Seeger2009-06-291-1/+1
* VERSION: Raise version number to 3.0.35.Karolin Seeger2009-06-291-1/+1
* Fix bug #6488.Jeremy Allison2009-06-291-0/+2
* Workaround for KB932762Volker Lendecke2009-06-271-1/+3
* Add comment explaining the previous fix. (and fix the previous patch :-).Jeremy Allison2009-04-221-1/+8
* Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...Jeremy Allison2009-04-221-0/+4
* prevent segmentation fault on joining a very long domain name in samba-3.0.32Bhaskar Jain (bhajain)2009-03-201-1/+1
* Get the sense of the integer wrap test the right way around. Sorry.Jeremy Allison2009-03-051-1/+1
* Now we're allowing a lower bound for auth_len, ensure weJeremy Allison2009-03-051-1/+5
* Complete the fix for bug 6100Volker Lendecke2009-03-051-1/+1
* Fix bug in processing of open modes in POSIX open.Jeremy Allison2009-02-251-0/+2
* Fix guest mountsSteve French2009-02-241-1/+3
* Fix mount.cifs handling of -V option (to display version)Steve French2009-02-241-196/+228
* prefer gssapi header files from subdirectoryBjörn Jacke2009-02-242-6/+6
* Attempt to fix bug #6099. According to MicrosoftJeremy Allison2009-02-152-26/+83
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-131-2/+9
* Fix bug #6098 - When the DNS server is invalid, the ads_find_dc() does not wo...Yasuma Takeda2009-02-111-2/+2
* Fix bug #5906 - Winbindd crash on 'getent group' (INTERNAL ERROR: Signal 11).Jeremy Allison2009-02-111-2/+2
* mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifsShirish Pargaonkar2009-02-061-5/+10
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-051-4/+8
* umount.cifs: clean-up entries in /etc/mtab after unmountShirish Pargaonkar2009-02-051-1/+33
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-031-1/+1
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
* Adjust regex to match variable names including underscoresLars Müller2009-02-021-1/+1
* Conditional install of the cifs.upcall man pageLars Müller2009-02-021-0/+1
* build: don't install the cifs.upcall binary twice.Günther Deschner2009-02-021-1/+1
* libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam2009-01-271-1/+5
* libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam2009-01-271-1/+4
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-221-45/+34
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-221-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-221-124/+140
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-221-27/+0
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-141-1/+1
* VERSION: Raise version number up to 3.0.34.Karolin Seeger2009-01-141-1/+1
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-132-4/+4
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-121-16/+36
* VERSION: Set vendor suffix to "test" according to the other branches.Karolin Seeger2009-01-121-1/+1
* Fix null pointer refrence in event context in backport from v3-3-testBo Yang2009-01-111-2/+6
* Fix logic bug introduce in backport of ccache_regain_all_now, sync withJeremy Allison2009-01-101-16/+23
* Backport of the clean event context after fork andBo Yang2009-01-106-164/+452
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-101-1/+0
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-081-1/+1
* s3/swat: Fix creation of the first share using SWAT.Volker Lendecke2009-01-061-1/+1
* Happy New Year!Stefan Metzmacher2009-01-021-1/+1
* s3/smb.h: Remove unused LDAP_SSL_ON.Karolin Seeger2008-12-171-1/+1
* s3/loadparm.c: Change default value for "ldap ssl".Karolin Seeger2008-12-171-1/+1
* Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison2008-12-041-6/+4
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-043-3/+54