index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-22
When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTE...
Peng Haitao
1
-1
/
+1
2013-05-22
When '--policies-reset' is success, the exit code should be 0.
Peng Haitao
1
-1
/
+1
2013-05-22
build: Update md5.h detection in waf and autoconf to use sys/md5.h and -lmd
Andrew Bartlett
1
-2
/
+2
2013-05-21
Make sure that if an smbd is exiting because of an error we let the user know.
Richard Sharpe
1
-1
/
+1
2013-05-20
spoolss: add idl for spoolss_RpcSendRecvBidiData.
Günther Deschner
1
-3
/
+3
2013-05-18
swat: Remove swat.
Kai Blin
28
-9805
/
+41
2013-05-18
smbd: Fix a ISO C90 forbids mixed declarations and code warning
Volker Lendecke
1
-1
/
+1
2013-05-17
s3:lib/ctdb_conn make sure we are root before connecting to CTDB
Christian Ambach
1
-1
/
+14
2013-05-17
lib: Add before/after hooks to async_connect
Volker Lendecke
4
-5
/
+5
2013-05-17
waf: build vfs_aixacl2 module by default on AIX
Christian Ambach
1
-1
/
+1
2013-05-16
s3:lib/dbwrap add missing curly braces
Christian Ambach
1
-2
/
+4
2013-05-16
s3:include remove non-blank line endings
Christian Ambach
1
-3
/
+3
2013-05-16
auth: Ensure auth_sam is not used on the AD DC
Andrew Bartlett
1
-0
/
+7
2013-05-16
pdb_ldap: Do not skip accounts without a sambaAcctFlags value
Andrew Bartlett
1
-4
/
+4
2013-05-16
s3-rpc_server: Ensure we are root when starting and usiing gensec
Andrew Bartlett
1
-6
/
+32
2013-05-15
source3/utils/ntlm_auth.c: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2013-05-15
source3/modules/vfs_catia.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-05-15
source3/libsmb/ntlmssp.c: Fix typo.
Karolin Seeger
1
-1
/
+1
2013-05-14
winbind/idmap_ad: be verbose about the user that we fail to map
Björn Jacke
1
-2
/
+3
2013-05-14
vfs_gpfs: slightly simplify connect()
Volker Lendecke
1
-7
/
+7
2013-05-14
s3:rpc_server/srvsvc check access before doing work
Shekhar Amlekar
1
-10
/
+10
2013-05-14
torture: Remove some unused code
Volker Lendecke
1
-5
/
+0
2013-05-14
smbd: Remove a pointless variable
Volker Lendecke
1
-2
/
+1
2013-05-14
build: Add missing dep from vfs_nfs4acl_xattr to NDR_NFS4ACL
Andrew Bartlett
1
-1
/
+1
2013-05-12
lib: Fix CID 241650 Sizeof not portable
Volker Lendecke
1
-1
/
+1
2013-05-12
pthreadpool: Fix CID 710828 Sizeof not portable
Volker Lendecke
1
-1
/
+1
2013-05-09
s3:modules/vfs_aixacl2 fix compile errors
Christian Ambach
1
-9
/
+8
2013-05-09
Fix missing TALLOC_FREE of stackframes.
Jeremy Allison
2
-2
/
+6
2013-05-09
Tidy up old bool usage. False -> false, True -> true.
Jeremy Allison
1
-13
/
+13
2013-05-09
vfs: Allow CREATOR GROUP to be used with vfs_zfsacl
Andrew Bartlett
1
-1
/
+1
2013-05-09
s4-smbtorture: Run tests for nfs4:modes simple and special.
Alexander Werth
1
-1
/
+2
2013-05-09
s3: Update README.nfs4acls.txt
Alexander Werth
1
-8
/
+15
2013-05-09
s3: Use mode bits in some cases in mode simple.
Alexander Werth
1
-0
/
+46
2013-05-09
s3: Add changes that keep nfs4:mode special behavior.
Alexander Werth
1
-1
/
+41
2013-05-09
s3: Mapping of cifs creator owner to nfs owner@ ace.
Alexander Werth
1
-0
/
+24
2013-05-09
s3: Mapping of special entries to creator owner in mode simple.
Alexander Werth
1
-6
/
+60
2013-05-09
s3: Add params parameter to smbacl4_nfs42win function.
Alexander Werth
1
-12
/
+27
2013-05-09
s3: Change smbacl4_get_vfs_params to use connection_struct instead of fsp.
Alexander Werth
1
-5
/
+6
2013-05-09
s3: Move up declaration of params struct and related function.
Alexander Werth
1
-49
/
+49
2013-05-09
vfs: Add inheritance emulation to vfs_nfs4acl_xattr.
Alexander Werth
1
-29
/
+263
2013-05-09
selftest: Run raw.acls test against the nfs4acl_xattr module
Andrew Bartlett
1
-0
/
+4
2013-05-09
build: Add vfs_nfs4acl to the autoconf build
Andrew Bartlett
2
-1
/
+4
2013-05-09
vfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4acl.idl
Andrew Bartlett
5
-2
/
+430
2013-05-09
vfs: Remove unused security_info argument in vfz_zfsacl.c
Andrew Bartlett
1
-3
/
+1
2013-05-09
vfs: Fix compile of vfs_gpfs.c.
Alexander Werth
1
-18
/
+33
2013-05-09
vfs: Allocate SMB4ACL_T on an explict memory context
Andrew Bartlett
5
-33
/
+78
2013-05-09
vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callback
Andrew Bartlett
5
-15
/
+16
2013-05-07
Remove the compound_related_in_progress state from the smb2 global state.
Jeremy Allison
2
-12
/
+0
2013-05-07
The core of the fix to allow opens to go async inside a compound request.
Jeremy Allison
1
-43
/
+53
2013-05-07
Move a variable into the area of code where it's used.
Jeremy Allison
1
-2
/
+2
[next]