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
...
*
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
*
s3:idmap: only check the range values if a range setting has been found.
Michael Adam
2014-07-25
1
-3
/
+1
*
s3:idmap: move loading of idmap options together before range checking in idm...
Michael Adam
2014-07-25
1
-4
/
+4
*
s3:idmap: in idmap_init_domain() load methods before loading further config
Michael Adam
2014-07-25
1
-18
/
+23
*
s3:idmap: don't log missing range config if range checking not requested
Michael Adam
2014-07-25
1
-2
/
+2
*
messaging3: Remove an unnecessary variable
Volker Lendecke
2014-07-25
1
-4
/
+1
*
messaging3: Simplify ping_message()
Volker Lendecke
2014-07-24
1
-10
/
+4
*
messaging3: Remove two procid_str_static calls
Volker Lendecke
2014-07-24
1
-3
/
+6
*
s3:smbd: remove unused client_get_tcp_info()
Stefan Metzmacher
2014-07-24
1
-15
/
+0
*
s3:smbd: avoid using client_get_tcp_info()
Stefan Metzmacher
2014-07-24
1
-25
/
+17
*
s3: remove stat_ex.vfs_private completely
Michael Adam
2014-07-24
3
-23
/
+0
*
s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()
Michael Adam
2014-07-24
1
-8
/
+6
*
s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.
Michael Adam
2014-07-24
1
-7
/
+0
*
s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.
Michael Adam
2014-07-24
1
-23
/
+22
*
Revert "s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in ...
Michael Adam
2014-07-24
1
-5
/
+0
*
smbd: Fix a typo
Volker Lendecke
2014-07-22
1
-1
/
+1
*
smbd: ?True:False is pretty pointless :-)
Volker Lendecke
2014-07-22
1
-1
/
+1
*
smbd: Add missing {}
Volker Lendecke
2014-07-22
1
-1
/
+2
*
smbd: Remove superfluous ()
Volker Lendecke
2014-07-22
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2014-07-22
1
-1
/
+1
*
smbd: Simplify brl_locktest
Volker Lendecke
2014-07-22
3
-33
/
+16
*
smbd: Restructure brl_conflict_other
Volker Lendecke
2014-07-22
1
-14
/
+39
*
smbd: Fix indentation, {} and line length in brl_conflict_other
Volker Lendecke
2014-07-22
1
-6
/
+14
*
smbd: Rename lck2->rw_probe in brl_conflict_other
Volker Lendecke
2014-07-22
1
-8
/
+8
*
smbd: Rename lck1->lock in brl_conflict_other
Volker Lendecke
2014-07-22
1
-8
/
+8
*
smbd: Use a struct initializer brl_lock
Volker Lendecke
2014-07-22
1
-13
/
+10
*
smbd: Simplify strict_lock_default with early returns
Volker Lendecke
2014-07-22
1
-34
/
+24
*
smbd: Use %ju/uintmax_t in source3/locking
Volker Lendecke
2014-07-22
3
-79
/
+120
[prev]
[next]