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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
smbd: Avoid double-free in get_print_db_byname
Volker Lendecke
2014-07-08
1
-2
/
+2
*
smbd: Factor out smbd_smb2_send_break
Volker Lendecke
2014-07-08
1
-22
/
+36
*
smbd: Rename smbd_smb2_send_oplock_break_state->buf to ->body
Volker Lendecke
2014-07-08
1
-3
/
+3
*
smbd: no "dyn" in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-6
/
+3
*
smbd: Make hdr a field of its own in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-19
/
+20
*
smbd: Make tf a field of its own in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-14
/
+15
*
smbd: Make nbt_hdr a field of its own in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-4
/
+7
*
s4-auth-krb: Fix talloc access after free in smb_krb5_update_keytab
Samuel Cabrero
2014-07-08
1
-1
/
+6
*
ctdb-tests: Do not run ip command if running against local daemons
Amitay Isaacs
2014-07-08
1
-3
/
+6
*
ctdb-build: fix wscript formatting as per PEP8
Amitay Isaacs
2014-07-08
1
-14
/
+24
*
ctdb-build: Create ctdb only ctags
Amitay Isaacs
2014-07-08
2
-2
/
+3
*
ctdb-build: Replace os.system with samba_utils.RUN_COMMAND
Amitay Isaacs
2014-07-08
1
-5
/
+20
*
ctdb-build: Check the return value of RUN_COMMAND
Amitay Isaacs
2014-07-08
1
-3
/
+12
*
ctdb-tests: Shutdown local daemons if the tests exit abnormally
Amitay Isaacs
2014-07-08
1
-6
/
+24
*
s4: torture: Add a new lock test to show that the Samba SMB1 multi-lock imple...
Jeremy Allison
2014-07-08
1
-0
/
+134
*
s3: VFS modules: Ignore EPERM errors on [f]chmod in crossrename module.
Jeremy Allison
2014-07-08
1
-2
/
+4
*
param: Amend docs.py test to check dumping of flagged parameters
Garming Sam
2014-07-08
1
-1
/
+70
*
param: remove idmap parameters as special cases in docs.py
Garming Sam
2014-07-07
1
-3
/
+0
*
param: change snum parameter in special functions to a loadparm_service pointer
Garming Sam
2014-07-07
4
-45
/
+57
*
s3:param: pass down lp_ctx in handle include
Garming Sam
2014-07-07
1
-1
/
+1
*
lib/param: rename do_parameter to lpcfg_do_parameter
Garming Sam
2014-07-07
1
-5
/
+3
*
param: handle smb_ports as a special handler
Garming Sam
2014-07-07
3
-3
/
+45
*
param: Use set_variable instead of set_variable_helper in lp_do_parameter
Garming Sam
2014-07-07
2
-44
/
+19
*
param: add failure case for loadparm_init_s3
Garming Sam
2014-07-07
1
-0
/
+6
*
param: store the flags_list in the s3 lp context used for special
Garming Sam
2014-07-07
1
-0
/
+1
*
param: mark non default options using flags in s3
Garming Sam
2014-07-07
1
-3
/
+25
*
param: fix FLAG_CMDLINE to be stored outside of the param table
Garming Sam
2014-07-07
1
-6
/
+6
*
param: remove unnecessary dump a service
Garming Sam
2014-07-07
1
-11
/
+3
*
param: simplify lp_do_parameter
Garming Sam
2014-07-07
1
-4
/
+2
*
param: replace lp_set_cmdline in s3 helpers to store_cmdline
Garming Sam
2014-07-07
5
-14
/
+32
*
param: Ensure the correct mem context is always being used from s3
Garming Sam
2014-07-07
1
-2
/
+9
*
param: set the flags on a s3 loadparm context
Garming Sam
2014-07-07
5
-1
/
+19
*
param: flag fixes in s3 loadparm
Garming Sam
2014-07-07
2
-1
/
+35
*
param: attempt to start factoring out the bInGlobalSection parameter
Garming Sam
2014-07-07
1
-2
/
+3
*
param: allow fallback to s3 do_section in lib/param
Garming Sam
2014-07-07
1
-1
/
+8
*
param: add do_section to s3 helpers
Garming Sam
2014-07-07
4
-2
/
+4
*
param: rename do_section in s3 to lp_do_section to avoid conflicts
Garming Sam
2014-07-07
1
-5
/
+5
*
param: remove unnecessary calls to do_parameter in s3
Garming Sam
2014-07-07
1
-4
/
+25
*
lib/param: add deprecated warning to be consistent with s3
Garming Sam
2014-07-07
1
-0
/
+10
*
param: remove unnecessary lp_local_ptr_by_snum function
Garming Sam
2014-07-07
1
-11
/
+2
*
param: avoid the use of lp_do_parameter in popt
Garming Sam
2014-07-07
1
-1
/
+1
*
param: move defaults_saved global out of dump_globals function
Garming Sam
2014-07-07
1
-3
/
+3
*
param: use set_variable_helper in s3 loadparm
Garming Sam
2014-07-07
1
-120
/
+1
*
param: finish the set_param_helper lineup by rearranging case order
Garming Sam
2014-07-07
1
-6
/
+7
*
param: make some more changes to lp_do_parameter to match set_variable_helper
Garming Sam
2014-07-07
2
-19
/
+31
*
lib/param: change set_variable_helper formatting
Garming Sam
2014-07-07
1
-4
/
+6
*
param: attempt to align the set_variable_helper with lp_do_parameter
Garming Sam
2014-07-07
1
-3
/
+2
*
param: use str_list_make_v3 instead of str_list_make in s3
Garming Sam
2014-07-07
1
-2
/
+2
*
param: Add null checks for upcoming str_list_make changes
Garming Sam
2014-07-07
2
-2
/
+6
*
param: pre-emptively correct use of str_list_make_v3 in lib/param
Garming Sam
2014-07-07
2
-0
/
+8
[prev]
[next]