summaryrefslogtreecommitdiffstats
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* Use linbet_conf code in loadparm's registry handling.Michael Adam2008-02-191-223/+38
* Rename registry_init_regdb() to registry_init_smbconf().Michael Adam2008-02-151-1/+1
* Add support for LDAP debug output in Samba log file.Michael Adam2008-02-061-0/+19
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-12/+13
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-7/+10
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* Do an explicit init_globals() when restarting for "config backend = registry".Michael Adam2008-01-201-0/+1
* Revert "default to tdbsam instead of smbpasswd"Volker Lendecke2008-01-161-1/+1
* default to tdbsam instead of smbpasswdVolker Lendecke2008-01-161-1/+1
* Add my (C) to loadparm.c.Michael Adam2008-01-161-0/+1
* Remove special semantics of "include = registry" from loadparm.cMichael Adam2008-01-161-29/+0
* Add utility function lp_config_backend_is_registry().Michael Adam2008-01-161-0/+8
* Initialise Globals.ConfigBackend from global var config_backend.Michael Adam2008-01-161-5/+11
* Add config parameter "config backend = registry".Michael Adam2008-01-161-19/+63
* Add "MSDFS options" separator to parm_table.Michael Adam2008-01-161-0/+2
* Re-order an option block in parm_table to re-unite the misc options.Michael Adam2008-01-161-3/+3
* Reduce stat cache size defaultVolker Lendecke2008-01-091-1/+1
* Change registry_create_admin_token() to return NTSTATUS.Michael Adam2008-01-091-3/+4
* Extend a comment.Michael Adam2008-01-091-1/+3
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-3/+2
* Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison2007-12-271-0/+4
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-2/+5
* Fix a C++ warningVolker Lendecke2007-12-211-1/+1
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+5
* Add a in-memory cacheVolker Lendecke2007-12-181-3/+4
* Add lp_include_registry_globals().Günther Deschner2007-12-121-0/+5
* Remove two completely unnecessary globalsVolker Lendecke2007-12-101-61/+51
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-5/+5
* use dbwrap_rbt in loadparm.cVolker Lendecke2007-12-101-4/+2
* Convert ServiceHash to dbwrapVolker Lendecke2007-12-101-26/+47
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-55/+0
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-2/+18
* Remove some globalsVolker Lendecke2007-12-051-2/+5
* Move param helper routines to one place.Günther Deschner2007-11-301-0/+50
* Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison2007-11-271-12/+14
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+1
* Remove pstring from param/Jeremy Allison2007-11-131-94/+152
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-3/+3
* Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-071-1/+8
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-11-011-12/+15
|\
| * save memoryVolker Lendecke2007-11-011-12/+15
* | Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-4/+4
|/
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-0/+5
* Fix two type-punned warningsVolker Lendecke2007-10-211-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-182-292/+291
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-3/+9
* r25564: Pass sharename to delete_share_security()Volker Lendecke2007-10-101-2/+2
* r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...Michael Adam2007-10-101-0/+4
* r25049: Set new, more secure defaults for Samba 3.2.Andrew Bartlett2007-10-101-4/+4
* r25036: Fix a become/unbecome_root() pairVolker Lendecke2007-10-101-1/+1