bbaumbach/samba-autobuild/.git
25 years agomissed a .B
Herb Lewis [Sat, 14 Nov 1998 01:57:25 +0000 (01:57 +0000)]
missed a .B
(This used to be commit f213352c3de6a23d1b5c92fda6404a3116db1279)

25 years agoRemoved acconfig.h configure configure.in include/config.h.in: Made smbwrapper not...
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.
(This used to be commit 9ee8f39aed8772a05c203161b4ae6b7d90d67481)

25 years agoFixed munging of sample file in man pages.
Jeremy Allison [Sat, 14 Nov 1998 01:02:38 +0000 (01:02 +0000)]
Fixed munging of sample file in man pages.
Jeremy.
(This used to be commit 9e1ff71faf558addfabe038e3bf45ee694ea4a0b)

25 years agoFixed makefile problem due to change from SMB_PASSWD to PASSWD_PROGRAM.
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.
(This used to be commit 6c2a234ac9b4bbef3886c9aa4a198776a0bee6c8)

25 years agoAdded --with-smbwrapper to configure lines in spec files so JohnT's
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.
(This used to be commit 9dc2502382f17c2bd1794c92ad0f4862a76b84e8)

25 years agoran spell check and other minor tweaks
Herb Lewis [Sat, 14 Nov 1998 00:14:47 +0000 (00:14 +0000)]
ran spell check and other minor tweaks
(This used to be commit 7d8ec97b451721cddbb859415490d65c41e8afe2)

25 years agoAdded packing release script.
John Terpstra [Fri, 13 Nov 1998 23:10:32 +0000 (23:10 +0000)]
Added packing release script.
(This used to be commit a77d40ee7147207174cde4c7a0f775e588e5a6ba)

25 years agoUpdated for 2.0beta1.
Jeremy Allison [Fri, 13 Nov 1998 22:43:28 +0000 (22:43 +0000)]
Updated for 2.0beta1.
(This used to be commit 566e92027f0c7d61a7de7a25ed9469ca801846a8)

25 years agoChange to beta1.
Jeremy Allison [Fri, 13 Nov 1998 21:49:19 +0000 (21:49 +0000)]
Change to beta1.
(This used to be commit 26c3ff2bcb225f65002620fec07aa6423477e6d9)

25 years agoMakefile.in configure configure.in include/config.h.in: Changes for DGUX and UNIXWARE.
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.
(This used to be commit 4c2b5a00983501e5d4aad1456ba8b5ab0dfd9b4c)

25 years agoreverted includes change for FreeBSD as it breaks IRIX
Andrew Tridgell [Fri, 13 Nov 1998 21:26:58 +0000 (21:26 +0000)]
reverted includes change for FreeBSD as it breaks IRIX
(This used to be commit 24b2bf1741366045eca02cbd09e3283531d28422)

25 years agoneed 32 bit status codes to be negotiated because of STUPID dos "error more
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.
(This used to be commit d9b59580dcd5076d3027e364964dcd624300fe45)

25 years agoFixed timing window created by daemonize function. Smbmount was going daemon
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.
(This used to be commit 2f456be660b4bbf22c618b506062f812f35e368a)

25 years agoLOCAL_GRP and DOMAIN_GRP are return types
Luke Leighton [Fri, 13 Nov 1998 20:19:06 +0000 (20:19 +0000)]
LOCAL_GRP and DOMAIN_GRP are return types
(This used to be commit 887063e421d476fe2c2f6809750af3bfb020a85c)

25 years agoZERO_STRUCTP not PN
Luke Leighton [Fri, 13 Nov 1998 19:07:28 +0000 (19:07 +0000)]
ZERO_STRUCTP not PN
(This used to be commit ff8667c8801a59c80c33b43f033d23f3a0fd8313)

25 years agooops - ZERO_STRUCTP() issues again...
Luke Leighton [Fri, 13 Nov 1998 19:03:07 +0000 (19:03 +0000)]
oops - ZERO_STRUCTP() issues again...
(This used to be commit 2908ccd14d1aa4ffb7d09714bae78cebb7eee755)

25 years agoProblems found by Herb.
Jeremy Allison [Fri, 13 Nov 1998 18:19:36 +0000 (18:19 +0000)]
Problems found by Herb.
Jeremy.
(This used to be commit a5555bd3b744417674d62d5891e1d5dbe32008ff)

25 years agouse ZERO_STRUCTPN (checks for NULL) not ZERO_STRUCTP (doesn't check for NULL)
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)
(This used to be commit 70ac9dbcecdf4be92638a24f096e4a8807997498)

25 years agoZERO_STRUCTP does not check argument 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.
(This used to be commit 0be34ca1402f95506680caa3461e94d4ae54bb7d)

25 years agofixes for OSF1 compilation
Andrew Tridgell [Fri, 13 Nov 1998 03:37:01 +0000 (03:37 +0000)]
fixes for OSF1 compilation
(This used to be commit 5be3c37f50eac35cad3eadf0d24e7a4ee04c075e)

25 years agoinclude/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
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.
(This used to be commit b62f008974c96e0302d6c146cf49bc2045bef005)

25 years agosecurity descriptors
Luke Leighton [Fri, 13 Nov 1998 01:38:41 +0000 (01:38 +0000)]
security descriptors
(This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e)

25 years agosids in rpctorture changed from fstrings to DOM_SID
Luke Leighton [Fri, 13 Nov 1998 01:08:28 +0000 (01:08 +0000)]
sids in rpctorture changed from fstrings to DOM_SID
(This used to be commit bd09e00112fd371aa070b5b47f1d4e27137a7f2e)

25 years agofixed compile for FreeBSD
Andrew Tridgell [Fri, 13 Nov 1998 01:05:25 +0000 (01:05 +0000)]
fixed compile for FreeBSD
(This used to be commit 78e63e17c59de68200308641dce7c413520a2980)

25 years ago%\ is an interesting printf argument, but I prefer %s
Andrew Tridgell [Thu, 12 Nov 1998 23:59:59 +0000 (23:59 +0000)]
%\ is an interesting printf argument, but I prefer %s
(This used to be commit b93f686655e871d7bfec9c7601cf3c175008041a)

25 years agowe don't have any jpeg images any more
Andrew Tridgell [Thu, 12 Nov 1998 23:57:18 +0000 (23:57 +0000)]
we don't have any jpeg images any more
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)

25 years agoRemoved code that used printf/fprintf in password changin libraries.
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.
(This used to be commit 48af29bcc9e8094de6ba057a52dbae3c80ea7a05)

25 years agono longer needed
Andrew Tridgell [Thu, 12 Nov 1998 23:36:03 +0000 (23:36 +0000)]
no longer needed
(This used to be commit 275d22f81c9b8a04dd11ccc8733c62f48f270965)

25 years agochanged the fonts in the images a bit to be readable at a higher
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
(This used to be commit 688a7e5751109eec5d52ed67710502d43db6800d)

25 years agosecurity descriptors.
Luke Leighton [Thu, 12 Nov 1998 23:35:05 +0000 (23:35 +0000)]
security descriptors.
kanji const char* warnings.
(This used to be commit 06abdfd68e1d7fa8741afc3f56ec7a13b5fa4ccc)

25 years agoplease remember to check that code compiles before checkin!
Andrew Tridgell [Thu, 12 Nov 1998 23:10:48 +0000 (23:10 +0000)]
please remember to check that code compiles before checkin!
(This used to be commit 88c90ec65c1a764dd7b13d9fb5ce700027f40cfd)

25 years agomissed one
Herb Lewis [Thu, 12 Nov 1998 22:49:55 +0000 (22:49 +0000)]
missed one
(This used to be commit 6bc94f08cc927fc4901464f982b3300b631eb945)

25 years agosmaller images so they fit on one line of a 640/480 display
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
(This used to be commit aa47ef998abf713ec44187592c91d7a5335bb814)

25 years agoCommiting tt fix.
Herb Lewis [Thu, 12 Nov 1998 22:42:07 +0000 (22:42 +0000)]
Commiting tt fix.
(This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)

25 years agoFixed missing parens in tt entry.
Herb Lewis [Thu, 12 Nov 1998 22:38:12 +0000 (22:38 +0000)]
Fixed missing parens in tt entry.
(This used to be commit 86dfde31d966ba44cb554036a6232faa05e3a9f4)

25 years ago.cvsignore: Removed old entries.
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.
(This used to be commit 3c45a3503ea57d17e98eb3e57514161a5c82e45e)

25 years agoUse spaces not tabs.
Jeremy Allison [Thu, 12 Nov 1998 20:41:36 +0000 (20:41 +0000)]
Use spaces not tabs.
Jeremy.
(This used to be commit 6fbf01471d8dc76f8909d851c531fec3d79521d3)

25 years agoFixed smbpasswd so that enabling a user who already has a password
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.
(This used to be commit fa068a6db8da154903fb97a843f261592fcb684a)

25 years agoinclude/kanji.h include/proto.h lib/kanji.c: Added const parameters in string wrappers.
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.
(This used to be commit 9d05d80f811426f83a975d28e64c5d6b10574c25)

25 years agoclear trailing / from directory names in idb file
Herb Lewis [Thu, 12 Nov 1998 19:34:40 +0000 (19:34 +0000)]
clear trailing / from directory names in idb file
(This used to be commit f06bed256dfaf56bcfc1982df1d8bf8fe559f53b)

25 years agojean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.
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!
(This used to be commit 7466c3113ef8f8a89b8496efadfeb611c9f3e069)

25 years agochanges from John Sygulla for changing remote passwords
Herb Lewis [Thu, 12 Nov 1998 18:44:16 +0000 (18:44 +0000)]
changes from John Sygulla for changing remote passwords
(This used to be commit e3fc90d0b5b21d49615c951a475d85f15fa01271)

25 years agoremove .po and .po32 files from inst package
Herb Lewis [Thu, 12 Nov 1998 18:29:22 +0000 (18:29 +0000)]
remove .po and .po32 files from inst package
(This used to be commit 600e599c43b85fc8d844490e59dd7b17f136c016)

25 years agoformatting
Luke Leighton [Thu, 12 Nov 1998 17:02:29 +0000 (17:02 +0000)]
formatting
(This used to be commit c17b0bb7c25ca9a6faf7cb0282c993232f2560cc)

25 years agominor update.
Luke Leighton [Thu, 12 Nov 1998 16:41:19 +0000 (16:41 +0000)]
minor update.
(This used to be commit d0d0196af55cad00cbdebd8c80941f42e667e199)

25 years agospelling. added line about command-line tools equivalent to nt admin tools.
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.
(This used to be commit af44cf1fcf5c3f673baa8f7c4f1e24556754f659)

25 years agospelling corrections and such-like.
Luke Leighton [Thu, 12 Nov 1998 16:35:02 +0000 (16:35 +0000)]
spelling corrections and such-like.
(This used to be commit e03ce164b00d59e8cbd76472635f2517ef7f0768)

25 years agocleaning up conflicts between group code not yet committed and
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)
(This used to be commit cbac0f165d351ba9497c222e55e453d781376e58)

25 years agosecurity descriptors and registry.
Luke Leighton [Thu, 12 Nov 1998 16:03:35 +0000 (16:03 +0000)]
security descriptors and registry.
(This used to be commit 9814ac8a65f4d8333527976f1d227e8cd3c2c8ce)

25 years agono longer needed
Herb Lewis [Thu, 12 Nov 1998 16:02:32 +0000 (16:02 +0000)]
no longer needed
(This used to be commit fb6a79ea3a79d54099ec57715db17a7935130e9f)

25 years agoremove my name from welcome page so I don't get mail about it.
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.
(This used to be commit 450a19e96bfebeeb8e3c4029830c77b33f4786f9)

25 years agohandle null usernames
Andrew Tridgell [Thu, 12 Nov 1998 07:32:33 +0000 (07:32 +0000)]
handle null usernames
(This used to be commit ee60d9a289f8d94f8e4d8405f7b41690b891bbb1)

25 years agoshow all buttons in demo mode
Andrew Tridgell [Thu, 12 Nov 1998 07:28:29 +0000 (07:28 +0000)]
show all buttons in demo mode
(This used to be commit d076daaaf8690ae0b1ff9c8782619e518f868109)

25 years agofixed demo mode
Andrew Tridgell [Thu, 12 Nov 1998 07:13:06 +0000 (07:13 +0000)]
fixed demo mode
(This used to be commit 530a98022e5207772980fc7d286547686713927a)

25 years agoextracted the password change code from smbpasswd and used it in swat
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.
(This used to be commit 49bf19710345a59a2d17cd449be1a132885ed821)

25 years agochar -> uchar fix
Andrew Tridgell [Thu, 12 Nov 1998 06:24:18 +0000 (06:24 +0000)]
char -> uchar fix
(This used to be commit badc0f229a2940560b56aafde9824f1b4bd0f7c7)

25 years agolargely rewrote smbpasswd so that the code is understandable. This
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.
(This used to be commit 713864dd0322ae2ae2d83e333d85be35a7eed4ec)

25 years agoMoved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
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.
(This used to be commit 45131501f23ce1eec2f23fe2c1060cd5a2736ec9)

25 years agoUpdated to at least some semblence of reality :-).
Jeremy Allison [Thu, 12 Nov 1998 04:00:21 +0000 (04:00 +0000)]
Updated to at least some semblence of reality :-).
Jeremy.
(This used to be commit b070281a0ef0a0c420ccb17bad50c521b912df46)

25 years agoFix fd leak in error condition in grantpt code case.
Jeremy Allison [Thu, 12 Nov 1998 03:50:29 +0000 (03:50 +0000)]
Fix fd leak in error condition in grantpt code case.
Jeremy.
(This used to be commit 22df2dae30b815f1c86bd21ac0ccf02da5b85eba)

25 years agoSomeone else is already doing this.
Tim Potter [Thu, 12 Nov 1998 03:29:35 +0000 (03:29 +0000)]
Someone else is already doing this.
(This used to be commit 41970a40c35eaea9d89be7cb5a2b612b2d06530c)

25 years agoWHATSNEW now vaguely correct for 2.0 :-).
Jeremy Allison [Thu, 12 Nov 1998 03:25:14 +0000 (03:25 +0000)]
WHATSNEW now vaguely correct for 2.0 :-).
Jeremy.
(This used to be commit 2903e18e4a529f447732c246fde0362566c563da)

25 years agoAdded the security changes suggested by Andrew - become the
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.
(This used to be commit 7d55bf379177a4a448e39577ae0af603d5e958f6)

25 years agoAdded an index.html for the html documentation taken from the web site.
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?
(This used to be commit 11982c5cec670555829a70368c99cd0254975550)

25 years agoAdded enable user button. Fixed bug where log was always printed.
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.
(This used to be commit 43ddc857793ffe507017fc989d60403e33e2ada3)

25 years agoChanged the welcome comments to look more like a release :-).
Jeremy Allison [Wed, 11 Nov 1998 23:48:20 +0000 (23:48 +0000)]
Changed the welcome comments to look more like a release :-).
Jeremy.
(This used to be commit 81d00bc147787e5f2a5c2586c6cd2b48468c03f3)

25 years agochanged is_root() to am_root() to prevent clash with variable names.
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.
(This used to be commit 52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1)

25 years agoJ.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c
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.
(This used to be commit bd4e2972f50cafd932a5c915cdeeef7eedda07cc)

25 years agorpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
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.
(This used to be commit 80e0f7e1071f032c5004aecb01a91d1397e6a161)

25 years agoAdded text and html versions of DOMAIN_MEMBER doc.
Jeremy Allison [Wed, 11 Nov 1998 23:24:41 +0000 (23:24 +0000)]
Added text and html versions of DOMAIN_MEMBER doc.
Jeremy.
(This used to be commit a0f9145d6fcf10f30f745601ee1dc7618d4ffb01)

25 years agoAdded file to describe how to join a domain.
Jeremy Allison [Wed, 11 Nov 1998 23:08:34 +0000 (23:08 +0000)]
Added file to describe how to join a domain.
Jeremy.
(This used to be commit 7e13bf012b41ec202bf4f93a8c257315a338ea26)

25 years agooops!
Luke Leighton [Wed, 11 Nov 1998 23:00:52 +0000 (23:00 +0000)]
oops!
(This used to be commit 22ef5160bf79b968f5bdd3393535177b9d30e178)

25 years agoAdded swat html & manpage.
Jeremy Allison [Wed, 11 Nov 1998 22:22:21 +0000 (22:22 +0000)]
Added swat html & manpage.
Jeremy.
(This used to be commit cce693135e146c9f4c9243f3dcb5091c46d1fcdb)

25 years agoUpdated smbd links.
Jeremy Allison [Wed, 11 Nov 1998 22:08:24 +0000 (22:08 +0000)]
Updated smbd links.
Added first cut at swat man page.
Jeremy.
(This used to be commit 87f06c973a2d61f8b57c3cd74f1b8f0cd65c4ffb)

25 years agoadd an empty STATUS..LCK to install so swat doesn't complain
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
(This used to be commit 41541a4c93555d076b1e78caae117d1fa3ae2277)

25 years agosecurity descriptor info, provided by jean-francois
Luke Leighton [Wed, 11 Nov 1998 21:44:02 +0000 (21:44 +0000)]
security descriptor info, provided by jean-francois
(This used to be commit 719382a5579e8798812bbccd14a4c1ffd9003f7a)

25 years agoAdded needed flag for swat password changing
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
(This used to be commit aa0cec0470235d2508a179b3d631a9a37c9aebda)

25 years agoadded password change functionality to swat
Herb Lewis [Wed, 11 Nov 1998 21:37:44 +0000 (21:37 +0000)]
added password change functionality to swat
(This used to be commit 06d4026cf1521766b52766193774f1fd8dd70c81)

25 years agonew swat icons
Herb Lewis [Wed, 11 Nov 1998 21:32:29 +0000 (21:32 +0000)]
new swat icons
(This used to be commit 08f3946b4c990b739f704b5db52a54dd253095b9)

25 years agoUpdated Manifest for 2.0.
Jeremy Allison [Wed, 11 Nov 1998 21:08:56 +0000 (21:08 +0000)]
Updated Manifest for 2.0.
Jeremy.
(This used to be commit fea0d80fb5a9ca0c2a5d9e85c64d3e05036bad70)

25 years agoFix from richard.kettlewell@kewill.com for leapyear bugs.
Jeremy Allison [Wed, 11 Nov 1998 20:03:19 +0000 (20:03 +0000)]
Fix from richard.kettlewell@kewill.com for leapyear bugs.
Jeremy.
(This used to be commit 751856a09d4fa112ce2fedd963b42ae5f63c89c1)

25 years agoclearing up security descriptor
Luke Leighton [Wed, 11 Nov 1998 19:22:08 +0000 (19:22 +0000)]
clearing up security descriptor
(This used to be commit abdc9d790b7d27b70aaf88451f5c82c99c94ca6e)

25 years agoFixed two debug prints.
Jeremy Allison [Wed, 11 Nov 1998 17:42:36 +0000 (17:42 +0000)]
Fixed two debug prints.
Jeremy.
(This used to be commit 74530677d5301abd2da5bcdcb1fde6e6f903ad70)

25 years agochanged syntax of registry commands so keys can start with HKLM or HKU.
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
(This used to be commit 13a0ee851fe0ce9acddfe57f9aba19fc78085c39)

25 years agomakeyodldocs.sh now works with the bash shell
Jean-François Micouleau [Wed, 11 Nov 1998 11:30:30 +0000 (11:30 +0000)]
makeyodldocs.sh now works with the bash shell
(This used to be commit a41defc36756eef0054f66dcbd46890453ad5ae3)

25 years agoAdded link to YODL url.
Jeremy Allison [Wed, 11 Nov 1998 02:10:22 +0000 (02:10 +0000)]
Added link to YODL url.
Jeremy.
(This used to be commit 791b9bddee45e604c71b27dcd8c1f4c30c4aa397)

25 years agoAdded code to copy smb.conf.5.html to the swat help directory.
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.
(This used to be commit 3b2a32293b9da7bc6acd4dea3e54d98270495853)

25 years agoSwat now uses the auto-generated smb.conf.5.html.
Jeremy Allison [Wed, 11 Nov 1998 02:09:26 +0000 (02:09 +0000)]
Swat now uses the auto-generated smb.conf.5.html.
Jeremy.
(This used to be commit 798fa22d37f117ff4842ce1ca108625539391d82)

25 years agonew directories for man page sources
Herb Lewis [Wed, 11 Nov 1998 02:04:54 +0000 (02:04 +0000)]
new directories for man page sources
(This used to be commit 555b11f9bc557d7a00aca7aabe9e2536d3936cbb)

25 years agoswat.c updated to use new yodl generated smb.conf.5.html file for help
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
(This used to be commit 9f250a80c66fb3e2b9039218771f0b4d5088a0ae)

25 years agoMakefile.in: Added target for makeyodldocs - not used by default.
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.
(This used to be commit 88031bca5c528157ef2fe1d976a245b186ff8959)

25 years agoForgot to add these new (auto-generated) manpages.
Jeremy Allison [Wed, 11 Nov 1998 01:30:35 +0000 (01:30 +0000)]
Forgot to add these new (auto-generated) manpages.
Jeremy.
(This used to be commit 8d4e8498df15926bffbcf537c80643451ca76002)

25 years agoFirst versions of the man pages auto-generated from the YODL
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.
(This used to be commit 00241b15fa8ccd21e1b43726ea131a189c14074e)

25 years agoFirst version of HTML docs generated from YODL source.
Jeremy Allison [Wed, 11 Nov 1998 01:23:43 +0000 (01:23 +0000)]
First version of HTML docs generated from YODL source.
Jeremy.
(This used to be commit 8f5f0bffc6af97e1f382cb3baa03ccecb0f151c4)

25 years agoAdding YODL docs maintainer script.
Jeremy Allison [Wed, 11 Nov 1998 01:16:48 +0000 (01:16 +0000)]
Adding YODL docs maintainer script.
Jeremy.
(This used to be commit f04c2b4deeaee7360b5757de8eb7cb019d886e46)

25 years agoregistry delete value command: "regdeleteval".
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...
(This used to be commit c05254a15076711d382a58b85b5f08bf81cb1560)

25 years agorenamed unk_1b to flush_key
Luke Leighton [Wed, 11 Nov 1998 00:43:41 +0000 (00:43 +0000)]
renamed unk_1b to flush_key
(This used to be commit ddfdb6534671a0e9bbbefe555a92925d41abaddf)

25 years agoAdded manpages/ to source path.
Jeremy Allison [Wed, 11 Nov 1998 00:40:24 +0000 (00:40 +0000)]
Added manpages/ to source path.
Jeremy.
(This used to be commit 0f7977ef74af1cbb7e92df8cb1b5545247056b52)

25 years ago- renamed open_policy to open_hklm.
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
(This used to be commit 7df85b956787f02d022b34ef8cfc13fc967ae89c)

25 years agoUpdating changes - now move to yodldocs directory.
Jeremy Allison [Wed, 11 Nov 1998 00:10:47 +0000 (00:10 +0000)]
Updating changes - now move to yodldocs directory.
Jeremy.
(This used to be commit 98192a996ae5c77c7bd02d522a76d2dd65a4ceff)