index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smbd: move libasys state from smbXsrv_connection to smbd_server_connection
Stefan Metzmacher
2014-08-06
2
-13
/
+13
*
s3:smbd: move xconn->msg_state to xconn->smb1.msg_state
Stefan Metzmacher
2014-08-06
2
-19
/
+23
*
s3:smbd: move sconn->smb1.unix_info.* to xconn->smb1.unix_info.*
Stefan Metzmacher
2014-08-06
2
-18
/
+18
*
s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.*
Stefan Metzmacher
2014-08-06
5
-82
/
+84
*
s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state
Stefan Metzmacher
2014-08-06
10
-38
/
+46
*
s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*
Stefan Metzmacher
2014-08-06
7
-31
/
+41
*
s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*
Stefan Metzmacher
2014-08-06
6
-45
/
+53
*
s3:smbd: move sconn->status to xconn->transport.status
Stefan Metzmacher
2014-08-06
4
-12
/
+16
*
s3:smbd: move sconn->smb1.fde to xconn->transport.fde
Stefan Metzmacher
2014-08-06
3
-12
/
+11
*
s3:smbd: move sconn->sock to xconn->transport.sock
Stefan Metzmacher
2014-08-06
8
-43
/
+62
*
s3:smbd: move sconn->nbt.* to xconn->transport.nbt.*
Stefan Metzmacher
2014-08-06
3
-7
/
+9
*
s3:smbd: avoid get_peer_addr() and use smbXsrv_connection_dbg()
Stefan Metzmacher
2014-08-06
3
-75
/
+88
*
s3:smbd: add smbXsrv_connection_dbg()
Stefan Metzmacher
2014-08-06
2
-0
/
+25
*
locking: posix_lock_list does not use "fsp"
Volker Lendecke
2014-08-06
1
-4
/
+0
*
locking: Avoid a pointless cast
Volker Lendecke
2014-08-06
1
-1
/
+1
*
samba: Retain case sensitivity of cifs client
Shirish Pargaonkar
2014-08-01
1
-1
/
+2
*
winbindd-irpc: Ensure not to call irpc_send_reply twice on error
Andrew Bartlett
2014-08-01
1
-0
/
+1
*
nmbd: Call DEBUGADD instead of Debug1
Volker Lendecke
2014-07-31
1
-10
/
+7
*
lib: Remove unused serverid_register_msg_flags()
Volker Lendecke
2014-07-31
2
-61
/
+0
*
s3:param: remove unused function lp_string_set()
Michael Adam
2014-07-31
1
-4
/
+0
*
lib/param: change the default for "winbind expand groups" to "0"
Stefan Metzmacher
2014-07-31
1
-1
/
+1
*
param: get rid of unnecessary get_default_loadparm_service pointer
Garming Sam
2014-07-31
1
-1
/
+0
*
param: remove unnecessary lp_do_parameter call
Garming Sam
2014-07-31
1
-1
/
+0
*
param: remove lp_get_parameter
Garming Sam
2014-07-31
3
-18
/
+0
*
s3:param: move all lp context setup to a single function
Garming Sam
2014-07-31
1
-23
/
+26
*
s3:param: Ensure that the service pointers are not used directly.
Garming Sam
2014-07-31
1
-1
/
+1
*
param: remove init printer values from s3-helpers
Garming Sam
2014-07-31
1
-1
/
+0
*
param: move init_printer_values to lib/param
Garming Sam
2014-07-31
1
-121
/
+0
*
param: change init_printer_values to take an lp ctx
Garming Sam
2014-07-31
1
-7
/
+10
*
param: remove unused dump_globals
Garming Sam
2014-07-31
1
-37
/
+0
*
param: use lpcfg_dump_globals in s3 loadparm
Garming Sam
2014-07-31
1
-1
/
+12
*
param: remove is_default method in s3
Garming Sam
2014-07-31
1
-41
/
+1
*
param: remove unused service_ok function
Garming Sam
2014-07-31
2
-47
/
+0
*
param: use lpcfg_service_ok in s3 loadparm
Garming Sam
2014-07-31
1
-3
/
+3
*
s3:param: remove lp_string_set from the s3_fns.
Garming Sam
2014-07-31
1
-1
/
+0
*
s3:param: add lp_ctx as a parameter to init_globals
Garming Sam
2014-07-31
1
-4
/
+6
*
s3:param: use lpcfg_do_*_paramter instead of lp_do_parameter in do_parameter
Garming Sam
2014-07-31
1
-3
/
+18
*
s3:param: simplify lp_do_parameter to use lpcfg functions
Garming Sam
2014-07-31
1
-76
/
+8
*
smbd: Change logging level for denied share access
Christof Schmitt
2014-07-31
2
-2
/
+2
*
s3:param: move a variable into scope in lp_file_list_changed
Michael Adam
2014-07-30
1
-2
/
+2
*
s3: net time - fix usage and core dump.
Jeremy Allison
2014-07-30
1
-10
/
+20
*
s3: winbindd: On new client connect, prune idle or hung connections older tha...
Jeremy Allison
2014-07-29
1
-0
/
+36
*
s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...
Jeremy Allison
2014-07-29
1
-0
/
+1
*
messaging3: messaging_array is no longer used
Volker Lendecke
2014-07-28
1
-5
/
+0
*
unix_msg: simplify unix_msg_send
Volker Lendecke
2014-07-28
1
-12
/
+5
*
unix_msg: Use struct initializers
Volker Lendecke
2014-07-28
1
-32
/
+32
*
unix_msg: Use empty arrays in structs
Volker Lendecke
2014-07-28
1
-3
/
+3
*
lib: directory_create_or_exist() does not use "uid" parameter
Volker Lendecke
2014-07-28
9
-15
/
+13
*
winbind/i18n: update Japanese pam winbind translation
Björn Jacke
2014-07-26
1
-117
/
+113
*
s3:idmap: fix talloc hierarchy in idmap_passdb_domain()
Michael Adam
2014-07-25
1
-1
/
+1
[prev]
[next]