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
/
param
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DC
Stefan Metzmacher
1
-0
/
+1
2012-11-16
s3:param: make init_locals() static.
Michael Adam
1
-1
/
+1
2012-11-16
s3-param: Handle setting default AD DC per-share settings in init_locals()
Andrew Bartlett
1
-19
/
+37
2012-11-01
s3-param: Move the options needed for running smbd in the AD DC to loadparm
Andrew Bartlett
1
-0
/
+17
2012-10-04
Remove the parameters:
Jeremy Allison
1
-4
/
+0
2012-10-04
Revert "Add functions to programatically set the security mask and directory ...
Jeremy Allison
1
-14
/
+0
2012-10-02
Add functions to programatically set the security mask and directory security...
Jeremy Allison
1
-0
/
+14
2012-09-18
panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...
Matthieu Patou
1
-1
/
+0
2012-09-08
s3: introduce a new share config option "durable handles" defaulting to "yes"
Michael Adam
1
-0
/
+1
2012-09-08
s3: add an option "kernel share modes" to be able to switch off using kernel ...
Michael Adam
1
-0
/
+1
2012-09-08
loadparm: remove remnants of removed option "share modes"
Michael Adam
1
-3
/
+0
2012-09-08
s3:param: change "server max protocol" to "SMB3"
Stefan Metzmacher
1
-1
/
+1
2012-09-06
s3-printing: Restrict printing=cups to systems with cups development headers ...
Andrew Bartlett
1
-14
/
+0
2012-09-04
s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DC
Andrew Bartlett
1
-0
/
+1
2012-08-28
s3-param: Avoid assert on use of talloc_tos() without stackframe
Andrew Bartlett
1
-2
/
+3
2012-08-23
file_server: Move default VFS module settings to loadparm.c
Andrew Bartlett
1
-0
/
+13
2012-08-21
build: Remove special case for the build farm
Andrew Bartlett
1
-1
/
+1
2012-08-17
s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values
Stefan Metzmacher
1
-1
/
+1
2012-08-10
s3:param: fix compiler warnings with FN_GLOBAL_CONST_STRING()
Stefan Metzmacher
1
-1
/
+1
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2
-2
/
+7
2012-08-07
s3-param: Remove never-reached condition for popts == NULL
Andrew Bartlett
1
-4
/
+0
2012-08-07
s3-param: Remove never-reached condition for opt_list == NULL
Andrew Bartlett
1
-4
/
+0
2012-08-07
source3/loadparm.c: Move string_set/string_free inside.
Rusty Russell
1
-0
/
+52
2012-08-07
source3/loadparm: make struct loadparm_service a talloc object.
Rusty Russell
1
-1
/
+2
2012-08-07
loadparm: Add ctx member to struct loadparm_global.
Rusty Russell
1
-0
/
+3
2012-08-06
lib/param: move enum dns_update_settings to lib/param
Christian Ambach
1
-1
/
+0
2012-08-06
lib/param: Also enable vlp when --enable-selftest is specified
Andrew Bartlett
1
-1
/
+1
2012-07-27
lib/param: Rename "socket address" to "nbt client socket address" to clarify ...
Andrew Bartlett
1
-1
/
+1
2012-07-27
lib/param: Remove unused "paranoid server security"
Andrew Bartlett
1
-1
/
+0
2012-07-27
param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...
Andrew Bartlett
1
-16
/
+0
2012-07-27
lib/param: Merge parameter tables into a common file
Andrew Bartlett
1
-4124
/
+0
2012-07-27
s3-param: Merge "log file" parameter with lib/param
Andrew Bartlett
1
-1
/
+7
2012-07-24
lib/param: Merge handling of security/domain master/domain logons/server role
Andrew Bartlett
2
-7
/
+12
2012-07-24
lib/param: Make lp_usershare_max_shares() a common parameter
Andrew Bartlett
1
-1
/
+0
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
1
-136
/
+1
2012-07-24
lib/param: Rename param_enums.c to param_table.c
Andrew Bartlett
1
-1
/
+1
2012-07-24
s3-param: Merge parameter varaibles with lib/param
Andrew Bartlett
1
-10
/
+11
2012-07-24
s3-param: fix indent on cups encrypt
Andrew Bartlett
1
-1
/
+1
2012-07-24
s3-param: Merge a number of s4 parameters from lib/param to make this table c...
Andrew Bartlett
1
-10
/
+287
2012-07-24
param: Make internal handler for 'server role' common
Andrew Bartlett
1
-3
/
+2
2012-07-24
param: Make the 'unicode' parameter common
Andrew Bartlett
1
-0
/
+9
2012-07-19
s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as default
Andrew Bartlett
1
-13
/
+5
2012-07-19
lib/param: bring lp_smb_ports() into common by making it a list everywhere
Andrew Bartlett
1
-3
/
+2
2012-07-19
s3-param: Make lp_name_resolve_order() return a list
Andrew Bartlett
1
-13
/
+2
2012-07-19
lib/param: bring lp_time_server() into common
Andrew Bartlett
1
-1
/
+0
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2
-58
/
+61
2012-07-09
Use new common function.
Jeremy Allison
1
-1
/
+1
2012-07-03
s3-smbd: Remove deprecated 'share modes' option.
Andreas Schneider
1
-9
/
+0
2012-07-03
s3-printing: Remove deprecated lp_printer_admin().
Andreas Schneider
1
-10
/
+0
2012-06-29
s3:param: change "server max protocol" to "SMB2" (SMB2_10)
Stefan Metzmacher
1
-1
/
+1
[next]