summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2002-08-29small fixesJelmer Vernooij1-0/+3
2002-08-26Reverted and tidied up the "special" files patch. Adds "hide special files"Jeremy Allison1-0/+4
2002-08-22Put back in BDC support in set_server_role(). Tidied up debugs.Tim Potter1-8/+22
2002-08-21Fix debug level initialization for net.cVolker Lendecke1-0/+1
2002-08-20fix typoJelmer Vernooij1-1/+1
2002-08-19fix typo auth/auth_server.cJelmer Vernooij1-4/+0
2002-08-19remove 'admin log' parameter (discussed with Jeremy)Jelmer Vernooij1-7/+0
2002-08-17Rework the 'guest account get's RID 501' code again...Andrew Bartlett1-1/+1
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-0/+6
2002-08-12Allow ADS PDC to existJim McDonough1-2/+2
2002-08-03fix log level, set a default, and also copy the value set in smb.conf into pa...Simo Sorce1-2/+5
2002-07-31Only allow 'security=ads' when we HAVE_ADS.Andrew Bartlett1-0/+2
2002-07-31added 'disable netbios = yes/no' option, default is noAndrew Tridgell1-0/+3
2002-07-31added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell1-0/+4
2002-07-30OK!Simo Sorce1-0/+4
2002-07-30These pointers should be for the service we just cloned, not the new serviceAndrew Bartlett1-2/+2
2002-07-30Add quotes so we can see 0 length strings.Andrew Bartlett1-1/+1
2002-07-29as suggested by Alexander Oswald <oswald@is.haw-hamburg.de>Simo Sorce1-4/+4
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-2/+2
2002-07-28This patch does two things:Andrew Bartlett1-18/+21
2002-07-27nice day todaySimo Sorce1-0/+4
2002-07-20And a little more 'const'.Andrew Bartlett1-2/+2
2002-07-17Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison1-4/+0
2002-07-16Use codepage 850 as a default for the dos character set.Tim Potter1-0/+3
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-3/+6
2002-07-03Remove invalid comment - these are all 'unix' strings now.Andrew Bartlett1-1/+1
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison1-7/+7
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell1-18/+4
2002-06-24Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison1-0/+8
2002-06-19Fixed typo in debug.Tim Potter1-1/+1
2002-06-15Simplify this code further. Just substitute %H, and let the normal codeAndrew Bartlett1-4/+3
2002-06-15Rework much of the service.c code:Andrew Bartlett1-6/+18
2002-06-14Merge of csc termination fix.Jeremy Allison1-1/+2
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-187/+7
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-4/+4
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce1-4/+10
2002-05-31Resurrect the 'restrict anonymous' parameter but make it an integer.Tim Potter1-4/+4
2002-05-19Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if aTim Potter1-1/+9
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-3/+2
2002-05-18A few things in this commit:Andrew Bartlett1-10/+12
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-14/+0
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-91/+0
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter1-5/+9
2002-05-08Merge in Jerry's called name fix.Jeremy Allison1-1/+21
2002-04-17libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison1-14/+13
2002-04-13Patch for arbitary smb.conf paramaters (to make the life of plugin maintainersAndrew Bartlett1-4/+112
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-0/+5
2002-04-12set the default hashing scheme in head to "hash2"Andrew Tridgell1-0/+3
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-0/+3
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-2/+17