summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4-provision: Place xattr.tdb in the actual state directoryAndrew Bartlett2012-06-051-13/+14
* WHATSNEW: Update for beta1Andrew Bartlett2012-06-051-30/+24
* VERSION: prepare for beta1 by setting and parsing the beta versionAndrew Bartlett2012-06-053-2/+23
* Add '--use-ntvfs' option to 'samba-tool domain join'Andriy Syrovenko2012-06-052-13/+17
* s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2012-06-053-37/+2
* Remove Manifest. The information here was outdatedAndrew Bartlett2012-06-052-78/+0
* libreplace: Add copyrights to ease tracking of this file in futureAndrew Bartlett2012-06-051-0/+2
* libreplace: Remove autoconf build systemAndrew Bartlett2012-06-059-3648/+0
* Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison2012-06-051-2/+4
* libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett2012-06-041-1/+1
* s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes2012-06-038-57/+12
* s3:smbd: make conn_close_all() a void functionStefan Metzmacher2012-06-033-8/+3
* Revert "s3: Fix bug 8371"Stefan Metzmacher2012-06-031-2/+0
* s3:smbd/close: call del_share_mode() directly before TALLOC_FREE(lck)Stefan Metzmacher2012-06-031-5/+15
* s3:smbd/close: remove unused goto out from close_directory()Stefan Metzmacher2012-06-031-3/+1
* s3:smbd/close: do an early return in close_directory()Stefan Metzmacher2012-06-031-2/+1
* s3: Fix an assert to trigger in close_remove_share_modeStefan Metzmacher2012-06-031-6/+17
* s3: Do an early return in close_remove_share_modeVolker Lendecke2012-06-031-2/+1
* s3: Make close_remove_share_mode a bit more readableVolker Lendecke2012-06-031-2/+4
* s3: Simplify get_delete_on_close_token moreVolker Lendecke2012-06-031-6/+2
* s3: Simplify get_delete_on_close_token slightlyVolker Lendecke2012-06-031-19/+32
* s3: Slightly simplify close_remove_share_modeVolker Lendecke2012-06-031-10/+15
* s3:smbd/close: avoid procid_is_me()Stefan Metzmacher2012-06-031-1/+2
* s3:smbd/open: avoid procid_is_me()Stefan Metzmacher2012-06-031-4/+5
* s3:smbd/oplock: avoid procid_is_me()Stefan Metzmacher2012-06-031-2/+4
* build: Match autoconf build and disable ACLs on MacOS (darwin)Andrew Bartlett2012-06-031-3/+7
* lib/krb5_wrap: Remove unused smb_krb5_get_credsAndrew Bartlett2012-06-032-125/+0
* librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett2012-06-032-40/+8
* lib/replace: Undo change of 0 -> NULLAndrew Bartlett2012-06-031-1/+1
* s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2012-06-032-0/+8
* libreplace: Fix up MacOS xattr functionsAndrew Bartlett2012-06-031-0/+18
* s3-build: Remove finddeadAndrew Bartlett2012-06-031-9/+0
* libreplace: Link libreplace against attr when requiredAndrew Bartlett2012-06-032-2/+9
* libreplace: Use true rather than True in xattr.cAndrew Bartlett2012-06-031-2/+2
* libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett2012-06-021-8/+8
* libreplace: Solaris needs system/dir.h for that xattr wrapper implementationAndrew Bartlett2012-06-021-0/+1
* build: Remove check for res_ninit (Revert "s3: Check for res_ninit")Andrew Bartlett2012-06-021-8/+0
* build: Show extra configure results found by WAF as wellAndrew Bartlett2012-06-021-1/+3
* ccan: fix autoconf test for isblank()Andrew Bartlett2012-06-021-6/+6
* libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAPAndrew Bartlett2012-06-021-0/+10
* libreplace: Fix autoconf build on platforms needing xattrsAndrew Bartlett2012-06-021-1/+1
* build: Check correctly for sendfile (missing .h in header)Andrew Bartlett2012-06-021-1/+1
* lib/replace: Relicence xattr.c to LGPLv3Andrew Bartlett2012-06-021-11/+14
* build: Always attempt to build posix ACLsAndrew Bartlett2012-06-021-8/+3
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-026-40/+34
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-0210-182/+18
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-029-791/+191
* lib/replace: We cannot use strchr_m in lib/replaceAndrew Bartlett2012-06-021-6/+6
* lib/replace: DEBUG is not acceptable here, as this may not be linked into SambaAndrew Bartlett2012-06-021-7/+0
* lib/replace: Copy lib/system.c xattr wrappers to lib/replaceAndrew Bartlett2012-06-021-0/+703