summaryrefslogtreecommitdiffstats
path: root/source/param
Commit message (Expand)AuthorAgeFilesLines
* First set of changes for SSL support under Samba 2.0.xRichard Sharpe1999-01-261-9/+9
* Makefile.in: Removed SMB_PASSGRP_FILE - not used anywhere. Added --with-lockd...Jeremy Allison1999-01-261-5/+8
* make browseable and available BASIC parameters for swatHerb Lewis1998-12-181-2/+2
* loadparm.c added function to reset number of services (for swat)Herb Lewis1998-12-161-0/+8
* smb.h add new FLAG_SHARE to indicate which parameters are usedHerb Lewis1998-12-141-77/+77
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-2/+2
* Makefile.in added PRINTER_OBJ to SWAT_OBJ so swat canHerb Lewis1998-12-101-10/+16
* I have done the evil thing :-).Jeremy Allison1998-11-261-0/+6
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-1/+1
* include/local.h:Jeremy Allison1998-11-101-0/+27
* Default for SMB_PASSWD program was set to smbpasswd ! This explained the prob...Jeremy Allison1998-11-101-1/+1
* I talked to Dave Miller and he thinks that we should have TCP_NODELAYAndrew Tridgell1998-11-091-0/+2
* codepages/codepage_def.936: Updated comment.Jeremy Allison1998-11-071-11/+0
* add an option to enable/disable nt pipesAndrew Tridgell1998-10-181-0/+4
* somehow "in_client" got included twice in two places.Andrew Tridgell1998-10-071-1/+0
* Added capability for smbclient to use the local WINS server on the sameRichard Sharpe1998-10-061-4/+5
* ignore *.po32 filesAndrew Tridgell1998-10-051-0/+2
* removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1998-10-051-2/+4
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-1/+1
* - ignore *.p filesAndrew Tridgell1998-10-031-0/+1
* set the default fstype for IPC$ to "IPC". I'm not sure if this willAndrew Tridgell1998-09-301-0/+1
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-301-0/+4
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-301-6/+27
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* Now have a better solution to the need to have smblcient findRichard Sharpe1998-09-291-0/+10
* made bad boolean values stand out a little betterAndrew Tridgell1998-09-281-1/+1
* Backed out that just as ill-considered change :-(Richard Sharpe1998-09-281-9/+0
* The previous fix for WINS on the WINS server was wrong. ItRichard Sharpe1998-09-281-3/+10
* Make sure that WINS Server = 127.0.0.1 in case weRichard Sharpe1998-09-281-1/+3
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-1/+1
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* added a per-share parameter "fstype" that allows you to select theAndrew Tridgell1998-09-201-0/+5
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-181-0/+18
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-5/+5
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-1/+1
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-0/+12
* add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1998-09-061-0/+4
* tridge the destroyer returns!Andrew Tridgell1998-09-051-24/+5
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-051-0/+4
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-8/+12
* added a warning when loading a parameter that is deprecatedAndrew Tridgell1998-08-261-0/+5
* changed the default permissions code to do this:Andrew Tridgell1998-08-251-2/+1
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-1/+1
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-211-0/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-79/+27
* moved username.c into lib/ so we no longer $(PASSDB_OBJ) in mostAndrew Tridgell1998-08-101-13/+12
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
* added --with-nisplus-home optionAndrew Tridgell1998-08-081-1/+1