summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
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-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-1/+1
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+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
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
1998-08-08added --with-nisplus-home optionAndrew Tridgell1-1/+1
1998-08-04loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1-0/+1
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1-4/+4
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-4/+12
1998-08-03I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1-5/+8
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-0/+4
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-23/+23
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison1-0/+4
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-1/+15
1998-07-14loadparm.c:Jeremy Allison1-1/+1
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-1/+1
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-0/+73
1998-06-13Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1-0/+3
1998-06-09loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison1-1/+0
1998-06-05loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1-6/+2
1998-06-04added "domain admin group" and "domain guest group" parameters. this isLuke Leighton1-0/+6
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-0/+4
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-2/+2
1998-05-18Makefile:Luke Leighton1-1/+1
1998-05-12removed lp_domain_workstation() parameterLuke Leighton1-3/+0
1998-05-12This is a security audit change of the main source.Jeremy Allison1-4/+5
1998-05-11add lp_domain_workstations() parameter. this is a list of workstation namesLuke Leighton1-0/+3
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-2/+4
1998-05-08added FLAG_BASIC to some browse options for swat.Herb Lewis1-4/+4
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-2/+2
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1-2/+10