Age | Commit message (Expand) | Author | Files | Lines |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -1/+1 |
1998-04-09 | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1 | -0/+4 |
1998-04-06 | loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather than | Jeremy Allison | 1 | -1/+1 |
1998-04-03 | Fix from Josef Hinteregger <joehtg@joehtg.co.at> for using | Jeremy Allison | 1 | -1/+1 |
1998-04-02 | Patch from Chris Maltby <chris@softway.com.au>. His comments follow: | Jeremy Allison | 1 | -1/+9 |
1998-03-27 | chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync" | Jeremy Allison | 1 | -0/+4 |
1998-03-17 | oops, I got the sense of the show_defaults parameter to lp_dump() | Andrew Tridgell | 1 | -1/+1 |
1998-03-17 | - added "Full View"/"Normal View" on the "view config" page | Andrew Tridgell | 1 | -1/+5 |
1998-03-16 | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1 | -1/+18 |
1998-03-16 | changed the default "keepalive" value to 300 seconds. | Andrew Tridgell | 1 | -1/+1 |
1998-03-14 | if a local parameter is changed at the global level then propogate the | Andrew Tridgell | 1 | -0/+13 |
1998-03-14 | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1 | -204/+320 |
1998-03-14 | remove an unnecessary #ifdef | Andrew Tridgell | 1 | -2/+0 |
1998-03-12 | add FLAG_HIDE to "config file" option (so it can't be set in swat) | Andrew Tridgell | 1 | -1/+1 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1 | -4/+2 |
1998-03-08 | Jeremy is going to hate me ... | Andrew Tridgell | 1 | -296/+216 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -1/+18 |
1998-02-13 | Ding-dong the witch is dead, the witch is dead...... | Jeremy Allison | 1 | -4/+4 |
1998-02-11 | Makefile: Added AIX 3.2.5. | Jeremy Allison | 1 | -0/+4 |
1998-02-07 | A small raft of changes, I will sync up with 1.9.18 also. | Jeremy Allison | 1 | -0/+4 |
1998-01-24 | Added log message so we can tell when free_service is called. | Jeremy Allison | 1 | -0/+3 |
1998-01-24 | Fix for memory leak in loadparm.c - donated by Branko Cibej <branko.cibej@her... | Jeremy Allison | 1 | -1/+8 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1997-12-20 | loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg... | Jeremy Allison | 1 | -1/+1 |
1997-12-17 | Missed terminating {-1,NULL} in an enum parameter list. | Jeremy Allison | 1 | -1/+1 |
1997-12-16 | WHATSNEW.txt - updated for 1.9.18alpha13. | Jeremy Allison | 1 | -1/+4 |
1997-12-16 | Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>. | Jeremy Allison | 1 | -0/+10 |
1997-12-13 | This is it ! The mega-merge of the JRA_NMBD_REWRITE branch | Jeremy Allison | 1 | -1/+9 |
1997-12-03 | applied a patch from Norm Jacobs to allow "printcap name = lpstat" | Andrew Tridgell | 1 | -8/+0 |
1997-12-03 | loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support. | Jeremy Allison | 1 | -0/+1 |
1997-12-03 | make the "printing" option a per share option rather than global. When | Andrew Tridgell | 1 | -5/+5 |
1997-11-26 | oh no! my favourite hack is broken. You can't do: | Andrew Tridgell | 1 | -1/+1 |
1997-11-22 | added true enumerated types in loadparm.c. Now we don't need all those | Andrew Tridgell | 1 | -368/+339 |
1997-11-21 | Added in mods for new smb.conf "remote browse sync" option as posted to | John Terpstra | 1 | -0/+3 |
1997-11-17 | loadparm.c : Added "veto oplock files" parameter. | Jeremy Allison | 1 | -0/+4 |
1997-11-06 | following a cvs error, i am rewriting this monster-commit. with bad grace. | Luke Leighton | 1 | -3/+3 |
1997-11-03 | Rolling back the files | Jeremy Allison | 1 | -112/+42 |
1997-11-02 | Christian Lademann's contribution: new capabilities in smb.conf. | Luke Leighton | 1 | -42/+112 |
1997-11-02 | loadparm.c : | Luke Leighton | 1 | -4/+13 |
1997-10-29 | clean up the hash entry code a bit. Got rid of lp_shmem_hash_size() | Andrew Tridgell | 1 | -4/+0 |
1997-10-28 | Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr. | Jeremy Allison | 1 | -0/+8 |
1997-10-22 | loadparm.c : | Luke Leighton | 1 | -2/+5 |
1997-10-21 | loadparm.c : | Luke Leighton | 1 | -0/+6 |
1997-10-20 | loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. Added | Jeremy Allison | 1 | -4/+8 |
1997-10-20 | added "domain groups" parameter, allowing you to specify the groups that | Luke Leighton | 1 | -0/+4 |
1997-10-20 | util.c password.c : | Luke Leighton | 1 | -0/+11 |
1997-10-19 | update the timestamp on config files in our linked list when we notice | Andrew Tridgell | 1 | -4/+4 |
1997-10-18 | After talking with Andrew added "interfaces only" parameter that | Jeremy Allison | 1 | -0/+4 |
1997-10-16 | fixed the problem that browsing breaks if you put quote marks around | Andrew Tridgell | 1 | -0/+2 |
1997-10-08 | loadparm.c proto.h: | Luke Leighton | 1 | -0/+4 |