1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-14 00:58:38 +03:00

2393 Commits

Author SHA1 Message Date
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.
-
Andrew Tridgell
5be3c37f50 fixes for OSF1 compilation -
Jeremy Allison
b62f008974 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.
-
Luke Leighton
9412edfd4c security descriptors -
Luke Leighton
bd09e00112 sids in rpctorture changed from fstrings to DOM_SID -
Andrew Tridgell
78e63e17c5 fixed compile for FreeBSD -
Andrew Tridgell
b93f686655 %\ is an interesting printf argument, but I prefer %s -
Andrew Tridgell
ae5f174ef1 we don't have any jpeg images any more -
Herb Lewis
48af29bcc9 Removed code that used printf/fprintf in password changin libraries.
Now passes strings instead.
-
Andrew Tridgell
275d22f81c no longer needed -
Andrew Tridgell
688a7e5751 changed the fonts in the images a bit to be readable at a higher
resolution
-
Luke Leighton
06abdfd68e security descriptors.
kanji const char* warnings.
-
Andrew Tridgell
88c90ec65c please remember to check that code compiles before checkin! -
Herb Lewis
6bc94f08cc missed one -
Herb Lewis
aa47ef998a smaller images so they fit on one line of a 640/480 display -
Herb Lewis
10093ae5fc Commiting tt fix. -
Herb Lewis
86dfde31d9 Fixed missing parens in tt entry. -
Herb Lewis
3c45a3503e .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.
-
Jeremy Allison
6fbf01471d Use spaces not tabs.
Jeremy.
-
Jeremy Allison
fa068a6db8 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.
-
Jeremy Allison
9d05d80f81 include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string wrappers.
printing/printing.c: Added OSF1 fix.
Jeremy.
-
Herb Lewis
f06bed256d clear trailing / from directory names in idb file -
Luke Leighton
7466c3113e 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!
-
Herb Lewis
e3fc90d0b5 changes from John Sygulla for changing remote passwords -
Herb Lewis
600e599c43 remove .po and .po32 files from inst package -
Luke Leighton
c17b0bb7c2 formatting -
Luke Leighton
d0d0196af5 minor update. -
Luke Leighton
af44cf1fcf spelling. added line about command-line tools equivalent to nt admin tools. -
Luke Leighton
e03ce164b0 spelling corrections and such-like. -
Luke Leighton
cbac0f165d cleaning up conflicts between group code not yet committed and
changes from yesterday by me, jeremy and andrew.

jeremy, your ACB_PWNOTREQ mod would have caused a crash if the user
didn't exist (first check should be for smb_pass != NULL)
-
Luke Leighton
9814ac8a65 security descriptors and registry. -
Herb Lewis
fb6a79ea3a no longer needed -
Andrew Tridgell
450a19e96b remove my name from welcome page so I don't get mail about it. -
Andrew Tridgell
ee60d9a289 handle null usernames -
Andrew Tridgell
d076daaaf8 show all buttons in demo mode -
Andrew Tridgell
530a98022e fixed demo mode -
Andrew Tridgell
49bf197103 extracted the password change code from smbpasswd and used it in swat
instead of opening pipes and other horrible stuff.
-
Andrew Tridgell
badc0f229a char -> uchar fix -
Andrew Tridgell
713864dd03 largely rewrote smbpasswd so that the code is understandable. This
should allow us to call a function in swat rather than piping to
smbpasswd.

while doing this I also fixed quite a few "const char *" versus "char *" issues
that cropped up while using const to track down bugs in the code. This
led to changes in several generic functions.

The smbpasswd changes should be correct but they have not been
extensively tested. At least if I have introduced bugs then we should
be able to fix them more easily than before.
-
Jeremy Allison
45131501f2 Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
resons and my own piece of mind...
Jeremy.
-
Jeremy Allison
b070281a0e Updated to at least some semblence of reality :-).
Jeremy.
-