index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4-provision: Place xattr.tdb in the actual state directory
Andrew Bartlett
2012-06-05
1
-13
/
+14
*
WHATSNEW: Update for beta1
Andrew Bartlett
2012-06-05
1
-30
/
+24
*
VERSION: prepare for beta1 by setting and parsing the beta version
Andrew Bartlett
2012-06-05
3
-2
/
+23
*
Add '--use-ntvfs' option to 'samba-tool domain join'
Andriy Syrovenko
2012-06-05
2
-13
/
+17
*
s3-smbd: Remove support for protocols before LANMAN1
Andrew Bartlett
2012-06-05
3
-37
/
+2
*
Remove Manifest. The information here was outdated
Andrew Bartlett
2012-06-05
2
-78
/
+0
*
libreplace: Add copyrights to ease tracking of this file in future
Andrew Bartlett
2012-06-05
1
-0
/
+2
*
libreplace: Remove autoconf build system
Andrew Bartlett
2012-06-05
9
-3648
/
+0
*
Fix bug #8972 - Directory group write permission bit is set if unix extension...
Jeremy Allison
2012-06-05
1
-2
/
+4
*
libreplace: Ensure we link xattr.c on MacOS
Andrew Bartlett
2012-06-04
1
-1
/
+1
*
s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send
Luk Claes
2012-06-03
8
-57
/
+12
*
s3:smbd: make conn_close_all() a void function
Stefan Metzmacher
2012-06-03
3
-8
/
+3
*
Revert "s3: Fix bug 8371"
Stefan Metzmacher
2012-06-03
1
-2
/
+0
*
s3:smbd/close: call del_share_mode() directly before TALLOC_FREE(lck)
Stefan Metzmacher
2012-06-03
1
-5
/
+15
*
s3:smbd/close: remove unused goto out from close_directory()
Stefan Metzmacher
2012-06-03
1
-3
/
+1
*
s3:smbd/close: do an early return in close_directory()
Stefan Metzmacher
2012-06-03
1
-2
/
+1
*
s3: Fix an assert to trigger in close_remove_share_mode
Stefan Metzmacher
2012-06-03
1
-6
/
+17
*
s3: Do an early return in close_remove_share_mode
Volker Lendecke
2012-06-03
1
-2
/
+1
*
s3: Make close_remove_share_mode a bit more readable
Volker Lendecke
2012-06-03
1
-2
/
+4
*
s3: Simplify get_delete_on_close_token more
Volker Lendecke
2012-06-03
1
-6
/
+2
*
s3: Simplify get_delete_on_close_token slightly
Volker Lendecke
2012-06-03
1
-19
/
+32
*
s3: Slightly simplify close_remove_share_mode
Volker Lendecke
2012-06-03
1
-10
/
+15
*
s3:smbd/close: avoid procid_is_me()
Stefan Metzmacher
2012-06-03
1
-1
/
+2
*
s3:smbd/open: avoid procid_is_me()
Stefan Metzmacher
2012-06-03
1
-4
/
+5
*
s3:smbd/oplock: avoid procid_is_me()
Stefan Metzmacher
2012-06-03
1
-2
/
+4
*
build: Match autoconf build and disable ACLs on MacOS (darwin)
Andrew Bartlett
2012-06-03
1
-3
/
+7
*
lib/krb5_wrap: Remove unused smb_krb5_get_creds
Andrew Bartlett
2012-06-03
2
-125
/
+0
*
librepace: put #defines after #include "sys/xattr.h"
Andrew Bartlett
2012-06-03
2
-40
/
+8
*
lib/replace: Undo change of 0 -> NULL
Andrew Bartlett
2012-06-03
1
-1
/
+1
*
s3-libnetapi: Cope with popt versions without POPT_TABLEEND
Andrew Bartlett
2012-06-03
2
-0
/
+8
*
libreplace: Fix up MacOS xattr functions
Andrew Bartlett
2012-06-03
1
-0
/
+18
*
s3-build: Remove finddead
Andrew Bartlett
2012-06-03
1
-9
/
+0
*
libreplace: Link libreplace against attr when required
Andrew Bartlett
2012-06-03
2
-2
/
+9
*
libreplace: Use true rather than True in xattr.c
Andrew Bartlett
2012-06-03
1
-2
/
+2
*
libreplace: Fix build on MacOS where we have the same fn name but more arguments
Andrew Bartlett
2012-06-02
1
-8
/
+8
*
libreplace: Solaris needs system/dir.h for that xattr wrapper implementation
Andrew Bartlett
2012-06-02
1
-0
/
+1
*
build: Remove check for res_ninit (Revert "s3: Check for res_ninit")
Andrew Bartlett
2012-06-02
1
-8
/
+0
*
build: Show extra configure results found by WAF as well
Andrew Bartlett
2012-06-02
1
-1
/
+3
*
ccan: fix autoconf test for isblank()
Andrew Bartlett
2012-06-02
1
-6
/
+6
*
libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAP
Andrew Bartlett
2012-06-02
1
-0
/
+10
*
libreplace: Fix autoconf build on platforms needing xattrs
Andrew Bartlett
2012-06-02
1
-1
/
+1
*
build: Check correctly for sendfile (missing .h in header)
Andrew Bartlett
2012-06-02
1
-1
/
+1
*
lib/replace: Relicence xattr.c to LGPLv3
Andrew Bartlett
2012-06-02
1
-11
/
+14
*
build: Always attempt to build posix ACLs
Andrew Bartlett
2012-06-02
1
-8
/
+3
*
lib/replace: Merge remaining xattr test details from lib/util
Andrew Bartlett
2012-06-02
6
-40
/
+34
*
s4-xattr: Use libreplace xattr functions directly
Andrew Bartlett
2012-06-02
10
-182
/
+18
*
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
2012-06-02
9
-791
/
+191
*
lib/replace: We cannot use strchr_m in lib/replace
Andrew Bartlett
2012-06-02
1
-6
/
+6
*
lib/replace: DEBUG is not acceptable here, as this may not be linked into Samba
Andrew Bartlett
2012-06-02
1
-7
/
+0
*
lib/replace: Copy lib/system.c xattr wrappers to lib/replace
Andrew Bartlett
2012-06-02
1
-0
/
+703
[prev]
[next]