Age | Commit message (Expand) | Author | Files | Lines |
1998-01-22 | printing.c: Bug fix for lpng reporting. | Jeremy Allison | 4 | -58/+110 |
1998-01-22 | *** empty log message *** | Volker Lendecke | 2 | -55/+53 |
1998-01-21 | Fixed send_mailslot code where src_type was always being set to zero. | Jeremy Allison | 1 | -1/+1 |
1998-01-21 | fix problems with using inf files from HP for DesignJet 750C (C3195A) | Herb Lewis | 1 | -1/+4 |
1998-01-20 | Fixed bug found by Bernhard Laeser where we are announcing to the wrong | Jeremy Allison | 1 | -1/+1 |
1998-01-17 | charcnv.c: Added codepage 866 support onto the file system. Patch | Jeremy Allison | 8 | -8/+195 |
1998-01-16 | reply.c: | Jeremy Allison | 4 | -28/+48 |
1998-01-16 | Adding new codepage file. | Jeremy Allison | 1 | -0/+168 |
1998-01-16 | Makefile: Added new codepage - 866. | Jeremy Allison | 5 | -15/+16 |
1998-01-15 | reply.c: Added timestamp to attack warning. | Jeremy Allison | 2 | -1/+3 |
1998-01-12 | propogate my cgi changes to the main branch | Andrew Tridgell | 3 | -2/+3 |
1998-01-12 | *** empty log message *** | Andrew Tridgell | 4 | -11/+34 |
1998-01-11 | *** empty log message *** | Andrew Tridgell | 1 | -0/+5 |
1998-01-11 | *** empty log message *** | Andrew Tridgell | 1 | -3/+3 |
1998-01-10 | Following discussions with Cristian Gafton (Red Hat) we have decided to make | John Terpstra | 1 | -2/+8 |
1998-01-10 | ipc.c: Fixed problem where we were not returning 'buffer too small' | Jeremy Allison | 1 | -2/+2 |
1998-01-09 | docs/Support.txt: Removed consultant. | Jeremy Allison | 4 | -24/+36 |
1998-01-08 | preparing for release of 1.9.18 | Samba Release Account | 1 | -1/+1 |
1998-01-08 | Fixed an apparent typo: | Christopher R. Hertel | 1 | -1/+1 |
1998-01-07 | Ensure that if we are in share mode security that the smb_uid | Jeremy Allison | 1 | -1/+2 |
1998-01-07 | includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes. | Jeremy Allison | 7 | -13/+45 |
1998-01-06 | Added manpages. | Volker Lendecke | 1 | -4/+0 |
1998-01-05 | the real source code for the smbfs utilities. Forgot to do | Volker Lendecke | 3 | -0/+1429 |
1998-01-05 | Added 3 commands: | Volker Lendecke | 4 | -32/+59 |
1998-01-03 | added printout of file list to stderr so you know what files you need to | Herb Lewis | 1 | -0/+4 |
1998-01-03 | added timestrings to become and unbecome domain/local master browser | Herb Lewis | 2 | -12/+13 |
1998-01-02 | fix printer driver rpc to prevent core dumps. | Herb Lewis | 1 | -65/+73 |
1998-01-01 | fixes to make_printerdef.c to generate a correct printers.def file | Herb Lewis | 2 | -40/+134 |
1997-12-29 | avoid the ~ operator in netmask operations as apparently it causes | Andrew Tridgell | 1 | -33/+55 |
1997-12-29 | a dummy change to shmem_sysv.c to try and break CVS out of a problem | Andrew Tridgell | 1 | -0/+1 |
1997-12-26 | fixed another couple of minor type errors (they could cause incorrect | Andrew Tridgell | 1 | -4/+4 |
1997-12-26 | fixed a couple of illegal uses of scanf() in the nmbd wins code. They | Andrew Tridgell | 2 | -7/+7 |
1997-12-26 | use _exit to exit a child | Andrew Tridgell | 1 | -6/+2 |
1997-12-24 | This is actually Jeremy, working as Herb :-). | Herb Lewis | 1 | -0/+22 |
1997-12-24 | preparing for release of 1.9.18alpha14 | Samba Release Account | 1 | -1/+1 |
1997-12-24 | Added SIGUSR1/SIGUSR2 handling. | Jeremy Allison | 5 | -4/+98 |
1997-12-24 | nmbd_elections.c: Added new parameter to dump_workgroups call. | Jeremy Allison | 5 | -57/+118 |
1997-12-24 | Finally added the code Andrew wanted that will allow a Samba domain | Jeremy Allison | 4 | -1/+212 |
1997-12-24 | Bugfix from Branko Cibej <branko.cibej@hermes.si> | Jeremy Allison | 1 | -1/+1 |
1997-12-24 | Backed out changes that attempted to address a pointer array using -1,0,1. | Christopher R. Hertel | 6 | -349/+584 |
1997-12-23 | Fixed nastly little bug where client was sending open_and_X call | Jeremy Allison | 1 | -4/+23 |
1997-12-23 | Fixed security bug when 'force user' and 'user only' are set. | Jeremy Allison | 1 | -2/+5 |
1997-12-23 | Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org> | Jeremy Allison | 4 | -14/+28 |
1997-12-23 | architecture.doc: Re-added since I lost it (sorry Dan :-). | Jeremy Allison | 3 | -2/+137 |
1997-12-20 | Put it in the right directory :~) | Dan Shearer | 1 | -0/+181 |
1997-12-20 | Fixed stupid bug in read_smb_len where I was calling itself - now | Jeremy Allison | 1 | -1/+1 |
1997-12-20 | client.c: | Jeremy Allison | 6 | -80/+135 |
1997-12-20 | loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg... | Jeremy Allison | 3 | -11/+18 |
1997-12-20 | trans2.c: Forced trans2_findfirst to behave as NT does in error returns. | Jeremy Allison | 2 | -24/+11 |
1997-12-19 | Adding the cache module. | Christopher R. Hertel | 4 | -3/+903 |