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
2012-09-12
Move cached cwd onto conn struct.
Jeremy Allison
3
-1
/
+17
2012-09-12
Remove ancient "optimization" global LastDir.
Jeremy Allison
3
-18
/
+3
2012-09-12
Avoid overriding default ccache for ads operations.
Simo Sorce
8
-14
/
+102
2012-09-12
s3: remove unneeded noquota.c file
Björn Jacke
1
-38
/
+0
2012-09-12
s3-rap: Open printers with the right access mask.
Andreas Schneider
1
-3
/
+3
2012-09-12
s3-pdb: filter out more symbols only used in ldapsam internals
Alexander Bokovoy
2
-2
/
+1
2012-09-12
smbd: Add extra VFS hooks to get the posix ACL as a blob
Andrew Bartlett
6
-0
/
+202
2012-09-12
smbd: Remove pre-allocation of ACL array in sys_acl_init()
Andrew Bartlett
5
-18
/
+15
2012-09-12
smbd-posix_acls: Use a IDL union to store the ACL entry
Andrew Bartlett
2
-13
/
+11
2012-09-12
Make metze happy and the code clearer :-).
Jeremy Allison
1
-0
/
+6
2012-09-11
smbd: Print ACL used to create hash in vfs_xattr_common
Andrew Bartlett
1
-0
/
+10
2012-09-11
docs: Move idmap manpage to there old location.
Andreas Schneider
8
-891
/
+0
2012-09-11
quota: move function again to its belonging ifdef block
Björn Jacke
1
-11
/
+9
2012-09-11
s3:proto.h: remove duplicate disk_quotas prototypes
Björn Jacke
1
-10
/
+0
2012-09-11
quota: fix configure test for HP-UX
Björn Jacke
1
-0
/
+6
2012-09-10
s3: Run raw.oplock
Volker Lendecke
1
-1
/
+1
2012-09-10
s3: delete requests are not special
Volker Lendecke
1
-16
/
+0
2012-09-10
Call TALLOC_FREE() before we return otherwise we will never free sam_account
Michele Baldessari
1
-1
/
+1
2012-09-10
Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...
Jeremy Allison
1
-5
/
+36
2012-09-10
wafbuild: add defines for linux quota and sysquota support
Björn Jacke
1
-0
/
+8
2012-09-10
s3:smbd Bump the smbd vfs interface version to 30
Christian Ambach
1
-1
/
+2
2012-09-10
s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fn
Christof Schmitt
1
-0
/
+1
2012-09-10
s3:vfs/time_audit: add path names to log messages
Ralph Wuerthner
1
-80
/
+170
2012-09-10
s3:client use more access bits for snapshot display
Christian Ambach
1
-1
/
+2
2012-09-10
s3-passdb: update abi_match and ignore more statically linked functions
Alexander Bokovoy
2
-17
/
+21
2012-09-10
uid_t is a synonym for int on osX
Matthieu Patou
1
-1
/
+1
2012-09-09
s3:quota-nfs: add RQ_PATHLEN define for systems that don't have it
Björn Jacke
1
-0
/
+4
2012-09-09
s3:quota-nfs: another build fix for the old Unix world
Björn Jacke
1
-1
/
+1
2012-09-09
s3: fix wrong invocations of talloc_realloc
Björn Jacke
1
-2
/
+2
2012-09-08
selftest/knownfail: we pass some samba3.smb2.durable-* tests now
Stefan Metzmacher
1
-0
/
+3
2012-09-08
s3:vfs_default: add basic support for durable handle request and reconnect
Michael Adam
6
-3
/
+610
2012-09-08
s3: introduce a new share config option "durable handles" defaulting to "yes"
Michael Adam
2
-0
/
+2
2012-09-08
s3:smbd: make fd_open() public
Michael Adam
2
-4
/
+6
2012-09-08
s3:smbd: don't set kernel flock if "kernel share modes = no"
Michael Adam
1
-1
/
+1
2012-09-08
s3: add an option "kernel share modes" to be able to switch off using kernel ...
Michael Adam
2
-0
/
+2
2012-09-08
loadparm: remove remnants of removed option "share modes"
Michael Adam
1
-3
/
+0
2012-09-08
s3:param: change "server max protocol" to "SMB3"
Stefan Metzmacher
1
-1
/
+1
2012-09-08
s3:smbd: add basic support for durable handle v2 request and reconnect
Michael Adam
1
-2
/
+129
2012-09-08
s3:smbd: add basic support for durable handle request and reconnect
Michael Adam
1
-46
/
+203
2012-09-08
s3:smbd: initial durable handle support: special treatment of durable handles...
Michael Adam
1
-0
/
+44
2012-09-08
s3:vfs: add durable VFS operations
Michael Adam
4
-1
/
+128
2012-09-08
s3:smbd: add disconnected checks to the open code.
Stefan Metzmacher
1
-0
/
+31
2012-09-08
s3:smbd: also close durable file handles in a tdis
Michael Adam
1
-2
/
+9
2012-09-08
s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()
Stefan Metzmacher
2
-0
/
+127
2012-09-08
s3:locking: add mark_share_mode_disconnected()
Stefan Metzmacher
2
-0
/
+40
2012-09-08
s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handles
Stefan Metzmacher
2
-1
/
+210
2012-09-08
s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0
Stefan Metzmacher
1
-0
/
+8
2012-09-08
s3:quota: don't add the string '"' into the argument list
Björn Jacke
1
-2
/
+2
2012-09-08
s3: Fix a panic when shutting down
Volker Lendecke
1
-10
/
+32
2012-09-07
s3:lib: use includes.h with cbuf and srprs
Gregor Beck
3
-12
/
+1
[next]