summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.samba-3.2.8Volker Lendecke2009-02-032-4/+10
* Adjust regex to match variable names including underscoresLars Müller2009-02-031-1/+1
* Conditional install of the cifs.upcall man pageLars Müller2009-02-031-0/+1
* fix build with external dns_sd librariesBjörn Jacke2009-02-021-1/+1
* add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-01-301-0/+24
* add configure check for Tru64 sub-second timestamp resolutionBjörn Jacke2009-01-301-0/+40
* add missing semicolonsBjörn Jacke2009-01-301-6/+6
* Following Björn JACKE's patch, unify the detection of the timespec code in co...Jeremy Allison2009-01-302-1/+75
* add configure check for AIX style sub-second resolution supportBjörn Jacke2009-01-301-2/+42
* rather cosmetic fix for failed birthtime configure checksBjörn Jacke2009-01-301-3/+3
* give configure check "sub-second timestamps without struct timespec" a chance...Björn Jacke2009-01-301-1/+1
* Use talloc_tos() instead of the talloc NULL context.Andreas Schneider2009-01-291-1/+1
* Avoid valgrind errorsVolker Lendecke2009-01-291-28/+10
* Fix a valgrind error when the socket diesVolker Lendecke2009-01-291-2/+3
* VERSION: Raise version number up to 3.2.8.Karolin Seeger2009-01-281-1/+1
* Fix usrmgr opening a user object as non-root.Jeremy Allison2009-01-281-1/+1
* Make the LookupRid access check match LookupName untilJeremy Allison2009-01-281-1/+1
* Fix detection of dns_sd libraries.Jeremy Allison2009-01-281-1/+1
* libreplace: fix detection of netinet/ip.h on solaris 8Michael Adam2009-01-281-1/+5
* libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiledMichael Adam2009-01-281-1/+4
* s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner2009-01-281-5/+5
* s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner2009-01-281-3/+1
* lib/replace: add defines to let the callers find out if pwrite and pread are ...Stefan Metzmacher2009-01-281-0/+6
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-281-46/+36
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-281-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-281-129/+143
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-281-25/+4
* Fix mistake in DEBUG messageRichard Sharpe2009-01-281-1/+1
* Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider2009-01-281-1/+1
* s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher2009-01-281-1/+7
* keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell2009-01-281-1/+1
* Determine case sensitivity based on file system attributes.Derrell Lipman2009-01-284-13/+92
* [Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2009-01-283-15/+5
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-285-1/+37
* Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider2009-01-281-1/+1
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-281-1/+1
* s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty2009-01-281-12/+18
* s3: Remove a few unnecessary checks from the streams xattr moduleTim Prouty2009-01-281-11/+0
* s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-282-17/+22
* Fix bug #6040 - Missing <th> header in Status page.Jeremy Allison2009-01-281-1/+2
* Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison2009-01-281-10/+14
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-281-4/+5
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-281-1/+1
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-281-1/+1
* Don't send message to any other child in child process.Bo Yang2009-01-281-1/+33
* Remove proto.h that got accidentially committet to v3-2-testMichael Adam2009-01-281-10358/+0
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-282-5/+5
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-283-492/+352
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-281-16/+35
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-281-0/+6