Herb Lewis [Sat, 14 Nov 1998 01:57:25 +0000 (01:57 +0000)]
missed a .B
Jeremy Allison [Sat, 14 Nov 1998 01:04:13 +0000 (01:04 +0000)]
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 [Sat, 14 Nov 1998 01:02:38 +0000 (01:02 +0000)]
Fixed munging of sample file in man pages.
Jeremy.
Jeremy Allison [Sat, 14 Nov 1998 00:50:41 +0000 (00:50 +0000)]
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 [Sat, 14 Nov 1998 00:29:38 +0000 (00:29 +0000)]
Added --with-smbwrapper to configure lines in spec files so JohnT's
scripts work ok.
Jeremy.
Herb Lewis [Sat, 14 Nov 1998 00:14:47 +0000 (00:14 +0000)]
ran spell check and other minor tweaks
John Terpstra [Fri, 13 Nov 1998 23:10:32 +0000 (23:10 +0000)]
Added packing release script.
Jeremy Allison [Fri, 13 Nov 1998 22:43:28 +0000 (22:43 +0000)]
Updated for 2.0beta1.
Jeremy Allison [Fri, 13 Nov 1998 21:49:19 +0000 (21:49 +0000)]
Change to beta1.
Jeremy Allison [Fri, 13 Nov 1998 21:41:01 +0000 (21:41 +0000)]
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 [Fri, 13 Nov 1998 21:26:58 +0000 (21:26 +0000)]
reverted includes change for FreeBSD as it breaks IRIX
Luke Leighton [Fri, 13 Nov 1998 20:39:25 +0000 (20:39 +0000)]
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 [Fri, 13 Nov 1998 20:32:22 +0000 (20:32 +0000)]
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 [Fri, 13 Nov 1998 20:19:06 +0000 (20:19 +0000)]
LOCAL_GRP and DOMAIN_GRP are return types
Luke Leighton [Fri, 13 Nov 1998 19:07:28 +0000 (19:07 +0000)]
ZERO_STRUCTP not PN
Luke Leighton [Fri, 13 Nov 1998 19:03:07 +0000 (19:03 +0000)]
oops - ZERO_STRUCTP() issues again...
Jeremy Allison [Fri, 13 Nov 1998 18:19:36 +0000 (18:19 +0000)]
Problems found by Herb.
Jeremy.
Luke Leighton [Fri, 13 Nov 1998 17:36:42 +0000 (17:36 +0000)]
use ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)
Luke Leighton [Fri, 13 Nov 1998 17:26:44 +0000 (17:26 +0000)]
ZERO_STRUCTP does not check argument for NULL.
ZERO_STRUCTPN _does_ check argument for NULL.
Andrew Tridgell [Fri, 13 Nov 1998 03:37:01 +0000 (03:37 +0000)]
fixes for OSF1 compilation
Jeremy Allison [Fri, 13 Nov 1998 02:07:07 +0000 (02:07 +0000)]
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 [Fri, 13 Nov 1998 01:38:41 +0000 (01:38 +0000)]
security descriptors
Luke Leighton [Fri, 13 Nov 1998 01:08:28 +0000 (01:08 +0000)]
sids in rpctorture changed from fstrings to DOM_SID
Andrew Tridgell [Fri, 13 Nov 1998 01:05:25 +0000 (01:05 +0000)]
fixed compile for FreeBSD
Andrew Tridgell [Thu, 12 Nov 1998 23:59:59 +0000 (23:59 +0000)]
%\ is an interesting printf argument, but I prefer %s
Andrew Tridgell [Thu, 12 Nov 1998 23:57:18 +0000 (23:57 +0000)]
we don't have any jpeg images any more
Herb Lewis [Thu, 12 Nov 1998 23:49:32 +0000 (23:49 +0000)]
Removed code that used printf/fprintf in password changin libraries.
Now passes strings instead.
Andrew Tridgell [Thu, 12 Nov 1998 23:36:03 +0000 (23:36 +0000)]
no longer needed
Andrew Tridgell [Thu, 12 Nov 1998 23:35:11 +0000 (23:35 +0000)]
changed the fonts in the images a bit to be readable at a higher
resolution
Luke Leighton [Thu, 12 Nov 1998 23:35:05 +0000 (23:35 +0000)]
security descriptors.
kanji const char* warnings.
Andrew Tridgell [Thu, 12 Nov 1998 23:10:48 +0000 (23:10 +0000)]
please remember to check that code compiles before checkin!
Herb Lewis [Thu, 12 Nov 1998 22:49:55 +0000 (22:49 +0000)]
missed one
Herb Lewis [Thu, 12 Nov 1998 22:47:17 +0000 (22:47 +0000)]
smaller images so they fit on one line of a 640/480 display
Herb Lewis [Thu, 12 Nov 1998 22:42:07 +0000 (22:42 +0000)]
Commiting tt fix.
Herb Lewis [Thu, 12 Nov 1998 22:38:12 +0000 (22:38 +0000)]
Fixed missing parens in tt entry.
Herb Lewis [Thu, 12 Nov 1998 22:17:51 +0000 (22:17 +0000)]
.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 [Thu, 12 Nov 1998 20:41:36 +0000 (20:41 +0000)]
Use spaces not tabs.
Jeremy.
Jeremy Allison [Thu, 12 Nov 1998 20:22:11 +0000 (20:22 +0000)]
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 [Thu, 12 Nov 1998 19:40:33 +0000 (19:40 +0000)]
include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string wrappers.
printing/printing.c: Added OSF1 fix.
Jeremy.
Herb Lewis [Thu, 12 Nov 1998 19:34:40 +0000 (19:34 +0000)]
clear trailing / from directory names in idb file
Luke Leighton [Thu, 12 Nov 1998 19:21:20 +0000 (19:21 +0000)]
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 [Thu, 12 Nov 1998 18:44:16 +0000 (18:44 +0000)]
changes from John Sygulla for changing remote passwords
Herb Lewis [Thu, 12 Nov 1998 18:29:22 +0000 (18:29 +0000)]
remove .po and .po32 files from inst package
Luke Leighton [Thu, 12 Nov 1998 17:02:29 +0000 (17:02 +0000)]
formatting
Luke Leighton [Thu, 12 Nov 1998 16:41:19 +0000 (16:41 +0000)]
minor update.
Luke Leighton [Thu, 12 Nov 1998 16:36:20 +0000 (16:36 +0000)]
spelling. added line about command-line tools equivalent to nt admin tools.
Luke Leighton [Thu, 12 Nov 1998 16:35:02 +0000 (16:35 +0000)]
spelling corrections and such-like.
Luke Leighton [Thu, 12 Nov 1998 16:07:00 +0000 (16:07 +0000)]
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 [Thu, 12 Nov 1998 16:03:35 +0000 (16:03 +0000)]
security descriptors and registry.
Herb Lewis [Thu, 12 Nov 1998 16:02:32 +0000 (16:02 +0000)]
no longer needed
Andrew Tridgell [Thu, 12 Nov 1998 07:35:12 +0000 (07:35 +0000)]
remove my name from welcome page so I don't get mail about it.
Andrew Tridgell [Thu, 12 Nov 1998 07:32:33 +0000 (07:32 +0000)]
handle null usernames
Andrew Tridgell [Thu, 12 Nov 1998 07:28:29 +0000 (07:28 +0000)]
show all buttons in demo mode
Andrew Tridgell [Thu, 12 Nov 1998 07:13:06 +0000 (07:13 +0000)]
fixed demo mode
Andrew Tridgell [Thu, 12 Nov 1998 07:06:48 +0000 (07:06 +0000)]
extracted the password change code from smbpasswd and used it in swat
instead of opening pipes and other horrible stuff.
Andrew Tridgell [Thu, 12 Nov 1998 06:24:18 +0000 (06:24 +0000)]
char -> uchar fix
Andrew Tridgell [Thu, 12 Nov 1998 06:12:19 +0000 (06:12 +0000)]
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 [Thu, 12 Nov 1998 04:17:54 +0000 (04:17 +0000)]
Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
resons and my own piece of mind...
Jeremy.
Jeremy Allison [Thu, 12 Nov 1998 04:00:21 +0000 (04:00 +0000)]
Updated to at least some semblence of reality :-).
Jeremy.
Jeremy Allison [Thu, 12 Nov 1998 03:50:29 +0000 (03:50 +0000)]
Fix fd leak in error condition in grantpt code case.
Jeremy.
Tim Potter [Thu, 12 Nov 1998 03:29:35 +0000 (03:29 +0000)]
Someone else is already doing this.
Jeremy Allison [Thu, 12 Nov 1998 03:25:14 +0000 (03:25 +0000)]
WHATSNEW now vaguely correct for 2.0 :-).
Jeremy.
Jeremy Allison [Thu, 12 Nov 1998 03:06:00 +0000 (03:06 +0000)]
Added the security changes suggested by Andrew - become the
user that authenticated to swat permanently (if not root).
Jeremy.
Tim Potter [Thu, 12 Nov 1998 02:48:11 +0000 (02:48 +0000)]
Added an index.html for the html documentation taken from the web site.
A good idea or not?
Jeremy Allison [Thu, 12 Nov 1998 01:22:07 +0000 (01:22 +0000)]
Added enable user button. Fixed bug where log was always printed.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 23:48:20 +0000 (23:48 +0000)]
Changed the welcome comments to look more like a release :-).
Jeremy.
Andrew Tridgell [Wed, 11 Nov 1998 23:47:03 +0000 (23:47 +0000)]
changed is_root() to am_root() to prevent clash with variable names.
Jeremy Allison [Wed, 11 Nov 1998 23:31:37 +0000 (23:31 +0000)]
J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 23:25:51 +0000 (23:25 +0000)]
rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
script/makeyodldocs.sh: Added code to make text docs for non-man page YODL docs.
web/cgi.c web/swat.c: SGI compiler warnings fixed.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 23:24:41 +0000 (23:24 +0000)]
Added text and html versions of DOMAIN_MEMBER doc.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 23:08:34 +0000 (23:08 +0000)]
Added file to describe how to join a domain.
Jeremy.
Luke Leighton [Wed, 11 Nov 1998 23:00:52 +0000 (23:00 +0000)]
oops!
Jeremy Allison [Wed, 11 Nov 1998 22:22:21 +0000 (22:22 +0000)]
Added swat html & manpage.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 22:08:24 +0000 (22:08 +0000)]
Updated smbd links.
Added first cut at swat man page.
Jeremy.
Herb Lewis [Wed, 11 Nov 1998 21:47:04 +0000 (21:47 +0000)]
add an empty STATUS..LCK to install so swat doesn't complain
Luke Leighton [Wed, 11 Nov 1998 21:44:02 +0000 (21:44 +0000)]
security descriptor info, provided by jean-francois
Herb Lewis [Wed, 11 Nov 1998 21:41:44 +0000 (21:41 +0000)]
Added needed flag for swat password changing
I forgot to mention that the changes to swat were contributed by
John Sygulla
Herb Lewis [Wed, 11 Nov 1998 21:37:44 +0000 (21:37 +0000)]
added password change functionality to swat
Herb Lewis [Wed, 11 Nov 1998 21:32:29 +0000 (21:32 +0000)]
new swat icons
Jeremy Allison [Wed, 11 Nov 1998 21:08:56 +0000 (21:08 +0000)]
Updated Manifest for 2.0.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 20:03:19 +0000 (20:03 +0000)]
Fix from richard.kettlewell@kewill.com for leapyear bugs.
Jeremy.
Luke Leighton [Wed, 11 Nov 1998 19:22:08 +0000 (19:22 +0000)]
clearing up security descriptor
Jeremy Allison [Wed, 11 Nov 1998 17:42:36 +0000 (17:42 +0000)]
Fixed two debug prints.
Jeremy.
Luke Leighton [Wed, 11 Nov 1998 14:23:55 +0000 (14:23 +0000)]
changed syntax of registry commands so keys can start with HKLM or HKU.
sorted lookupsids command
Jean-François Micouleau [Wed, 11 Nov 1998 11:30:30 +0000 (11:30 +0000)]
makeyodldocs.sh now works with the bash shell
Jeremy Allison [Wed, 11 Nov 1998 02:10:22 +0000 (02:10 +0000)]
Added link to YODL url.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 02:10:20 +0000 (02:10 +0000)]
Added code to copy smb.conf.5.html to the swat help directory.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 02:09:26 +0000 (02:09 +0000)]
Swat now uses the auto-generated smb.conf.5.html.
Jeremy.
Herb Lewis [Wed, 11 Nov 1998 02:04:54 +0000 (02:04 +0000)]
new directories for man page sources
Herb Lewis [Wed, 11 Nov 1998 01:54:31 +0000 (01:54 +0000)]
swat.c updated to use new yodl generated smb.conf.5.html file for help
added smb.conf.5.html to swat/help
Jeremy Allison [Wed, 11 Nov 1998 01:33:57 +0000 (01:33 +0000)]
Makefile.in: Added target for makeyodldocs - not used by default.
rpc_client/cli_reg.c: The perils of cut-n-paste coding include using variables before
they are initialised :-).
script/makeyodldocs.sh: Remove the intermediate files.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 01:30:35 +0000 (01:30 +0000)]
Forgot to add these new (auto-generated) manpages.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 01:27:18 +0000 (01:27 +0000)]
First versions of the man pages auto-generated from the YODL
source.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 01:23:43 +0000 (01:23 +0000)]
First version of HTML docs generated from YODL source.
Jeremy.
Jeremy Allison [Wed, 11 Nov 1998 01:16:48 +0000 (01:16 +0000)]
Adding YODL docs maintainer script.
Jeremy.
Luke Leighton [Wed, 11 Nov 1998 00:57:13 +0000 (00:57 +0000)]
registry delete value command: "regdeleteval".
this is just so unbelievably simple to do...
Luke Leighton [Wed, 11 Nov 1998 00:43:41 +0000 (00:43 +0000)]
renamed unk_1b to flush_key
Jeremy Allison [Wed, 11 Nov 1998 00:40:24 +0000 (00:40 +0000)]
Added manpages/ to source path.
Jeremy.
Luke Leighton [Wed, 11 Nov 1998 00:36:15 +0000 (00:36 +0000)]
- renamed open_policy to open_hklm.
- renamed open_unk_4 to open_hku
- fixed createkey issue spotted by phil cox
Jeremy Allison [Wed, 11 Nov 1998 00:10:47 +0000 (00:10 +0000)]
Updating changes - now move to yodldocs directory.
Jeremy.