summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added first cut of the new packaging scripts for Digital Unix.John Terpstra1998-11-148-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 pagesAndrew Tridgell1998-11-141-2172/+2
|
* Fixed swat packaging & man page packaging.Jeremy Allison1998-11-142-8/+10
| | | | Jeremy.
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-143-12/+7
| | | | lowercase share names!)
* fixed setmode in smbclientAndrew Tridgell1998-11-141-7/+6
|
* Fixes to get the manpages from the right place.Jeremy Allison1998-11-142-14/+20
| | | | Jeremy.
* - handle servers that don't support getattrE (ie. NT)Andrew Tridgell1998-11-142-4/+6
| | | | - use * in clitar instead of *.*
* (Hopefully) correct patch files for RedHat & TurboLinux.Jeremy Allison1998-11-142-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 anJeremy Allison1998-11-141-5/+5
| | | | | NT server needs '*'. Win95/98 doesn't care either way :-). Jeremy.
* Updated from smb.conf.5.htmlJeremy Allison1998-11-141-132/+132
| | | | Jeremy.
* Update for 2.0beta1.Jeremy Allison1998-11-1473-781/+708
| | | | Jeremy.
* prompt for password on smbclient -LAndrew Tridgell1998-11-141-1/+0
|
* - new prototypesAndrew Tridgell1998-11-142-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 configAndrew Tridgell1998-11-141-36/+22
|
* remove code that allows installation via cgiAndrew Tridgell1998-11-142-21/+36
| | | | swat will now give an error message if run via cgi
* removed information on installing via cgiAndrew Tridgell1998-11-141-73/+15
|
* missed a .BHerb Lewis1998-11-141-1/+1
|
* Removed acconfig.h configure configure.in include/config.h.in: Made ↵Jeremy Allison1998-11-1426-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 Allison1998-11-141-9/+6
| | | | Jeremy.
* Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.Jeremy Allison1998-11-142-2/+2
| | | | | Thanks to Michael H. Warfield <mhw@wittsend.com> for that. Jeremy.
* Added --with-smbwrapper to configure lines in spec files so JohnT'sJeremy Allison1998-11-142-2/+2
| | | | | scripts work ok. Jeremy.
* ran spell check and other minor tweaksHerb Lewis1998-11-1416-271/+282
|
* Added packing release script.John Terpstra1998-11-131-0/+15
|
* Updated for 2.0beta1.Jeremy Allison1998-11-131-9/+5
|
* Change to beta1.Jeremy Allison1998-11-131-1/+1
|
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ↵Jeremy Allison1998-11-1322-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 IRIXAndrew Tridgell1998-11-131-1/+0
|
* need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1998-11-131-1/+1
| | | | | data needed" message gets treated as a serious error code (which it isn't) so the client code terminates.
* Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1998-11-131-7/+10
| | | | | | | | before the mount was actually completed. This caused weird problems when used with autofs such as empty directories on first listing or files which would appear in "ls" but would return "no such file or directory" under "ls -l". Note to Volker: Initial attempt from CIFS conference didn't work. Had to move daemonize function inside of loop after ioctl.
* LOCAL_GRP and DOMAIN_GRP are return typesLuke Leighton1998-11-131-0/+4
|
* ZERO_STRUCTP not PNLuke Leighton1998-11-131-6/+6
|
* oops - ZERO_STRUCTP() issues again...Luke Leighton1998-11-131-4/+1
|
* Problems found by Herb.Jeremy Allison1998-11-136-15/+22
| | | | Jeremy.
* use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)Luke Leighton1998-11-131-6/+6
|
* ZERO_STRUCTP does not check argument for NULL.Luke Leighton1998-11-131-1/+4
| | | | ZERO_STRUCTPN _does_ check argument for NULL.
* fixes for OSF1 compilationAndrew Tridgell1998-11-137-13/+23
|
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-134-12/+10
| | | | | | | lib/util_sock.c: Added strerror() calls to getpeername failures (which seem to be giving IRIX trouble at the moment). rpc_parse/parse_sec.c: Changed use of ZERO_STRUCTPN to ZERO_STRUCTP which again does zero pointer protection. smbd/quotas.c: Fixed typo. Jeremy.
* security descriptorsLuke Leighton1998-11-136-83/+104
|
* sids in rpctorture changed from fstrings to DOM_SIDLuke Leighton1998-11-131-2/+2
|
* fixed compile for FreeBSDAndrew Tridgell1998-11-132-376/+371
|
* %\ is an interesting printf argument, but I prefer %sAndrew Tridgell1998-11-121-1/+1
|
* we don't have any jpeg images any moreAndrew Tridgell1998-11-121-7/+0
|
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-125-27/+70
| | | | Now passes strings instead.
* no longer neededAndrew Tridgell1998-11-122-0/+0
|
* changed the fonts in the images a bit to be readable at a higherAndrew Tridgell1998-11-127-0/+0
| | | | resolution
* security descriptors.Luke Leighton1998-11-1211-93/+387
| | | | kanji const char* warnings.
* please remember to check that code compiles before checkin!Andrew Tridgell1998-11-121-2/+2
|
* missed oneHerb Lewis1998-11-121-0/+0
|
* smaller images so they fit on one line of a 640/480 displayHerb Lewis1998-11-126-0/+0
|
* Commiting tt fix.Herb Lewis1998-11-122-2/+2
|