summaryrefslogtreecommitdiff
path: root/source3/param/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-0/+6
1999-07-22Support for arbitrary VFS options in smb.conf. Options are of theTim Potter1-1/+69
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton1-1/+4
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-1/+3
1999-06-29improving authentication code (tidyup).Luke Leighton1-2/+6
1999-05-01added server ntlmv2 false/auto/true parameter, defaults to off.Luke Leighton1-1/+12
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-1/+18
1999-04-11Allow "Yes" and "No" as well as "True" and "False" in the three-stateMatthew Chapman1-1/+1
1999-04-11Trying to improve DC location & browsing performance for the average userMatthew Chapman1-43/+81
1999-04-04Added configuration parameter 'vfs object' to specify loadable objectTim Potter1-0/+20
1999-03-03Benjamin Kuit's latest mysql mods. issue with "make proto" needs to beLuke Leighton1-5/+5
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1-0/+30
1999-02-02server type announcements modified to include the "role" of the server:Luke Leighton1-9/+58
1999-01-24Adding first of the fixes for SSL.Richard Sharpe1-9/+14
1998-12-07matthew chapman's ldap code, to date. plus docs!Luke Leighton1-9/+8
1998-11-29weekend work. user / group database API.Luke Leighton1-0/+18
1998-11-24jean-francois pointed out problem with "lp_domain_role()" code, youLuke Leighton1-2/+2
1998-11-23unix instance of group database APILuke Leighton1-0/+40
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-26/+30
1998-11-10include/local.h:Jeremy Allison1-0/+27
1998-11-10Default for SMB_PASSWD program was set to smbpasswd ! This explained the prob...Jeremy Allison1-1/+1
1998-11-09I talked to Dave Miller and he thinks that we should have TCP_NODELAYAndrew Tridgell1-0/+2
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-11/+0
1998-10-18add an option to enable/disable nt pipesAndrew Tridgell1-0/+4
1998-10-07somehow "in_client" got included twice in two places.Andrew Tridgell1-1/+0
1998-10-06Added capability for smbclient to use the local WINS server on the sameRichard Sharpe1-4/+5
1998-09-30set the default fstype for IPC$ to "IPC". I'm not sure if this willAndrew Tridgell1-0/+1
1998-09-30(Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1-0/+4
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1-6/+27
1998-09-29Now have a better solution to the need to have smblcient findRichard Sharpe1-0/+10
1998-09-28made bad boolean values stand out a little betterAndrew Tridgell1-1/+1
1998-09-28Backed out that just as ill-considered change :-(Richard Sharpe1-9/+0
1998-09-28The previous fix for WINS on the WINS server was wrong. ItRichard Sharpe1-3/+10
1998-09-28Make sure that WINS Server = 127.0.0.1 in case weRichard Sharpe1-1/+3
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-1/+1
1998-09-20added a per-share parameter "fstype" that allows you to select theAndrew Tridgell1-0/+5
1998-09-18configure configure.in include/config.h.in include/includes.hJeremy Allison1-0/+18
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-5/+5
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-1/+1
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1-0/+12
1998-09-06add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1-0/+4
1998-09-05tridge the destroyer returns!Andrew Tridgell1-24/+5
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison1-0/+4
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1-8/+12
1998-08-26added a warning when loading a parameter that is deprecatedAndrew Tridgell1-0/+5
1998-08-25changed the default permissions code to do this:Andrew Tridgell1-2/+1
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-1/+1
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-0/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-79/+27
1998-08-10moved username.c into lib/ so we no longer $(PASSDB_OBJ) in mostAndrew Tridgell1-13/+12