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
/
loadparm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-21
libsmbconf: add a "path" variable to the conf context.
Michael Adam
1
-2
/
+2
2008-03-21
libsmbconf: add backend specific init function.
Michael Adam
1
-2
/
+2
2008-03-21
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
1
-2
/
+2
2008-03-21
libsmbconf: change the API to always take the smbconf_ctx parameter first.
Michael Adam
1
-1
/
+1
2008-03-21
libsmbconf: change smbconf_get_seqnum() to smbconf_changed().
Michael Adam
1
-9
/
+5
2008-03-20
loadparm: reenable checking files for updates while in registry configuration.
Michael Adam
1
-9
/
+0
2008-03-20
loadparm: remove unneeded include.
Michael Adam
1
-1
/
+0
2008-03-17
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
1
-8
/
+8
2008-03-12
loadparm: add a debug message.
Michael Adam
1
-0
/
+2
2008-03-12
loadparm: remove services read from smb.conf when starting over for config ba...
Michael Adam
1
-0
/
+1
2008-03-12
loadparm: add convenience wrapper lp_kill_all_services()
Michael Adam
1
-0
/
+8
2008-03-12
loadparm: add a comment
Michael Adam
1
-0
/
+1
2008-03-12
loadparm: fix a comment typo.
Michael Adam
1
-1
/
+1
2008-03-12
loadparm: add utility function to check for config backend file.
Michael Adam
1
-1
/
+9
2008-03-12
loadparm: use a function to check for the registry config backend.
Michael Adam
1
-3
/
+3
2008-03-10
loadparm: fix init_globals() to re-init all options event when called 2nd time.
Michael Adam
1
-12
/
+22
2008-03-10
loadparm: replace typedef struct {} global/service by struct global/struct se...
Michael Adam
1
-29
/
+29
2008-03-10
loadparm: fix whitespaces in global and service parameter structs.
Michael Adam
1
-7
/
+6
2008-03-10
loadparm: fix spacing in parm_table (training spaces and empty lines).
Michael Adam
1
-40
/
+19
2008-03-10
loadparm: Reformat the parm table to use named initializers.
Michael Adam
1
-412
/
+3524
2008-03-06
Eliminate global variable in_client and a plethora of extern declarations.
Derrell Lipman
1
-2
/
+23
2008-03-06
Fix lp_load with an empty registry and "config backend = registry". Michael, ...
Günther Deschner
1
-0
/
+7
2008-02-29
Rename the 'hidden' variable to 'administrative share'.
Andreas Schneider
1
-5
/
+5
2008-02-28
Remove my change
Jeremy Allison
1
-6
/
+7
2008-02-28
Fix debug %lu message.
Jeremy Allison
1
-2
/
+2
2008-02-26
Add variable to define if a share should be hidden.
Andreas Schneider
1
-0
/
+5
2008-02-25
Fix some warnings
Volker Lendecke
1
-2
/
+1
2008-02-19
Use linbet_conf code in loadparm's registry handling.
Michael Adam
1
-223
/
+38
2008-02-15
Rename registry_init_regdb() to registry_init_smbconf().
Michael Adam
1
-1
/
+1
2008-02-06
Add support for LDAP debug output in Samba log file.
Michael Adam
1
-0
/
+19
2008-02-04
str_list_free is not needed anymore
Volker Lendecke
1
-12
/
+13
2008-02-04
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
1
-7
/
+10
2008-01-23
strtok -> strtok_r
Volker Lendecke
1
-1
/
+3
2008-01-20
Do an explicit init_globals() when restarting for "config backend = registry".
Michael Adam
1
-0
/
+1
2008-01-16
Revert "default to tdbsam instead of smbpasswd"
Volker Lendecke
1
-1
/
+1
2008-01-16
default to tdbsam instead of smbpasswd
Volker Lendecke
1
-1
/
+1
2008-01-16
Add my (C) to loadparm.c.
Michael Adam
1
-0
/
+1
2008-01-16
Remove special semantics of "include = registry" from loadparm.c
Michael Adam
1
-29
/
+0
2008-01-16
Add utility function lp_config_backend_is_registry().
Michael Adam
1
-0
/
+8
2008-01-16
Initialise Globals.ConfigBackend from global var config_backend.
Michael Adam
1
-5
/
+11
2008-01-16
Add config parameter "config backend = registry".
Michael Adam
1
-19
/
+63
2008-01-16
Add "MSDFS options" separator to parm_table.
Michael Adam
1
-0
/
+2
2008-01-16
Re-order an option block in parm_table to re-unite the misc options.
Michael Adam
1
-3
/
+3
2008-01-09
Reduce stat cache size default
Volker Lendecke
1
-1
/
+1
2008-01-09
Change registry_create_admin_token() to return NTSTATUS.
Michael Adam
1
-3
/
+4
2008-01-09
Extend a comment.
Michael Adam
1
-1
/
+3
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-3
/
+2
2007-12-27
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison
1
-0
/
+4
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-2
/
+5
2007-12-21
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
[next]