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-08-15
librpc/idl: Make smb_acl_t public so we can pull/push it as a blob
Andrew Bartlett
1
-0
/
+9
2012-08-15
s3:smb2_server: do calculations based on SMBD_SMB2_NUM_IOV_PER_REQ in smbd_sm...
Stefan Metzmacher
1
-3
/
+3
2012-08-15
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
4
-10
/
+0
2012-08-15
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
5
-48
/
+41
2012-08-15
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
6
-1033
/
+1
2012-08-15
s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS
Andrew Bartlett
1
-7
/
+7
2012-08-15
s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_init() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
Andrew Bartlett
2
-24
/
+24
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_get_entry() directly rather than via the VFS
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFS
Andrew Bartlett
2
-4
/
+4
2012-08-15
s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS
Andrew Bartlett
2
-5
/
+5
2012-08-15
s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS
Andrew Bartlett
2
-9
/
+9
2012-08-15
s3-smbd: Move smb_acl_t declaration to smb_acl.idl
Andrew Bartlett
2
-34
/
+4
2012-08-15
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
9
-64
/
+49
2012-08-15
s3-winbind: Return the DC name from DC_PING
Christof Schmitt
3
-1
/
+14
2012-08-15
s3-winbind: Pass ping-dc result to client
Christof Schmitt
1
-1
/
+9
2012-08-14
s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databases
Andrew Bartlett
1
-5
/
+10
2012-08-14
s3-vfs: Put vfs_aixacl_util.c helper functions into a header file
Andrew Bartlett
3
-3
/
+24
2012-08-14
s3-selftest: Add smbclient tarmode test
Salvador I. Gonzalez
2
-1
/
+185
2012-08-14
s3-selftest: Fix copy/paste error in test usage string
Salvador I. Gonzalez
1
-1
/
+1
2012-08-13
Fix smbclient/tarmode panic on connecting to Windows 2000 clients.
Salvador I. Gonzalez
1
-8
/
+19
2012-08-13
Ensure we update last_access on the winbindd child struct on each request.
Jeremy Allison
1
-0
/
+1
2012-08-12
s3: skip loading vfs modules for printer connections
Björn Jacke
1
-0
/
+6
2012-08-11
s3-nfs4acls: Remove lookup_sid and sidmap from NFSv4 ACL mapping and check gi...
Andrew Bartlett
1
-115
/
+13
2012-08-10
s3-smbd: Merge ACE entries based on mapped UID/GID not SID
Andrew Bartlett
1
-4
/
+4
2012-08-10
s3-smbd: Convert posix_acls.c to use struct unixid internally
Andrew Bartlett
1
-57
/
+72
2012-08-10
s3-smbd: Create a shortcut for building the token of a user by SID for posix_...
Andrew Bartlett
3
-57
/
+145
2012-08-10
Revert "s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ s...
Stefan Metzmacher
1
-1
/
+0
2012-08-10
Revert "s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXs...
Stefan Metzmacher
1
-1
/
+1
2012-08-10
Revert "s3:smb: include "smbXsrv.h" before "vfs.h""
Stefan Metzmacher
1
-6
/
+0
2012-08-10
s3:smbXsrv.idl: remove smbXsrv_*0 defines
Stefan Metzmacher
1
-42
/
+42
2012-08-10
s3:param: fix compiler warnings with FN_GLOBAL_CONST_STRING()
Stefan Metzmacher
1
-1
/
+1
2012-08-10
build: rename security → samba-security
Björn Jacke
1
-2
/
+2
2012-08-09
Remove smb_panic() from unix_strlower(). Just rely on error code return.
Jeremy Allison
1
-2
/
+0
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
42
-72
/
+225
2012-08-09
Fix strlower_m() to return an error indication.
Jeremy Allison
2
-5
/
+9
2012-08-09
Check error returns on strnorm().
Jeremy Allison
4
-7
/
+19
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
48
-88
/
+280
2012-08-09
Fix missing ads_destroy in error path.
Jeremy Allison
1
-0
/
+1
2012-08-09
Change strupper_m() to return a value.
Jeremy Allison
2
-5
/
+9
2012-08-09
Fix bad return in unix_strupper.
Jeremy Allison
1
-1
/
+1
[next]