Age | Commit message (Expand) | Author | Files | Lines |
1998-05-08 | smb.h: Supporting defines for NT trans calls. | Jeremy Allison | 1 | -0/+25 |
1998-05-06 | Fixes for the %U and %G problems people have reported. | Jeremy Allison | 1 | -1/+2 |
1998-04-29 | clientgen.c: Fixed null session setup bug. | Jeremy Allison | 1 | -0/+1 |
1998-04-29 | This is the checkin that adds the security=domain functionality. | Jeremy Allison | 1 | -6/+2 |
1998-04-25 | This looks like a big change but really isn't. | Jeremy Allison | 1 | -52/+60 |
1998-04-23 | Makefile: Added nterr.c into the mix. | Jeremy Allison | 1 | -1/+2 |
1998-04-22 | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 1 | -0/+4 |
1998-04-15 | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1 | -0/+1 |
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 | -1/+1 |
1998-04-09 | Added codepage 936 (simplified Chineses). | Jeremy Allison | 1 | -0/+1 |
1998-04-02 | Patch from Chris Maltby <chris@softway.com.au>. His comments follow: | Jeremy Allison | 1 | -1/+1 |
1998-03-21 | Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release | John Terpstra | 1 | -3/+0 |
1998-03-20 | Added MAXPRINTERLEN define in smb.h setting printer share name length to maxi... | John Terpstra | 1 | -0/+3 |
1998-03-16 | Lint was complaining about the following typedef in smb.h: | Christopher R. Hertel | 1 | -1/+1 |
1998-03-14 | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1 | -5/+12 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1 | -1069/+45 |
1998-03-08 | Jeremy is going to hate me ... | Andrew Tridgell | 1 | -0/+33 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -1/+4 |
1998-02-11 | Makefile: Added AIX 3.2.5. | Jeremy Allison | 1 | -2/+2 |
1998-01-29 | Makefile: Fix for OSF1 typo. | Jeremy Allison | 1 | -5/+0 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -4/+4 |
1998-01-12 | *** empty log message *** | Andrew Tridgell | 1 | -0/+1 |
1998-01-05 | Added 3 commands: | Volker Lendecke | 1 | -0/+19 |
1997-12-04 | don't use free and alloc as structure elements | Andrew Tridgell | 1 | -3/+3 |
1997-12-02 | get rid of some things out of smb.h that are already in local.h | Andrew Tridgell | 1 | -12/+0 |
1997-11-29 | added a sent_oplock_break element to Files[] as a paranoia check so we | Andrew Tridgell | 1 | -0/+1 |
1997-11-28 | get_entries is an int not a bool | Andrew Tridgell | 1 | -1/+1 |
1997-11-17 | loadparm.c : Added "veto oplock files" parameter. | Jeremy Allison | 1 | -0/+2 |
1997-11-10 | Rolled back tree state to 11:59pm 8th November 1997 EST to | Jeremy Allison | 1 | -44/+6 |
1997-11-09 | attempting to mark up 32 bit error codes, needed for NT domains. | Luke Leighton | 1 | -6/+44 |
1997-11-07 | ipc.c : | Luke Leighton | 1 | -30/+46 |
1997-11-06 | following a cvs error, i am rewriting this monster-commit. with bad grace. | Luke Leighton | 1 | -62/+252 |
1997-11-04 | smb.h : | Luke Leighton | 1 | -1/+1 |
1997-11-02 | convert the credentials code back to uchar[8] from uint32[2] | Andrew Tridgell | 1 | -3/+2 |
1997-11-01 | some locking code cleanups | Andrew Tridgell | 1 | -3/+0 |
1997-10-30 | removed mechanism that created actual files NETLOGON, lsarpc and the like, | Luke Leighton | 1 | -1/+2 |
1997-10-29 | ipc.c ntclientpipe.c: | Luke Leighton | 1 | -0/+1 |
1997-10-29 | split ntclient.c down into appropriate modules. | Luke Leighton | 1 | -1/+1 |
1997-10-29 | clean up the hash entry code a bit. Got rid of lp_shmem_hash_size() | Andrew Tridgell | 1 | -9/+1 |
1997-10-29 | byteorder.h : | Luke Leighton | 1 | -4/+2 |
1997-10-28 | smb.h smbparse.c pipeutil.c : | Luke Leighton | 1 | -1/+90 |
1997-10-28 | lower the default hash size if SEMMSL isn't defined | Andrew Tridgell | 1 | -4/+1 |
1997-10-28 | SYSV IPC implementation of fast share modes. | Andrew Tridgell | 1 | -1/+4 |
1997-10-27 | added LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h). implemented in smbclient. | Luke Leighton | 1 | -2/+19 |
1997-10-27 | added LSA Open Policy query and response processing to smbclient | Luke Leighton | 1 | -0/+22 |
1997-10-27 | Fixed 2 oplock bugs: | Andrew Tridgell | 1 | -4/+2 |
1997-10-25 | added correct client-side credential generation / checking to the LSA SAM | Luke Leighton | 1 | -1/+1 |
1997-10-25 | got the SAM logon request generated, and received a SAM logon response back. | Luke Leighton | 1 | -3/+3 |
1997-10-25 | Makefile : | Luke Leighton | 1 | -3/+3 |