Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Tidied up many string functions with const & size_t. | Jeremy Allison | 1998-11-17 | 4 | -68/+68 | |
| | | | | | | | | Jeremy. | |||||
* | | Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead. | Jeremy Allison | 1998-11-17 | 49 | -92/+157 | |
| | | | | | | | | | | | | Needed as in the 64 bit file spec new open types are needed on many OS's to be able to seek past 32bits. Jeremy. | |||||
* | | Moved PRINTCAP_NAME into includes to allow it to be tuned per | Jeremy Allison | 1998-11-17 | 2 | -4/+3 | |
| | | | | | | | | | | system type. Jeremy. | |||||
* | | source/Makefile.in: Added quotes around ROFF arg. | Jeremy Allison | 1998-11-16 | 3 | -5/+4 | |
| | | | | | | | | | | | | script/installman.sh: Make installman ignore ROFF argument if it is "". smbd/oplock.c: Move location of oplock test file to lockdir. Jeremy. | |||||
* | | Forgot to add files in Examples/ packaging directory. | Jeremy Allison | 1998-11-16 | 0 | -0/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed O_EXCL problems with printing and oplocks. | Jeremy Allison | 1998-11-16 | 3 | -3/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Added machine account fixes. | Jeremy Allison | 1998-11-16 | 1 | -10/+32 | |
| | | | | | | | | Jeremy. | |||||
* | | Added fixes from HEAD into 2.0 branch. | Jeremy Allison | 1998-11-16 | 8 | -408/+418 | |
| | | | | | | | | | | | | | | | | | | | | | | These are : configure.in: Check for glob.h added. libsmb/namequery.c: Fix for broken parsing of lmhosts. smbd/reply.c: smbd/trans2.c: include/smb.h: Change ROUNDUP to SMB_ROUNDUP. include/includes.h: Fixed include of glob.h Jeremy. | |||||
* | | Updated HEAD branch changes into 2.0 branch. | Jeremy Allison | 1998-11-16 | 1 | -2172/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated all the changes people made in the HEAD branch into the 2.0 | Jeremy Allison | 1998-11-16 | 6 | -25/+55 | |
| | | | | | | | | | | branch. Jeremy | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_0'. | cvs2svn Import User | 1998-11-16 | 29 | -0/+1350 | |
|\| | ||||||
| * | Set sticky bit on /var/spool/samba. | John Terpstra | 1998-11-16 | 5 | -3/+3 | |
| | | | | | | | | Further security review. | |||||
| * | Reviewed file permissions and removed other execute on samba start/stop script. | John Terpstra | 1998-11-16 | 2 | -2/+2 | |
| | | ||||||
| * | Removed smbwrappers from build specs and from installation specs. | John Terpstra | 1998-11-16 | 1 | -64/+4 | |
| | | ||||||
| * | Added Example binary packaging instructions. | John Terpstra | 1998-11-16 | 8 | -0/+172 | |
| | | ||||||
| * | Updated packaging files (new for Caldera). | John Terpstra | 1998-11-16 | 16 | -8/+1089 | |
| | | ||||||
| * | fixed lmhosts parsing. We were using sizeof(name) where name was char* | Andrew Tridgell | 1998-11-16 | 1 | -3/+2 | |
| | | ||||||
| * | Updates to handle glob.h - was causing problems on SCO 5.0.4 | John Terpstra | 1998-11-16 | 4 | -3/+6 | |
| | | ||||||
| * | change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros | Andrew Tridgell | 1998-11-15 | 3 | -8/+8 | |
| | | ||||||
| * | compile with optimisation by default on all compilers | Andrew Tridgell | 1998-11-14 | 2 | -394/+402 | |
| | | | | | | | | | | | | | | | | this has 2 effects: 1) non gcc platforms get some optimisation 2) it disables -g by default which means the samba binaries won't be so huge (they were over 60MB on some systems) | |||||
| * | Added first cut of the new packaging scripts for Digital Unix. | John Terpstra | 1998-11-14 | 8 | -0/+161 | |
| | | | | | | | | | | Note: This will be extended for all other OS's so that it can be maintained by the samba release scripts. | |||||
| * | support.txt is now maintained solely on the web pages | Andrew Tridgell | 1998-11-14 | 1 | -2172/+2 | |
| | | ||||||
* | | preparing for release of 2.0.0beta1 | Samba Release Account | 1998-11-14 | 58 | -57/+60 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_0'. | cvs2svn Import User | 1998-11-14 | 0 | -0/+0 | |
|\ \ | |/ |/| | ||||||
* | | Fixed swat packaging & man page packaging. | Jeremy Allison | 1998-11-14 | 2 | -8/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | automatically uppercase server and share names (win95 won't handle | Andrew Tridgell | 1998-11-14 | 3 | -12/+7 | |
| | | | | | | | | lowercase share names!) | |||||
* | | fixed setmode in smbclient | Andrew Tridgell | 1998-11-14 | 1 | -7/+6 | |
| | | ||||||
* | | Fixes to get the manpages from the right place. | Jeremy Allison | 1998-11-14 | 2 | -14/+20 | |
| | | | | | | | | Jeremy. | |||||
* | | - handle servers that don't support getattrE (ie. NT) | Andrew Tridgell | 1998-11-14 | 2 | -4/+6 | |
| | | | | | | | | - use * in clitar instead of *.* | |||||
* | | (Hopefully) correct patch files for RedHat & TurboLinux. | Jeremy Allison | 1998-11-14 | 2 | -86/+140 | |
| | | | | | | | | | | | | In fixing this I have learned more about RPM than I *ever* wanted to know.... Jeremy. | |||||
* | | Fixed problem with smbclient issuing '*.*' to NT server when an | Jeremy Allison | 1998-11-14 | 1 | -5/+5 | |
| | | | | | | | | | | NT server needs '*'. Win95/98 doesn't care either way :-). Jeremy. | |||||
* | | Updated from smb.conf.5.html | Jeremy Allison | 1998-11-14 | 1 | -132/+132 | |
| | | | | | | | | Jeremy. | |||||
* | | Update for 2.0beta1. | Jeremy Allison | 1998-11-14 | 73 | -781/+708 | |
| | | | | | | | | Jeremy. | |||||
* | | prompt for password on smbclient -L | Andrew Tridgell | 1998-11-14 | 1 | -1/+0 | |
| | | ||||||
* | | - new prototypes | Andrew Tridgell | 1998-11-14 | 2 | -4/+17 | |
| | | | | | | | | | | - much as I hate doing it I've removed the "commit changes" button for users that don't have write access to smb.conf (Jeremy insisted) | |||||
* | | allow all user to view the config | Andrew Tridgell | 1998-11-14 | 1 | -36/+22 | |
| | | ||||||
* | | remove code that allows installation via cgi | Andrew Tridgell | 1998-11-14 | 2 | -21/+36 | |
| | | | | | | | | swat will now give an error message if run via cgi | |||||
* | | removed information on installing via cgi | Andrew Tridgell | 1998-11-14 | 1 | -73/+15 | |
| | | ||||||
* | | missed a .B | Herb Lewis | 1998-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Removed acconfig.h configure configure.in include/config.h.in: Made ↵ | Jeremy Allison | 1998-11-14 | 26 | -576/+638 | |
| | | | | | | | | | | | | | | | | | | smbwrapper not made by default. nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include file problem...sigh. Jeremy. | |||||
* | | Fixed munging of sample file in man pages. | Jeremy Allison | 1998-11-14 | 1 | -9/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM. | Jeremy Allison | 1998-11-14 | 2 | -2/+2 | |
| | | | | | | | | | | Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy. | |||||
* | | Added --with-smbwrapper to configure lines in spec files so JohnT's | Jeremy Allison | 1998-11-14 | 2 | -2/+2 | |
| | | | | | | | | | | scripts work ok. Jeremy. | |||||
* | | ran spell check and other minor tweaks | Herb Lewis | 1998-11-14 | 16 | -271/+282 | |
| | | ||||||
* | | Added packing release script. | John Terpstra | 1998-11-13 | 1 | -0/+15 | |
| | | ||||||
* | | Updated for 2.0beta1. | Jeremy Allison | 1998-11-13 | 1 | -9/+5 | |
| | | ||||||
* | | Change to beta1. | Jeremy Allison | 1998-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵ | Jeremy Allison | 1998-11-13 | 22 | -625/+803 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | UNIXWARE. groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf. include/includes.h: Fix YP problem. include/smb.h: Fix ZERO_STRUCTP. lib/util_sock.c: Added strerror() in debugs. passdb/ldap.c: Don't use snprinf, use slprintf. rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf. script/installman.sh: DGUX changes. smbd/open.c smbd/oplock.c: Fixed gcc warnings. web/swat.c: Changes USER to SWAT_USER. | |||||
* | | reverted includes change for FreeBSD as it breaks IRIX | Andrew Tridgell | 1998-11-13 | 1 | -1/+0 | |
| | | ||||||
* | | need 32 bit status codes to be negotiated because of STUPID dos "error more | Luke Leighton | 1998-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | data needed" message gets treated as a serious error code (which it isn't) so the client code terminates. |