1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

2408 Commits

Author SHA1 Message Date
Jeremy Allison
3bb3f2d0ce Update for 2.0beta1.
Jeremy.
(This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
1998-11-14 03:01:40 +00:00
Andrew Tridgell
2b67f7eba4 prompt for password on smbclient -L
(This used to be commit 1558f34a878d6fea0cc745a7fcec04f79f7e50ff)
1998-11-14 02:34:19 +00:00
Andrew Tridgell
57d4977f24 - 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)
(This used to be commit 8e8ab4df1fe77dfcae73a34f4de174afe09cd695)
1998-11-14 02:29:38 +00:00
Andrew Tridgell
f616831953 allow all user to view the config
(This used to be commit ab35d99e52225b0e9f519903ae99e575075187e7)
1998-11-14 02:14:30 +00:00
Andrew Tridgell
5be7ae453d remove code that allows installation via cgi
swat will now give an error message if run via cgi
(This used to be commit 55377e3cdd5d8428e89b40946f0535b8cf5247ae)
1998-11-14 02:10:55 +00:00
Andrew Tridgell
74c66b148e removed information on installing via cgi
(This used to be commit 08fd7032584bf93a92b71ea7d5f73d2da75c8bb0)
1998-11-14 02:10:07 +00:00
Herb Lewis
87900ce7ab missed a .B
(This used to be commit f213352c3de6a23d1b5c92fda6404a3116db1279)
1998-11-14 01:57:25 +00:00
Jeremy Allison
24ca89bfb0 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.
(This used to be commit 9ee8f39aed8772a05c203161b4ae6b7d90d67481)
1998-11-14 01:04:13 +00:00
Jeremy Allison
744c34be2a Fixed munging of sample file in man pages.
Jeremy.
(This used to be commit 9e1ff71faf558addfabe038e3bf45ee694ea4a0b)
1998-11-14 01:02:38 +00:00
Jeremy Allison
c2ea4dc9ef Fixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.
Thanks to Michael H. Warfield <mhw@wittsend.com> for that.
Jeremy.
(This used to be commit 6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8)
1998-11-14 00:50:41 +00:00
Jeremy Allison
c54656ee9e Added --with-smbwrapper to configure lines in spec files so JohnT's
scripts work ok.
Jeremy.
(This used to be commit 9dc2502382f17c2bd1794c92ad0f4862a76b84e8)
1998-11-14 00:29:38 +00:00
Herb Lewis
eaf9944b3e ran spell check and other minor tweaks
(This used to be commit 7d8ec97b451721cddbb859415490d65c41e8afe2)
1998-11-14 00:14:47 +00:00
John Terpstra
ddc6296370 Added packing release script.
(This used to be commit a77d40ee7147207174cde4c7a0f775e588e5a6ba)
1998-11-13 23:10:32 +00:00
Jeremy Allison
4758c5f03c Updated for 2.0beta1.
(This used to be commit 566e92027f0c7d61a7de7a25ed9469ca801846a8)
1998-11-13 22:43:28 +00:00
Jeremy Allison
98db88e00b Change to beta1.
(This used to be commit 26c3ff2bcb225f65002620fec07aa6423477e6d9)
1998-11-13 21:49:19 +00:00
Jeremy Allison
8fc1504ff8 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.
(This used to be commit 4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c)
1998-11-13 21:41:01 +00:00
Andrew Tridgell
e623b71750 reverted includes change for FreeBSD as it breaks IRIX
(This used to be commit 24b2bf1741366045eca02cbd09e3283531d28422)
1998-11-13 21:26:58 +00:00
Luke Leighton
8336dbd901 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.
(This used to be commit d9b59580dcd5076d3027e364964dcd624300fe45)
1998-11-13 20:39:25 +00:00
Michael Warfield
9c3cbb8012 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.
(This used to be commit 2f456be660b4bbf22c618b506062f812f35e368a)
1998-11-13 20:32:22 +00:00
Luke Leighton
3a31d509a8 LOCAL_GRP and DOMAIN_GRP are return types
(This used to be commit 887063e421d476fe2c2f6809750af3bfb020a85c)
1998-11-13 20:19:06 +00:00
Luke Leighton
d3e6aa666d ZERO_STRUCTP not PN
(This used to be commit ff8667c8801a59c80c33b43f033d23f3a0fd8313)
1998-11-13 19:07:28 +00:00
Luke Leighton
43a3692e83 oops - ZERO_STRUCTP() issues again...
(This used to be commit 2908ccd14d1aa4ffb7d09714bae78cebb7eee755)
1998-11-13 19:03:07 +00:00
Jeremy Allison
60a12574f2 Problems found by Herb.
Jeremy.
(This used to be commit a5555bd3b744417674d62d5891e1d5dbe32008ff)
1998-11-13 18:19:36 +00:00
Luke Leighton
d90063493c use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)
(This used to be commit 70ac9dbcecdf4be92638a24f096e4a8807997498)
1998-11-13 17:36:42 +00:00
Luke Leighton
5e4d4deeca ZERO_STRUCTP does not check argument for NULL.
ZERO_STRUCTPN _does_ check argument for NULL.
(This used to be commit 0be34ca1402f95506680caa3461e94d4ae54bb7d)
1998-11-13 17:26:44 +00:00
Andrew Tridgell
2db96e3047 fixes for OSF1 compilation
(This used to be commit 5be3c37f50eac35cad3eadf0d24e7a4ee04c075e)
1998-11-13 03:37:01 +00:00
Jeremy Allison
2164685b9f include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
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.
(This used to be commit b62f008974c96e0302d6c146cf49bc2045bef005)
1998-11-13 02:07:07 +00:00
Luke Leighton
cb265dbb8b security descriptors
(This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e)
1998-11-13 01:38:41 +00:00
Luke Leighton
31c4953088 sids in rpctorture changed from fstrings to DOM_SID
(This used to be commit bd09e00112fd371aa070b5b47f1d4e27137a7f2e)
1998-11-13 01:08:28 +00:00
Andrew Tridgell
0cbb7560a3 fixed compile for FreeBSD
(This used to be commit 78e63e17c59de68200308641dce7c413520a2980)
1998-11-13 01:05:25 +00:00
Andrew Tridgell
e5d9a4f4e3 %\ is an interesting printf argument, but I prefer %s
(This used to be commit b93f686655e871d7bfec9c7601cf3c175008041a)
1998-11-12 23:59:59 +00:00
Andrew Tridgell
dfac41840a we don't have any jpeg images any more
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
1998-11-12 23:57:18 +00:00
Herb Lewis
ea2fa33f65 Removed code that used printf/fprintf in password changin libraries.
Now passes strings instead.
(This used to be commit 48af29bcc9e8094de6ba057a52dbae3c80ea7a05)
1998-11-12 23:49:32 +00:00
Andrew Tridgell
ed6872edea no longer needed
(This used to be commit 275d22f81c9b8a04dd11ccc8733c62f48f270965)
1998-11-12 23:36:03 +00:00
Andrew Tridgell
aeac471c01 changed the fonts in the images a bit to be readable at a higher
resolution
(This used to be commit 688a7e5751109eec5d52ed67710502d43db6800d)
1998-11-12 23:35:11 +00:00
Luke Leighton
2c7f6da1fa security descriptors.
kanji const char* warnings.
(This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc)
1998-11-12 23:35:05 +00:00
Andrew Tridgell
c1bf51bd2c please remember to check that code compiles before checkin!
(This used to be commit 88c90ec65c1a764dd7b13d9fb5ce700027f40cfd)
1998-11-12 23:10:48 +00:00
Herb Lewis
afab965d4b missed one
(This used to be commit 6bc94f08cc927fc4901464f982b3300b631eb945)
1998-11-12 22:49:55 +00:00
Herb Lewis
1411620a21 smaller images so they fit on one line of a 640/480 display
(This used to be commit aa47ef998abf713ec44187592c91d7a5335bb814)
1998-11-12 22:47:17 +00:00
Herb Lewis
9091870815 Commiting tt fix.
(This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)
1998-11-12 22:42:07 +00:00
Herb Lewis
69487aa87c Fixed missing parens in tt entry.
(This used to be commit 86dfde31d966ba44cb554036a6232faa05e3a9f4)
1998-11-12 22:38:12 +00:00
Herb Lewis
d30b6ab548 .cvsignore: Removed old entries.
client/client.c:
include/client.h: Added some debug messages that the old client used to
		  generate. These are needed to make scripts such as
		  'findsmb' work - there may be other changes to keep
		  backwards output compatibility. Do we need a -old-client-compat
		  argument ?
libsmb/clientgen.c: Fixed crash bug where malloc'ed data wasn't being
		    cleared - corrupted malloc chains.
web/swat.c: John's changes to get rid of "ghost" table entries.
(This used to be commit 3c45a3503ea57d17e98eb3e57514161a5c82e45e)
1998-11-12 22:17:51 +00:00
Jeremy Allison
959f32c6d7 Use spaces not tabs.
Jeremy.
(This used to be commit 6fbf01471d8dc76f8909d851c531fec3d79521d3)
1998-11-12 20:41:36 +00:00
Jeremy Allison
3a334e3e6c Fixed smbpasswd so that enabling a user who already has a password
doesn't require a new password entry. Sets the 'enable/disable' code
back to being symmetrical.
Jeremy.
(This used to be commit fa068a6db8da154903fb97a843f261592fcb684a)
1998-11-12 20:22:11 +00:00
Jeremy Allison
609f348217 include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string wrappers.
printing/printing.c: Added OSF1 fix.
Jeremy.
(This used to be commit 9d05d80f811426f83a975d28e64c5d6b10574c25)
1998-11-12 19:40:33 +00:00
Herb Lewis
1960082517 clear trailing / from directory names in idb file
(This used to be commit f06bed256dfaf56bcfc1982df1d8bf8fe559f53b)
1998-11-12 19:34:40 +00:00
Luke Leighton
597c5a6caa jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.
security descriptor testing.  hey wow, you can get a SD then send it back!
(This used to be commit 7466c3113ef8f8a89b8496efadfeb611c9f3e069)
1998-11-12 19:21:20 +00:00
Herb Lewis
7e71258563 changes from John Sygulla for changing remote passwords
(This used to be commit e3fc90d0b5b21d49615c951a475d85f15fa01271)
1998-11-12 18:44:16 +00:00
Herb Lewis
a413a74526 remove .po and .po32 files from inst package
(This used to be commit 600e599c43b85fc8d844490e59dd7b17f136c016)
1998-11-12 18:29:22 +00:00
Luke Leighton
97a4f87f61 formatting
(This used to be commit c17b0bb7c25ca9a6faf7cb0282c993232f2560cc)
1998-11-12 17:02:29 +00:00