Age | Commit message (Expand) | Author | Files | Lines |
1998-02-11 | Makefile: Added AIX 3.2.5. | Jeremy Allison | 10 | -13/+77 |
1998-02-07 | A small raft of changes, I will sync up with 1.9.18 also. | Jeremy Allison | 13 | -49/+115 |
1998-01-31 | server.c: Added fix where, if all the file entries are being | Jeremy Allison | 1 | -1/+57 |
1998-01-30 | fix bug when using lpstat as printcap file - remove space at start of | Herb Lewis | 1 | -1/+1 |
1998-01-29 | Makefile: Fix for OSF1 typo. | Jeremy Allison | 9 | -10/+62 |
1998-01-28 | Fix from Charles Hoch (hoch@hpl.hp.com). Whne there is no data | Jeremy Allison | 1 | -2/+4 |
1998-01-25 | always align both the parameter and data bytes on a 4 byte boundary in | Andrew Tridgell | 1 | -8/+20 |
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-24 | Added get_create_time() function to time.c. | Jeremy Allison | 4 | -7/+30 |
1998-01-23 | Changed code that truncates salt after 2 characters so that it becomes | Jeremy Allison | 1 | -0/+3 |
1998-01-23 | Fixed warnings with gcc (assignments inside if statements). | Jeremy Allison | 1 | -4/+4 |
1998-01-23 | changes to correctly use some HP printer inf files | Herb Lewis | 1 | -39/+146 |
1998-01-23 | nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1 | Jeremy Allison | 2 | -0/+9 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 99 | -150/+150 |
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 |