s3:registry: refactor deletion of value/secdesc/subkey list tdb records out
[jra/samba/.git] / source3 / param /
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Steven Dannemans3: Wrap usage of rlimit in configure checks
2009-02-21 Tim ProutyRevert "s3 auth: Add parameter that forces every user...
2009-02-21 Volker LendeckeFix an uninitialized variable
2009-02-21 todd stecherS3: Detect max_open_files from system
2009-02-16 Zach Loafmans3 auth: Add parameter that forces every user through...
2009-02-14 Volker LendeckeRename lp_smb_perfcount_module() to lp_perfcount_module...
2009-02-12 Steven Dannemans3: Added new parameter "map untrusted to domain"
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Karolin Seegers3/libads: Change "ldap ssl:ads" parameter to "ldap...
2009-02-02 Dan SledzAdd two new parameters to control how we verify kerbero...
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-13 Jeremy AllisonDeprecate the "share modes" parameter to address bug...
2009-01-12 Steven DannemanMake STATEDIR and CACHEDIR configurable through ./confi...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeFix a typo found by the IBM Checker
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix use of "time offset" parameter, and add test to...
2008-12-21 roots3:loadparm/docs: Set default for "ldap ssl" to "start...
2008-12-21 Karolin Seegers3: loadparm: Clean-up list of parameters.
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Karolin Seegers3/loadparm.c: Change default value for "ldap ssl".
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Michael Adams3:loadparm: fix copy service error (canonicalize_servi...
2008-12-15 Michael Adams3:loadparm: add service-struct based variants of the...
2008-12-15 Michael Adams3:loadparm: rename free_parameters() to free_parameter...
2008-12-15 Michael Adams3:loadparm: rename free_parameter() to free_one_parame...
2008-12-15 Michael Adams3:loadparm: add lp_local_ptr() that operates on a...
2008-12-15 Michael Adams3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_s...
2008-12-15 Michael Adams3:loadparm: fix newly introduced leading whitespaces...
2008-12-09 Todd Stechers3: Add support for access based share enumeration
2008-12-05 Yasuma TakedaFix bug #5944 - nmbd does not boot if socket adress...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-11-01 Jelmer VernooijRename dos_errstr() to win_errstr() for consistency...
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-11-01 Jelmer VernooijSamba3: Include util.h header file rather than having...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijUse str_list_equal() rather than str_list_compare().
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Michael Adam[s3]loadparm: remove param/params.c which is used no...
2008-10-18 Michael Adam[s3]test_lp_load: fix "no talloc stackframe around...
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-10-12 Jelmer VernooijUse common util_file code.
2008-10-11 Jelmer VernooijShare data_blob implementation.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-10 Jeremy AllisonIf you have a large number of cups printers, then scann...
2008-09-27 Michael Adam[s3]loadparm: refactor freeing of parameter data out...
2008-09-27 Michael Adam[s3]loadparm: in lp_do_parameter() use function lp_loca...
2008-09-27 Michael Adam[s3]loadparm: remove superfluous talloc context / tallo...
2008-09-27 Michael Adam[s3]loadparm: refactor setting parametric options in...
2008-09-27 Michael Adam[s3]loadparm: fix memory error - free the right param_o...
2008-09-27 Michael Adam[s3]loadparm: refactor freeing of parametric options...
2008-09-27 Michael Adam[s3]loadparm: rename process_registry_service() to...
2008-09-27 Michael Adam[s3]loadparm: add a command test_lp_load to test the...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Karolin Seegerprinting: Rename new parameter "cups timeout" to "cups...
2008-09-23 Karolin Seegerprinting: Add new parameter "cups timeout".
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Jeremy AllisonFix bug #5729. Explicitly allow "-valid".
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Volker LendeckeIncrease the default positive idmap cache time to a...
2008-08-22 Karolin Seegerloadparm: idmap backend is not depracated any longer.
2008-08-20 Jeremy AllisonHere is a re-working of the winbindd
2008-08-12 Jeremy AllisonFix bug 5686 - libsmbclient segfaults with more than...
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...
next