Age | Commit message (Expand) | Author | Files | Lines |
2008-06-03 | Always set "registry shares = yes" for "include = registry" | Volker Lendecke | 1 | -1/+5 |
2008-06-03 | Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ... | Björn Jacke | 1 | -1/+13 |
2008-05-27 | loadparm: fix process_registry_shares() when there is only [global] in registry. | Michael Adam | 1 | -0/+2 |
2008-05-26 | loadarm: fix testparm with "config backend = registry". | Michael Adam | 1 | -2/+3 |
2008-05-15 | loadparm: add funcion lp_load_with_registry_shares(). | Michael Adam | 1 | -0/+15 |
2008-05-15 | loadparm: add call to do_section() to process_registry_service(). | Michael Adam | 1 | -0/+4 |
2008-05-15 | loadparm: add parameter allow_registry_shares to lp_load_ex(). | Michael Adam | 1 | -3/+10 |
2008-05-15 | loadparm: add a function process_registry_shares() | Michael Adam | 1 | -0/+37 |
2008-05-15 | loadparm: refactor processing of service out of process_registry_globals() | Michael Adam | 1 | -8/+23 |
2008-05-15 | loadparm: refactor initalization of registry config out into lp_smbconf_ctx(). | Michael Adam | 1 | -13/+22 |
2008-05-10 | loadparm: Fix activation of registry globals in lp_load_*. | Michael Adam | 1 | -2/+2 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 1 | -7/+5 |
2008-04-21 | loadparm: reformat - fix whitespace/tab | Michael Adam | 1 | -1/+1 |
2008-04-21 | loadparm: rename bNoIncludes to bAllowIncludeRegistry (inverting logic) | Michael Adam | 1 | -6/+7 |
2008-04-21 | loadparm: make lo_load_initial() only skip registry include. | Michael Adam | 1 | -4/+3 |
2008-04-18 | loadparm: make it possible to just load the config without following "include... | Stefan Metzmacher | 1 | -10/+43 |
2008-04-17 | loadparm: reactivate special semantics of "include = registry" for now. | Michael Adam | 1 | -0/+18 |
2008-04-15 | loadparm: remove pfunc parameter from process_registry_globals(). | Michael Adam | 1 | -4/+5 |
2008-04-13 | loadparm: use the new smbconf_init() dispatcher for loading registry config. | Michael Adam | 1 | -2/+2 |
2008-04-10 | fix some extrasemi compile warnings | Björn Jacke | 1 | -2/+2 |
2008-04-10 | loadparm: drop debug level in map_parameter from 0 to 1 | Michael Adam | 1 | -1/+1 |
2008-03-26 | loadparm: add userdata parameter to do_section() and do_parameter(). | Michael Adam | 1 | -10/+12 |
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 |