idmap rewrite
[nivanova/samba-autobuild/.git] / source3 / param / loadparm.c
2008-08-12 Volker Lendeckeidmap rewrite
2008-08-08 Michael Adamloadparm: add two parameters "init logon delay hosts...
2008-07-30 Michael Adamtestparm: Display warning if invalid values are used.
2008-07-16 Volker LendeckeSequel to c10aad9f13: Ignore whitespaces in parametric...
2008-07-16 Volker LendeckeTiny logic simplification: Remove an indentation by...
2008-07-16 Volker LendeckeRemove a silly "typedef struct _param_opt_struct param_...
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-15 Jeremy AllisonFix swat. Bug #5613.
2008-07-11 Volker LendeckeRevert "Slightly increase the default idmap cache time"
2008-07-03 Volker LendeckeSlightly increase the default idmap cache time
2008-07-03 Jeremy AllisonPatch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for...
2008-06-25 Volker LendeckeFix the build
2008-06-25 Andrew Tridgellmake parametic options case insensitive
2008-06-19 Michael Adamloadparm: use the return value of the special handlers...
2008-06-19 Michael Adamloadparm: don't treat a missing include file as an...
2008-06-03 Volker LendeckeAlways set "registry shares = yes" for "include = registry"
2008-06-03 Björn JackeAdd ldap connection timeout for OpenLDAP and Netscape...
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-27 Michael Adamloadparm: fix process_registry_shares() when there...
2008-05-26 Michael Adamloadarm: fix testparm with "config backend = registry".
2008-05-15 Michael Adamloadparm: add funcion lp_load_with_registry_shares().
2008-05-15 Michael Adamloadparm: add call to do_section() to process_registry_...
2008-05-15 Michael Adamloadparm: add parameter allow_registry_shares to lp_loa...
2008-05-15 Michael Adamloadparm: add a function process_registry_shares()
2008-05-15 Michael Adamloadparm: refactor processing of service out of process...
2008-05-15 Michael Adamloadparm: refactor initalization of registry config...
2008-05-09 Michael Adamloadparm: Fix activation of registry globals in lp_load_*.
2008-04-22 Michael Adamlibsmbconf: rewrite API to use smbconf_service struct
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Michael Adamloadparm: reformat - fix whitespace/tab
2008-04-20 Michael Adamloadparm: rename bNoIncludes to bAllowIncludeRegistry...
2008-04-20 Michael Adamloadparm: make lo_load_initial() only skip registry...
2008-04-18 Stefan Metzmacherloadparm: make it possible to just load the config...
2008-04-17 Michael Adamloadparm: reactivate special semantics of "include...
2008-04-15 Michael Adamloadparm: remove pfunc parameter from process_registry_...
2008-04-13 Michael Adamloadparm: use the new smbconf_init() dispatcher for...
2008-04-10 Björn Jackefix some extrasemi compile warnings
2008-04-09 Michael Adamloadparm: drop debug level in map_parameter from 0...
2008-03-26 Michael Adamloadparm: add userdata parameter to do_section() and...
2008-03-21 Michael Adamlibsmbconf: add a "path" variable to the conf context.
2008-03-21 Michael Adamlibsmbconf: add backend specific init function.
2008-03-21 Michael Adamlibsmbconf: rename smbconf_open() to smbconf_init().
2008-03-21 Michael Adamlibsmbconf: change the API to always take the smbconf_c...
2008-03-21 Michael Adamlibsmbconf: change smbconf_get_seqnum() to smbconf_chan...
2008-03-20 Michael Adamloadparm: reenable checking files for updates while...
2008-03-20 Michael Adamloadparm: remove unneeded include.
2008-03-17 Michael Adamlibsmbconf: rename all occurrences of libnet_conf_...
2008-03-12 Michael Adamloadparm: add a debug message.
2008-03-12 Michael Adamloadparm: remove services read from smb.conf when start...
2008-03-12 Michael Adamloadparm: add convenience wrapper lp_kill_all_services()
2008-03-12 Michael Adamloadparm: add a comment
2008-03-12 Michael Adamloadparm: fix a comment typo.
2008-03-12 Michael Adamloadparm: add utility function to check for config...
2008-03-12 Michael Adamloadparm: use a function to check for the registry...
2008-03-10 Michael Adamloadparm: fix init_globals() to re-init all options...
2008-03-10 Michael Adamloadparm: replace typedef struct {} global/service...
2008-03-10 Michael Adamloadparm: fix whitespaces in global and service paramet...
2008-03-10 Michael Adamloadparm: fix spacing in parm_table (training spaces...
2008-03-10 Michael Adamloadparm: Reformat the parm table to use named initiali...
2008-03-06 Derrell LipmanEliminate global variable in_client and a plethora...
2008-03-06 Günther DeschnerFix lp_load with an empty registry and "config backend...
2008-03-06 Günther DeschnerFix lp_load with an empty registry and "config backend...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Andreas SchneiderRename the 'hidden' variable to 'administrative share'.
2008-02-29 Andreas SchneiderRename the 'hidden' variable to 'administrative share'.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Jeremy AllisonRemove my change
2008-02-28 Jeremy AllisonFix debug %lu message.
2008-02-28 Stefan Metzmachercall libnet_conf_get_seqnum() just once and fix compile...
2008-02-26 Andreas SchneiderAdd variable to define if a share should be hidden.
2008-02-25 Volker LendeckeFix some warnings
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-19 Michael AdamUse linbet_conf code in loadparm's registry handling.
2008-02-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-15 Michael AdamRename registry_init_regdb() to registry_init_smbconf().
2008-02-06 Michael AdamAdd support for LDAP debug output in Samba log file.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker Lendeckestr_list_free is not needed anymore
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-20 Michael AdamDo an explicit init_globals() when restarting for ...
2008-01-16 Volker LendeckeRevert "default to tdbsam instead of smbpasswd"
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Volker Lendeckedefault to tdbsam instead of smbpasswd
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Michael AdamAdd my (C) to loadparm.c.
2008-01-16 Michael AdamRemove special semantics of "include = registry" from...
2008-01-16 Michael AdamAdd utility function lp_config_backend_is_registry().
2008-01-16 Michael AdamInitialise Globals.ConfigBackend from global var config...
2008-01-16 Michael AdamAdd config parameter "config backend = registry".
2008-01-16 Michael AdamAdd "MSDFS options" separator to parm_table.
2008-01-16 Michael AdamRe-order an option block in parm_table to re-unite...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Volker LendeckeReduce stat cache size default
2008-01-09 Michael AdamChange registry_create_admin_token() to return NTSTATUS.
2008-01-09 Michael AdamExtend a comment.
next