Jeremy Allison
c1a3346547
Moved PRINTCAP_NAME from smb.h to includes to allow it to
...
be tuned per system type.
Jeremy.
-
Jeremy Allison
6c25a33142
Makefile.in: Re-added quotes round ROFF call for DGUX.
...
script/installman.sh: Make installman ignore ROFF argument if it is "".
smbd/oplock.c: Move location of oplock test file to lockdir.
Jeremy.
-
Jeremy Allison
4ca71c9098
O_EXCL fixes for printing files & oplocks.
...
Jeremy.
-
Jeremy Allison
7aa644c2f9
Added fixes for machine accounts.
...
Jeremy.
-
Herb Lewis
73e4b91a9d
add some more comments and clean it up a little more.
-
Herb Lewis
c2b63b9082
some fixes for IRIX 5.3 builds
-
John Terpstra
e31c61c29e
Set sticky bit on /var/spool/samba.
...
Further security review.
-
John Terpstra
2dde295da0
Reviewed file permissions and removed other execute on samba start/stop script.
-
John Terpstra
c444cba3be
Removed smbwrappers from build specs and from installation specs.
-
John Terpstra
4c60314b05
Added Example binary packaging instructions.
-
John Terpstra
721a257c94
Updated packaging files (new for Caldera).
-
Andrew Tridgell
67ba0b1ce3
fixed lmhosts parsing. We were using sizeof(name) where name was char*
-
John Terpstra
5f7d9d4656
Updates to handle glob.h - was causing problems on SCO 5.0.4
-
Andrew Tridgell
d9d44d98ec
change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros
-
Andrew Tridgell
263b13222c
compile with optimisation by default on all compilers
...
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)
-
John Terpstra
0f98a2fd58
Added first cut of the new packaging scripts for Digital Unix.
...
Note: This will be extended for all other OS's so that it can be
maintained by the samba release scripts.
-
Andrew Tridgell
73b662069c
support.txt is now maintained solely on the web pages
-
Jeremy Allison
178d1bd61b
Fixed swat packaging & man page packaging.
...
Jeremy.
-
Andrew Tridgell
dddf1d8522
automatically uppercase server and share names (win95 won't handle
...
lowercase share names!)
-
Andrew Tridgell
c58f496510
fixed setmode in smbclient
-
Jeremy Allison
0e3bfe5f28
Fixes to get the manpages from the right place.
...
Jeremy.
-
Andrew Tridgell
2d9335fe2a
- handle servers that don't support getattrE (ie. NT)
...
- use * in clitar instead of *.*
-
Jeremy Allison
765989e415
(Hopefully) correct patch files for RedHat & TurboLinux.
...
In fixing this I have learned more about RPM than I *ever*
wanted to know....
Jeremy.
-
Jeremy Allison
a0adae90ca
Fixed problem with smbclient issuing '*.*' to NT server when an
...
NT server needs '*'. Win95/98 doesn't care either way :-).
Jeremy.
-
Jeremy Allison
6f37d151d8
Updated from smb.conf.5.html
...
Jeremy.
-
Jeremy Allison
598d0255d4
Update for 2.0beta1.
...
Jeremy.
-
Andrew Tridgell
1558f34a87
prompt for password on smbclient -L
-
Andrew Tridgell
8e8ab4df1f
- new prototypes
...
- 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)
-
Andrew Tridgell
ab35d99e52
allow all user to view the config
-
Andrew Tridgell
55377e3cdd
remove code that allows installation via cgi
...
swat will now give an error message if run via cgi
-
Andrew Tridgell
08fd703258
removed information on installing via cgi
-
Herb Lewis
f213352c3d
missed a .B
-
Jeremy Allison
9ee8f39aed
Removed acconfig.h configure configure.in include/config.h.in: Made smbwrapper not made
...
by default.
nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include
file problem...sigh.
Jeremy.
-
Jeremy Allison
9e1ff71faf
Fixed munging of sample file in man pages.
...
Jeremy.
-
Jeremy Allison
6c2a234ac9
Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.
...
Thanks to Michael H. Warfield <mhw@wittsend.com> for that.
Jeremy.
-
Jeremy Allison
9dc2502382
Added --with-smbwrapper to configure lines in spec files so JohnT's
...
scripts work ok.
Jeremy.
-
Herb Lewis
7d8ec97b45
ran spell check and other minor tweaks
-
John Terpstra
a77d40ee71
Added packing release script.
-
Jeremy Allison
566e92027f
Updated for 2.0beta1.
-
Jeremy Allison
26c3ff2bcb
Change to beta1.
-
Jeremy Allison
4c2b5a0098
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and 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.
-
Andrew Tridgell
24b2bf1741
reverted includes change for FreeBSD as it breaks IRIX
-
Luke Leighton
d9b59580dc
need 32 bit status codes to be negotiated because of STUPID dos "error more
...
data needed" message gets treated as a serious error code (which it isn't)
so the client code terminates.
-
Michael Warfield
2f456be660
Fixed timing window created by daemonize function. Smbmount was going daemon
...
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.
-
Luke Leighton
887063e421
LOCAL_GRP and DOMAIN_GRP are return types
-
Luke Leighton
ff8667c880
ZERO_STRUCTP not PN
-
Luke Leighton
2908ccd14d
oops - ZERO_STRUCTP() issues again...
-
Jeremy Allison
a5555bd3b7
Problems found by Herb.
...
Jeremy.
-
Luke Leighton
70ac9dbcec
use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)
-
Luke Leighton
0be34ca140
ZERO_STRUCTP does not check argument for NULL.
...
ZERO_STRUCTPN _does_ check argument for NULL.
-