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
...
*
wafsamba: If perl can't provide defaults, define them.
Andreas Schneider
2014-05-08
1
-2
/
+8
*
torture3: local-messaging-read3
Volker Lendecke
2014-05-08
4
-0
/
+203
*
messaging3: Relax the self-send check a bit
Volker Lendecke
2014-05-08
1
-1
/
+2
*
messaging3: Factor out the self-send check
Volker Lendecke
2014-05-08
1
-2
/
+8
*
messaging3: Push down the self-send callback
Volker Lendecke
2014-05-08
2
-53
/
+95
*
torture3: Fix local-messaging-read1
Volker Lendecke
2014-05-08
1
-3
/
+6
*
messaging3: Fix messaging_filtered_read_send
Volker Lendecke
2014-05-08
1
-0
/
+15
*
messaging3: Add messaging_dgm_register_tevent_context
Volker Lendecke
2014-05-08
2
-0
/
+12
*
lib: Enhance poll_funcs_tevent for multiple tevent_contexts
Volker Lendecke
2014-05-08
6
-41
/
+398
*
messaging3: Add comments about not touching "waiters"
Volker Lendecke
2014-05-08
1
-0
/
+16
*
messaging3: Fix 80-char line limit
Volker Lendecke
2014-05-08
1
-5
/
+9
*
dbwrap: Use messaging_filtered_read
Volker Lendecke
2014-05-08
1
-21
/
+21
*
messaging3: Add messaging_filtered_read
Volker Lendecke
2014-05-08
2
-25
/
+111
*
wbclient: ensure response struct is initialized
Alexander Bokovoy
2014-05-08
1
-0
/
+7
*
s3-krb5: Limit search for old kvno to 8bits
Christof Schmitt
2014-05-08
1
-2
/
+5
*
param: Use an explicit talloc_stackframe() in lp_load_ex for clarity and cert...
Andrew Bartlett
2014-05-07
1
-4
/
+9
*
param: Use an explicit talloc_stackframe() in lp_do_parameter for clarity and...
Andrew Bartlett
2014-05-07
1
-3
/
+10
*
param: replace P_OCTAL variable setting with s3 version which uses sscanf
Garming Sam
2014-05-07
1
-1
/
+5
*
lib/param: change set_variable to be more consistent with s3 loadparm
Garming Sam
2014-05-07
1
-1
/
+2
*
param: correctly return false when parsing invalid octal in lp_do_parameter
Garming Sam
2014-05-07
1
-0
/
+1
*
lib/param: change a comment regarding helper parametric functions
Garming Sam
2014-05-07
1
-1
/
+1
*
lib/param: remove unnecessary get_parametric s3 helper function
Garming Sam
2014-05-07
4
-21
/
+0
*
lib/param: use get_parametric_helper in lpcfg_get_parametric
Garming Sam
2014-05-07
1
-33
/
+6
*
param: remove unused get_parametrics_by_service
Garming Sam
2014-05-07
1
-51
/
+0
*
param: copy parametric option helper to lib/param
Garming Sam
2014-05-07
2
-4
/
+55
*
param: tidy up get_parametrics_by_service
Garming Sam
2014-05-07
1
-24
/
+23
*
lib/param: clean up lpcfg_get_parametric
Garming Sam
2014-05-07
1
-13
/
+16
*
param: Provide a talloc_stackframe() to external users of lp_set_cmdline()
Andrew Bartlett
2014-05-07
1
-0
/
+2
*
param: refactor lp_set_cmdline_helper to not call store_lp_set_cmdline
Garming Sam
2014-05-07
1
-10
/
+11
*
param: fix incorrect return on lp_set_cmdline_helper
Garming Sam
2014-05-07
1
-1
/
+1
*
lib/param: Remove unused static variable defaults_saved
Andrew Bartlett
2014-05-07
1
-1
/
+0
*
lib/param: Make lpcfg_equal_parameter static (again)
Andrew Bartlett
2014-05-07
2
-7
/
+1
*
lib/param: Make and use lpcfg_dump_a_service() in common
Andrew Bartlett
2014-05-07
2
-48
/
+9
*
Add a comment regarding strwicmp only being an ASCII string compare
Garming Sam
2014-05-07
1
-1
/
+7
*
param: remove NUMPARAMETERS macro from lib/param
Garming Sam
2014-05-07
1
-8
/
+6
*
param: remove NUMPARAMETERS macro in s3
Garming Sam
2014-05-07
1
-3
/
+1
*
docs: enable checking of parametric options assignment
Garming Sam
2014-05-07
1
-4
/
+2
*
lib/param: use strwicmp instead of strlower_talloc
Garming Sam
2014-05-07
1
-7
/
+7
*
lib/param: fix an error in the is_default method in lib/param
Garming Sam
2014-05-07
1
-1
/
+1
*
param: move parametric parameter dumping to lpcfg_dump_a_parameter
Garming Sam
2014-05-07
2
-26
/
+26
*
param: remove fstring from dump_a_parameter
Garming Sam
2014-05-07
1
-7
/
+12
*
s3:loadparm: Fix dump a parameter to use the file indicated
Garming Sam
2014-05-07
1
-1
/
+1
*
param: fix copy service to copy over cmdlist
Garming Sam
2014-05-07
1
-0
/
+1
*
param: correctly use param_table.c as a regular C file
Garming Sam
2014-05-07
6
-13
/
+23
*
param: use a single special handler for idmap parameters
Garming Sam
2014-05-07
2
-37
/
+31
*
param: add lp_do_parameter to s3 helpers
Garming Sam
2014-05-07
2
-0
/
+2
*
param: use a single handle_netbios_aliases function
Garming Sam
2014-05-07
2
-9
/
+12
*
param: include set_netbios_aliases in s3 helpers
Garming Sam
2014-05-07
2
-0
/
+2
*
param: setup ctx variable in loadparm globals
Garming Sam
2014-05-07
1
-0
/
+2
*
move str_list_make_v3 out of s3 code
Garming Sam
2014-05-07
4
-69
/
+74
[prev]
[next]