| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ABOUT time. dce/rpc long packet format now works, server-side. | Luke Leighton | 1998-04-24 | 1 | -0/+2 |
* | Makefile: Added nterr.c into the mix. | Jeremy Allison | 1998-04-23 | 2 | -1/+6 |
* | clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.c | Jeremy Allison | 1998-04-23 | 1 | -2/+3 |
* | genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file(). | Jeremy Allison | 1998-04-23 | 1 | -2/+8 |
* | genrand.c: Improved generation of random values, more secure. | Jeremy Allison | 1998-04-22 | 1 | -0/+4 |
* | put server-side long dce/rpc code in main branch. | Luke Leighton | 1998-04-21 | 1 | -44/+46 |
* | clientgen.c: Added cli_ulogoff() call. | Jeremy Allison | 1998-04-21 | 1 | -0/+1 |
* | Added 'passwd chat debug' parameter to allow admins to debug their | Jeremy Allison | 1998-04-20 | 1 | -0/+1 |
* | Makefile: Added genrand.o | Jeremy Allison | 1998-04-20 | 2 | -1/+5 |
* | Fixed bug that John found in WINS server code. When nmbd as a WINS | Jeremy Allison | 1998-04-20 | 1 | -0/+12 |
* | includes.h: Added John's redhat fix for QSORT_CAST. | Jeremy Allison | 1998-04-18 | 1 | -0/+3 |
* | clientgen.c: Changes 'cli_xxx_' calls to use the following | Jeremy Allison | 1998-04-17 | 1 | -0/+6 |
* | Changing of machine passwords now works !!!!!! | Jeremy Allison | 1998-04-17 | 1 | -0/+1 |
* | ipc.c: Fix for printer queue spinning with Win95. | Jeremy Allison | 1998-04-15 | 2 | -0/+2 |
* | Modified interfaces to getting smb password entries from | Jeremy Allison | 1998-04-14 | 1 | -4/+7 |
* | Changes include: | Christopher R. Hertel | 1998-04-13 | 1 | -6/+6 |
* | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1998-04-13 | 3 | -73/+81 |
* | Fix heaps of warnings when compiling with gcc under Digital UNIX. Include rou... | Richard Sharpe | 1998-04-11 | 1 | -0/+4 |
* | Oops, fogot proto.h. It needs to be updated for changes to client.c | Richard Sharpe | 1998-04-11 | 1 | -1/+1 |
* | includes.h: Moved HPUX undefine of SEMMSL to where it actually does something. | Jeremy Allison | 1998-04-10 | 5 | -15/+26 |
* | Makefile, loadparm.c, server.c, smb.h, util.c: Patch from | Jeremy Allison | 1998-04-09 | 2 | -4/+1 |
* | Added codepage 936 (simplified Chineses). | Jeremy Allison | 1998-04-09 | 2 | -1/+6 |
* | Patch from Chris Maltby <chris@softway.com.au>. His comments follow: | Jeremy Allison | 1998-04-02 | 1 | -1/+1 |
* | includes.h: Added semaphore fix for HPUX10.x | Jeremy Allison | 1998-03-31 | 1 | -0/+5 |
* | chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync" | Jeremy Allison | 1998-03-27 | 2 | -3/+5 |
* | clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb). | Jeremy Allison | 1998-03-24 | 3 | -7/+7 |
* | Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release | John Terpstra | 1998-03-21 | 2 | -3/+8 |
* | Added MAXPRINTERLEN define in smb.h setting printer share name length to maxi... | John Terpstra | 1998-03-20 | 1 | -0/+3 |
* | Adding the same changes to HEAD as were added to BRANCH_1_9_18. | Jeremy Allison | 1998-03-19 | 1 | -1/+4 |
* | Added SamOEMChangePassword functionality. | Jeremy Allison | 1998-03-18 | 1 | -0/+5 |
* | changed the method used for auto-reload on the status page to use | Andrew Tridgell | 1998-03-18 | 1 | -0/+1 |
* | this isn't a big commit, it just looks like it :-) | Andrew Tridgell | 1998-03-17 | 1 | -2/+4 |
* | - added "Full View"/"Normal View" on the "view config" page | Andrew Tridgell | 1998-03-17 | 1 | -1/+1 |
* | changed the default MAXSTATUS from 1000 to 100000 | Andrew Tridgell | 1998-03-17 | 1 | -2/+2 |
* | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1998-03-16 | 1 | -1/+8 |
* | Lint was complaining about the following typedef in smb.h: | Christopher R. Hertel | 1998-03-16 | 1 | -1/+1 |
* | includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombie | Jeremy Allison | 1998-03-16 | 1 | -5/+12 |
* | changed the default "keepalive" value to 300 seconds. | Andrew Tridgell | 1998-03-16 | 1 | -0/+2 |
* | - claim the null connection after the session request to mak sure we | Andrew Tridgell | 1998-03-15 | 1 | -2/+10 |
* | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1998-03-14 | 1 | -0/+17 |
* | if a local parameter is changed at the global level then propogate the | Andrew Tridgell | 1998-03-14 | 1 | -0/+1 |
* | prototype updates | Andrew Tridgell | 1998-03-14 | 1 | -1/+1 |
* | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 1998-03-14 | 1 | -5/+12 |
* | removed a redundent return statement | Andrew Tridgell | 1998-03-14 | 1 | -16/+22 |
* | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1998-03-11 | 12 | -1356/+3766 |
* | allow for non-authenticated SWAT for demo purposes | Andrew Tridgell | 1998-03-08 | 1 | -1/+1 |
* | Jeremy is going to hate me ... | Andrew Tridgell | 1998-03-08 | 2 | -2/+36 |
* | Change the multibyte character set support so that | Jeremy Allison | 1998-03-03 | 3 | -17/+31 |
* | Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh... | Jeremy Allison | 1998-02-26 | 1 | -2/+6 |
* | Fix for NT redirector bug where deltree fails if the resume key | Jeremy Allison | 1998-02-26 | 1 | -1/+1 |