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-05-17
s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...
Andrew Bartlett
1
-0
/
+35
2012-05-17
s3-smbd: Consider a group with the same SID as sufficient duplication
Andrew Bartlett
1
-0
/
+7
2012-05-17
s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...
Andrew Bartlett
1
-39
/
+109
2012-05-17
We need to split things up into a new helper function add_current_ace_to_acl(...
Andrew Bartlett
1
-172
/
+184
2012-05-17
This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...
Jeremy Allison
1
-2
/
+5
2012-05-17
s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACL
Andrew Bartlett
1
-5
/
+12
2012-05-16
s3:onefs: remove all onefs related code as it not maintained anymore
Stefan Metzmacher
23
-10395
/
+2
2012-05-16
Fix the overwriting of errno before use in a DEBUG statement and use the retu...
Richard Sharpe
2
-5
/
+8
2012-05-15
s3: Fix Coverity ID 242710 Untrusted pointer read
Volker Lendecke
1
-1
/
+1
2012-05-15
libcli/smb: move smb2cli_ioctl.c from source3 to the toplevel
Björn Baumbach
4
-374
/
+1
2012-05-15
libcli/smb: move smb2cli_query_directory.c from source3 to the toplevel
Björn Baumbach
4
-244
/
+2
2012-05-15
libcli/smb: move smb2cli_query_info.c from source3 to the toplevel
Björn Baumbach
4
-288
/
+1
2012-05-15
libcli/smb: move smb2cli_set_info.c from source3 to the toplevel
Björn Baumbach
4
-211
/
+1
2012-05-15
libcli/smb: move smb2cli_flush.c from source3 to the toplevel
Björn Baumbach
4
-151
/
+1
2012-05-15
libcli/smb: move smb2cli_write.c from source3 to the toplevel
Björn Baumbach
4
-191
/
+1
2012-05-15
libcli/smb: move smb2cli_read.c from source3 to the toplevel
Björn Baumbach
4
-219
/
+1
2012-05-15
libcli/smb: move smb2cli_close.c from source3 to the toplevel
Stefan Metzmacher
4
-157
/
+1
2012-05-15
libcli/smb: move smb2cli_create.c from source3 to the toplevel
Stefan Metzmacher
4
-318
/
+1
2012-05-15
s3:libsmb: avoid interpret_long_date() in smb2cli_create
Stefan Metzmacher
1
-8
/
+8
2012-05-15
s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...
Stefan Metzmacher
1
-0
/
+1
2012-05-15
s3: Remove some unused code
Volker Lendecke
1
-14
/
+0
2012-05-15
s3: Fix a likely cut&paste error
Volker Lendecke
1
-1
/
+1
2012-05-15
s3-auth: Rename to init_system_session_info().
Andreas Schneider
4
-4
/
+4
2012-05-15
s3-auth: Don't lookup the system user in pdb.
Andreas Schneider
1
-4
/
+95
2012-05-15
s3:auth: remove unused auth_server.c
Stefan Metzmacher
6
-508
/
+1
2012-05-15
s3-auth: remove "security=server" (depricated since 3.6)
Stefan Metzmacher
3
-14
/
+2
2012-05-15
selftest: Remove tests for security=server
Andrew Bartlett
1
-4
/
+1
2012-05-14
s3: talloc_zero is not needed for structs we ndr_pull into
Volker Lendecke
1
-1
/
+1
2012-05-14
libcli/smb: move smb2cli_logoff_* from source3 to the top level
Stefan Metzmacher
4
-142
/
+0
2012-05-14
libcli/smb: git mv smb2_session.c smb2cli_session.c
Stefan Metzmacher
1
-1
/
+1
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_session.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_read.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_query_directory.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_ioctl.c
Stefan Metzmacher
1
-1
/
+1
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_flush.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_close.c
Stefan Metzmacher
1
-2
/
+2
2012-05-14
s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.c
Stefan Metzmacher
1
-4
/
+4
2012-05-14
lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c
Stefan Metzmacher
2
-14
/
+0
2012-05-14
s3:torture: add #include "lib/util/tevent_ntstatus.h" to test_addrchange.c
Stefan Metzmacher
1
-0
/
+1
2012-05-14
s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()
Stefan Metzmacher
1
-1
/
+1
2012-05-14
s3:smb2_close: make the top level code async using
Stefan Metzmacher
1
-39
/
+66
2012-05-14
s3:smb2_close: add add smbd_smb2_close_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+99
2012-05-14
s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...
Stefan Metzmacher
1
-19
/
+71
2012-05-14
s3:smb2_tcon: make the top level code async using
Stefan Metzmacher
1
-24
/
+58
2012-05-14
s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+79
2012-05-14
s3: Fix Coverity ID 241320 Array compared against 0
Volker Lendecke
1
-1
/
+1
2012-05-14
s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for files
Volker Lendecke
1
-2
/
+9
2012-05-14
move the dbwrap library to the top level
Michael Adam
16
-2822
/
+7
[prev]
[next]