summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2008-02-06Add support for LDAP debug output in Samba log file.Michael Adam1-0/+19
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-12/+13
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-7/+10
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+3
2008-01-20Do an explicit init_globals() when restarting for "config backend = registry".Michael Adam1-0/+1
2008-01-16Revert "default to tdbsam instead of smbpasswd"Volker Lendecke1-1/+1
2008-01-16default to tdbsam instead of smbpasswdVolker Lendecke1-1/+1
2008-01-16Add my (C) to loadparm.c.Michael Adam1-0/+1
2008-01-16Remove special semantics of "include = registry" from loadparm.cMichael Adam1-29/+0
2008-01-16Add utility function lp_config_backend_is_registry().Michael Adam1-0/+8
2008-01-16Initialise Globals.ConfigBackend from global var config_backend.Michael Adam1-5/+11
2008-01-16Add config parameter "config backend = registry".Michael Adam1-19/+63
2008-01-16Add "MSDFS options" separator to parm_table.Michael Adam1-0/+2
2008-01-16Re-order an option block in parm_table to re-unite the misc options.Michael Adam1-3/+3
2008-01-09Reduce stat cache size defaultVolker Lendecke1-1/+1
2008-01-09Change registry_create_admin_token() to return NTSTATUS.Michael Adam1-3/+4
2008-01-09Extend a comment.Michael Adam1-1/+3
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-3/+2
2007-12-27Add "smb encrypt" parameter. Can be set to "no, yes, required".Jeremy Allison1-0/+4
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-2/+5
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+5
2007-12-18Add a in-memory cacheVolker Lendecke1-3/+4
2007-12-12Add lp_include_registry_globals().Günther Deschner1-0/+5
2007-12-10Remove two completely unnecessary globalsVolker Lendecke1-61/+51
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-5/+5
2007-12-10use dbwrap_rbt in loadparm.cVolker Lendecke1-4/+2
2007-12-10Convert ServiceHash to dbwrapVolker Lendecke1-26/+47
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-55/+0
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-2/+18
2007-12-05Remove some globalsVolker Lendecke1-2/+5
2007-11-30Move param helper routines to one place.Günther Deschner1-0/+50
2007-11-27Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison1-12/+14
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+1
2007-11-13Remove pstring from param/Jeremy Allison1-94/+152
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke1-3/+3
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison1-1/+8
2007-11-01Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter1-12/+15
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-4/+4
2007-11-01save memoryVolker Lendecke1-12/+15
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-0/+5
2007-10-21Fix two type-punned warningsVolker Lendecke1-3/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2-292/+291
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-3/+9
2007-10-10r25564: Pass sharename to delete_share_security()Volker Lendecke1-2/+2
2007-10-10r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...Michael Adam1-0/+4
2007-10-10r25049: Set new, more secure defaults for Samba 3.2.Andrew Bartlett1-4/+4
2007-10-10r25036: Fix a become/unbecome_root() pairVolker Lendecke1-1/+1
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-4/+0
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-39/+5