summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
1997-11-26oh no! my favourite hack is broken. You can't do:Andrew Tridgell1-1/+1
1997-11-22added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1-368/+339
1997-11-21Added in mods for new smb.conf "remote browse sync" option as posted toJohn Terpstra1-0/+3
1997-11-17loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1-0/+4
1997-11-06following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1-3/+3
1997-11-03Rolling back the filesJeremy Allison1-112/+42
1997-11-02Christian Lademann's contribution: new capabilities in smb.conf.Luke Leighton1-42/+112
1997-11-02loadparm.c :Luke Leighton1-4/+13
1997-10-31pm_process() never closed the file (a memory and file descriptor leak)Andrew Tridgell1-0/+3
1997-10-29clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1-4/+0
1997-10-28Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr.Jeremy Allison1-0/+8
1997-10-22loadparm.c :Luke Leighton1-2/+5
1997-10-21loadparm.c :Luke Leighton1-0/+6
1997-10-20loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1-4/+8
1997-10-20added "domain groups" parameter, allowing you to specify the groups thatLuke Leighton1-0/+4
1997-10-20util.c password.c :Luke Leighton1-0/+11
1997-10-19update the timestamp on config files in our linked list when we noticeAndrew Tridgell1-4/+4
1997-10-18After talking with Andrew added "interfaces only" parameter thatJeremy Allison1-0/+4
1997-10-16fixed the problem that browsing breaks if you put quote marks aroundAndrew Tridgell1-0/+2
1997-10-08loadparm.c proto.h:Luke Leighton1-0/+4
1997-10-06client.c: Changed shadowed variable.Jeremy Allison1-1/+0
1997-10-04nmblookup.c:Christopher R. Hertel1-307/+548
1997-10-02change the semantics of hosts allow/hosts deny so that a globalAndrew Tridgell1-0/+6
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-4/+4
1997-09-19Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1-0/+4
1997-09-17Added 'delete veto files' paremeter. Ugly - but the onlyJeremy Allison1-0/+4
1997-09-14This commit does 3 main things:Andrew Tridgell1-4/+0
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1-10/+5
1997-09-11some minor modifications to loadparm.c to support the necessaryAndrew Tridgell1-56/+193
1997-09-05added debug reporting to file listing / mod_time() checking routine.Luke Leighton1-2/+17
1997-08-12charset.c: Fixed bug with 'valid chars' param.Samba Release Account1-0/+6
1997-08-05Makefile: Added IRIX 6 target.Samba Release Account1-1/+2
1997-07-31loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account1-0/+3
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account1-11/+141
1997-07-24loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1-10/+10
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1-3/+3
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1-0/+4
1997-07-08Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1-1/+1
1997-07-06added, tested and debugged new "hide files" option.Samba Release Account1-3/+8
1997-07-06replaced the "wins proxy" to treat NetBIOS names as DNS names with newSamba Release Account1-0/+16
1997-07-01Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1-8/+3
1997-07-01made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1-7/+8
1997-07-01added "hide files" option.Samba Release Account1-0/+4
1997-07-01client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1-2/+2
1997-06-19loadparm.c: Added "force create mode" and "force directory mode" params.Samba Release Account1-0/+8
1997-06-16charset.c: Dropped debug message to level 6.Samba Release Account1-0/+4
1997-06-11Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1-0/+4
1997-06-06loadparm.c: Made explicit max packet now ignored.Samba Release Account1-1/+1
1997-05-27loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1-0/+4
1997-05-20dir.c: Fixed double slash issue.Samba Release Account1-7/+31