summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* eliminate compiler warningsDerrell Lipman2009-02-161-6/+8
* mount.cifs: initialize rc to 0 in mainJeff Layton2009-02-161-1/+1
* mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifsShirish Pargaonkar2009-02-161-3/+9
* s3:net conf: remove check for sharename being a usernam in "net conf addshare"Michael Adam2009-02-161-6/+0
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-161-4/+8
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-163-4/+9
* umount.cifs: clean-up entries in /etc/mtab after unmountShirish Pargaonkar2009-02-161-1/+33
* s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger2009-02-163-1/+14
* s3-net: remove unused ENUM_HND.Günther Deschner2009-02-161-3/+0
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-163-44/+116
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-161-1/+1
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-161-1/+1
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-162-4/+10
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-164-20/+54
* Adjust regex to match variable names including underscoresLars Müller2009-02-161-1/+1
* Conditional install of the cifs.upcall man pageLars Müller2009-02-161-0/+1
* s3 build: Fix "assignment discards qualifiers from pointer target type" warningsTim Prouty2009-02-162-13/+6
* fix build with external dns_sd librariesBjörn Jacke2009-02-161-1/+1
* s3:winbind_group: fix "getent group" to allocate new gids.Michael Adam2009-02-161-2/+8
* s3:winbind_user: fix "getent passwd" to allocate new uids.Michael Adam2009-02-161-2/+7
* s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()Michael Adam2009-02-161-11/+9
* Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke2009-02-161-1/+1
* Fix coverity CID#117 - resource leak in error path.Jeremy Allison2009-02-161-24/+53
* Fix coverity CID#116. Resource leak on error path.Jeremy Allison2009-02-161-2/+4
* Fix coverity CID#115. Resource leak in error path.Jeremy Allison2009-02-161-1/+4
* add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-02-161-0/+24
* add configure check for Tru64 sub-second timestamp resolutionBjörn Jacke2009-02-161-0/+40
* add missing semicolonsBjörn Jacke2009-02-161-6/+6
* Following Björn JACKE's patch, unify the detection of the timespec code in co...Jeremy Allison2009-02-162-1/+75
* add configure check for AIX style sub-second resolution supportBjörn Jacke2009-02-161-2/+42
* rather cosmetic fix for failed birthtime configure checksBjörn Jacke2009-02-161-3/+3
* give configure check "sub-second timestamps without struct timespec" a chance...Björn Jacke2009-02-161-1/+1
* s3:configure: autodetect ctdb/cluster supportStefan Metzmacher2009-02-163-17/+115
* s3:ctdbd_conn: canonicalize ips before sending them to ctdbdStefan Metzmacher2009-02-161-10/+40
* fix bug #6073: prevent ads_connect() from using SSL unless explicitly requestedMichael Adam2009-02-161-3/+5
* Avoid valgrind errorsVolker Lendecke2009-02-161-28/+10
* Fix a valgrind error when the socket diesVolker Lendecke2009-02-161-2/+3
* Fix warning (bad handler prototype) and fix detection of dns_sdJeremy Allison2009-02-162-2/+2
* Fix bug #6069 - Build breaks with too many arguments toJeremy Allison2009-02-161-1/+0
* libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam2009-02-161-1/+5
* libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam2009-02-161-1/+4
* s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner2009-01-261-5/+5
* s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner2009-01-261-3/+1
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-261-0/+6
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-231-47/+37
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-232-8/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-231-131/+144
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-231-25/+4
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-2318-59/+131
* socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...Stefan Metzmacher2009-01-201-3/+1