Age | Commit message (Expand) | Author | Files | Lines |
1998-11-16 | Removed smbwrappers from build specs and from installation specs. | John Terpstra | 1 | -64/+4 |
1998-11-16 | Added Example binary packaging instructions. | John Terpstra | 8 | -0/+172 |
1998-11-16 | Updated packaging files (new for Caldera). | John Terpstra | 16 | -8/+1089 |
1998-11-16 | fixed lmhosts parsing. We were using sizeof(name) where name was char* | Andrew Tridgell | 1 | -3/+2 |
1998-11-16 | Updates to handle glob.h - was causing problems on SCO 5.0.4 | John Terpstra | 4 | -3/+6 |
1998-11-15 | change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros | Andrew Tridgell | 3 | -8/+8 |
1998-11-14 | compile with optimisation by default on all compilers | Andrew Tridgell | 2 | -394/+402 |
1998-11-14 | Added first cut of the new packaging scripts for Digital Unix. | John Terpstra | 8 | -0/+161 |
1998-11-14 | support.txt is now maintained solely on the web pages | Andrew Tridgell | 1 | -2172/+2 |
1998-11-14 | Fixed swat packaging & man page packaging. | Jeremy Allison | 2 | -8/+10 |
1998-11-14 | automatically uppercase server and share names (win95 won't handle | Andrew Tridgell | 3 | -12/+7 |
1998-11-14 | fixed setmode in smbclient | Andrew Tridgell | 1 | -7/+6 |
1998-11-14 | Fixes to get the manpages from the right place. | Jeremy Allison | 2 | -14/+20 |
1998-11-14 | - handle servers that don't support getattrE (ie. NT) | Andrew Tridgell | 2 | -4/+6 |
1998-11-14 | (Hopefully) correct patch files for RedHat & TurboLinux. | Jeremy Allison | 2 | -86/+140 |
1998-11-14 | Fixed problem with smbclient issuing '*.*' to NT server when an | Jeremy Allison | 1 | -5/+5 |
1998-11-14 | Updated from smb.conf.5.html | Jeremy Allison | 1 | -132/+132 |
1998-11-14 | Update for 2.0beta1. | Jeremy Allison | 73 | -781/+708 |
1998-11-14 | prompt for password on smbclient -L | Andrew Tridgell | 1 | -1/+0 |
1998-11-14 | - new prototypes | Andrew Tridgell | 2 | -4/+17 |
1998-11-14 | allow all user to view the config | Andrew Tridgell | 1 | -36/+22 |
1998-11-14 | remove code that allows installation via cgi | Andrew Tridgell | 2 | -21/+36 |
1998-11-14 | removed information on installing via cgi | Andrew Tridgell | 1 | -73/+15 |
1998-11-14 | missed a .B | Herb Lewis | 1 | -1/+1 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 26 | -576/+638 |
1998-11-14 | Fixed munging of sample file in man pages. | Jeremy Allison | 1 | -9/+6 |
1998-11-14 | Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM. | Jeremy Allison | 2 | -2/+2 |
1998-11-14 | Added --with-smbwrapper to configure lines in spec files so JohnT's | Jeremy Allison | 2 | -2/+2 |
1998-11-14 | ran spell check and other minor tweaks | Herb Lewis | 16 | -271/+282 |
1998-11-13 | Added packing release script. | John Terpstra | 1 | -0/+15 |
1998-11-13 | Updated for 2.0beta1. | Jeremy Allison | 1 | -9/+5 |
1998-11-13 | Change to beta1. | Jeremy Allison | 1 | -1/+1 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 22 | -625/+803 |
1998-11-13 | reverted includes change for FreeBSD as it breaks IRIX | Andrew Tridgell | 1 | -1/+0 |
1998-11-13 | need 32 bit status codes to be negotiated because of STUPID dos "error more | Luke Leighton | 1 | -1/+1 |
1998-11-13 | Fixed timing window created by daemonize function. Smbmount was going daemon | Michael Warfield | 1 | -7/+10 |
1998-11-13 | LOCAL_GRP and DOMAIN_GRP are return types | Luke Leighton | 1 | -0/+4 |
1998-11-13 | ZERO_STRUCTP not PN | Luke Leighton | 1 | -6/+6 |
1998-11-13 | oops - ZERO_STRUCTP() issues again... | Luke Leighton | 1 | -4/+1 |
1998-11-13 | Problems found by Herb. | Jeremy Allison | 6 | -15/+22 |
1998-11-13 | use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL) | Luke Leighton | 1 | -6/+6 |
1998-11-13 | ZERO_STRUCTP does not check argument for NULL. | Luke Leighton | 1 | -1/+4 |
1998-11-13 | fixes for OSF1 compilation | Andrew Tridgell | 7 | -13/+23 |
1998-11-13 | include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP. | Jeremy Allison | 4 | -12/+10 |
1998-11-13 | security descriptors | Luke Leighton | 6 | -83/+104 |
1998-11-13 | sids in rpctorture changed from fstrings to DOM_SID | Luke Leighton | 1 | -2/+2 |
1998-11-13 | fixed compile for FreeBSD | Andrew Tridgell | 2 | -376/+371 |
1998-11-12 | %\ is an interesting printf argument, but I prefer %s | Andrew Tridgell | 1 | -1/+1 |
1998-11-12 | we don't have any jpeg images any more | Andrew Tridgell | 1 | -7/+0 |
1998-11-12 | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 5 | -27/+70 |