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-19
Move the set_write_time() call to after get_existing_share_mode_lock() return...
Jeremy Allison
1
-3
/
+15
2012-05-18
Raise the debug level from 1 to 5 in get_share_mode_lock_internal()
Jeremy Allison
1
-1
/
+2
2012-05-18
s3:smbd: allow creating new spnego sessions only with a 0 vuid
Stefan Metzmacher
1
-0
/
+5
2012-05-18
s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED
Stefan Metzmacher
1
-1
/
+1
2012-05-18
s3:idmap_cache: improve checks for format of value string in idmap_cache_find...
Michael Adam
1
-0
/
+15
2012-05-18
s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()
Michael Adam
1
-12
/
+10
2012-05-18
s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()
Michael Adam
1
-5
/
+24
2012-05-18
s3: Revert the serverid changes, they need more work
Volker Lendecke
11
-262
/
+46
2012-05-18
build: Move generated files out of the normal build tree
Andrew Bartlett
3
-85
/
+94
2012-05-18
build: Move generated version.h to a waf-invisible location
Andrew Bartlett
2
-2
/
+2
2012-05-18
Fix the waf build with the new "cleans up stale processes" test.
Jeremy Allison
1
-0
/
+1
2012-05-17
s3: Check for serverid_exists in close_directory
Volker Lendecke
1
-0
/
+3
2012-05-17
s3: Check for serverid_exists in close_remove_share_mode
Volker Lendecke
1
-0
/
+3
2012-05-17
s3: Be less picky on stale share mode entries
Volker Lendecke
1
-1
/
+3
2012-05-17
s3: Check for serverid_exists in find_oplock_types
Volker Lendecke
1
-0
/
+20
2012-05-17
s3: Test whether get_share_mode_lock cleans up stale processes
Volker Lendecke
4
-1
/
+179
2012-05-17
s3: Check for serverid_exists in rename_share_filename
Volker Lendecke
1
-0
/
+4
2012-05-17
s3: Do not check the PIDs is parse_share_modes
Volker Lendecke
1
-42
/
+0
2012-05-17
s3: Check for serverid_exists in smb_posix_unlink
Volker Lendecke
1
-0
/
+3
2012-05-17
s3: Check for serverid_exists in open_mode_check
Volker Lendecke
1
-0
/
+5
2012-05-17
s3: Check for serverid_exists in notify_deferred_opens
Volker Lendecke
1
-2
/
+8
2012-05-17
s3: Add "share_mode_stale_server"
Volker Lendecke
2
-0
/
+33
2012-05-17
s3:gse: implement gensec_gse_expire_time()
Stefan Metzmacher
1
-0
/
+12
2012-05-17
s3:gse: remember the expire time
Stefan Metzmacher
1
-2
/
+15
2012-05-17
s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...
Stefan Metzmacher
1
-1
/
+1
2012-05-17
Check the return from create_acl_blob
Richard Sharpe
1
-4
/
+6
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
[next]