samba.git
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)

25 years agoFixed a broken link.
Jeremy Allison [Tue, 10 Nov 1998 23:37:00 +0000 (23:37 +0000)]
Fixed a broken link.
Jeremy.
(This used to be commit 918071dc9a9829d6577f183bfd8aa348053b2e37)

25 years agoFinally it compiles with YODL !!
Jeremy Allison [Tue, 10 Nov 1998 23:33:47 +0000 (23:33 +0000)]
Finally it compiles with YODL !!
Jeremy.
(This used to be commit d0303b22e56ab6536c50a4cb7a7cb453f4af43a5)

25 years agorpcclient registry key delete command: "regdeletekey".
Luke Leighton [Tue, 10 Nov 1998 22:14:05 +0000 (22:14 +0000)]
rpcclient registry key delete command: "regdeletekey".
(This used to be commit 20987b6105d42f3404ff009cc27e73a1823cd495)

25 years agoregistry modification requires a "sync" or "refresh" on the parent key.
Luke Leighton [Tue, 10 Nov 1998 22:03:34 +0000 (22:03 +0000)]
registry modification requires a "sync" or "refresh" on the parent key.
opcode 0xb added to do this.  a likely candidate name is "RegFlushKey".
(This used to be commit 5e9567e3c7d4ee8624a448fcccfcd8003913dbbf)

25 years agoThis is finished but still doesn't compile in YODL.
Jeremy Allison [Tue, 10 Nov 1998 21:59:04 +0000 (21:59 +0000)]
This is finished but still doesn't compile in YODL.
I'm checking in now on the "save early and often" principle.
I'll check it in again when it passes yodl2html and yodl2man.
Jeremy.
(This used to be commit 06c44a0fe20bc4b9c211be99536c30a2dc385a01)

25 years agomake sure we build with SGI compiler
Herb Lewis [Tue, 10 Nov 1998 21:58:19 +0000 (21:58 +0000)]
make sure we build with SGI compiler
(This used to be commit 433525fd321a768eada4eecb2f8a12f367bae001)

25 years agoinclude/local.h:
Jeremy Allison [Tue, 10 Nov 1998 20:51:25 +0000 (20:51 +0000)]
include/local.h:
include/smb.h:
param/loadparm.c: Made GUEST_SESSSETUP run time selectable. Horror of horrors :-).
printing/printing.c: Added J.F.'s latest fix.
rpc_parse/parse_misc.c:
parse_reg.c:
rpcclient/cmd_reg.c:
rpcclient/display.c: SGI compiler signed/unsigned issues.
smbd/reply.c: Made GUEST_SESSSETUP run time selectable. Horror of horrors :-).
utils/testparm.c: Added extra test.
Jeremy.
(This used to be commit 9668a5ef50be2e6b575f9989e87ee2ff8da5ac1d)

25 years agoDone all the ssl docs.
Jeremy Allison [Tue, 10 Nov 1998 20:06:21 +0000 (20:06 +0000)]
Done all the ssl docs.
Jeremy.
(This used to be commit aa2c424f5a2ee2ce3309da6491a149269014fb5f)

25 years agooops!
Luke Leighton [Tue, 10 Nov 1998 19:41:18 +0000 (19:41 +0000)]
oops!
(This used to be commit cad5b1f1fb03e7b064040b7c5bef5cd86dd0e1ba)

25 years agorpcclient registry commands.
Luke Leighton [Tue, 10 Nov 1998 19:05:00 +0000 (19:05 +0000)]
rpcclient registry commands.
(This used to be commit 36fcb4a6e643a05d06a2a273d74318fee7f2c647)

25 years agoutil functions split into relevant modules, first pass.
Luke Leighton [Tue, 10 Nov 1998 18:14:16 +0000 (18:14 +0000)]
util functions split into relevant modules, first pass.
(This used to be commit d448906e68cec5019fa83f7d31b862efff41e2da)

25 years agoUp to "socket options".
Jeremy Allison [Tue, 10 Nov 1998 02:57:37 +0000 (02:57 +0000)]
Up to "socket options".
Jeremy.
(This used to be commit 5ef2e9f911c13940ed4b27d7586dc05216c0e3a7)

25 years agoUpdating the password script and documenting password sync stuff.
John Terpstra [Tue, 10 Nov 1998 01:31:57 +0000 (01:31 +0000)]
Updating the password script and documenting password sync stuff.
(This used to be commit 2479fc2238757a64979903a8d79eeb14d99c7b29)

25 years agoUp to "read size".
Jeremy Allison [Tue, 10 Nov 1998 00:52:00 +0000 (00:52 +0000)]
Up to "read size".
Jeremy.
(This used to be commit 941f1fcdb9d32600c14d1a533fbadda9d9c33cf7)

25 years agoDefault for SMB_PASSWD program was set to smbpasswd ! This explained the problems
Jeremy Allison [Tue, 10 Nov 1998 00:37:14 +0000 (00:37 +0000)]
Default for SMB_PASSWD program was set to smbpasswd ! This explained the problems
John & Andrew were having with smbpasswd. This would cause the smbpasswd
to be changed *twice* - this the second decrypt would fail.
Changed it to be "/bin/passwd" and changed the name of the macro
to PASSWORD_PROGRAM to make it clear this is not an smb password
changer.
Jeremy.
(This used to be commit 8c1625365479f12fa544d83e1a9f72a548398108)

25 years agosmbclient.1.yo: Documented Andrews changes.
Jeremy Allison [Mon, 9 Nov 1998 23:03:03 +0000 (23:03 +0000)]
smbclient.1.yo: Documented Andrews changes.
smb.conf.5.yo: Up to "print command"
Jeremy.
(This used to be commit cb23417503dd2c3e8370757943daca78f3b598b6)

25 years agoMakefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison [Mon, 9 Nov 1998 20:33:37 +0000 (20:33 +0000)]
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
client/client.c:
client/clitar.c:
include/client.h:
smbwrapper/smbw_dir.c:
smbwrapper/smbw_stat.c:
smbwrapper/smbw.c:
lib/util.c: Converted all use of 'mode' to uint16.
smbd/quotas.c: Fixed stupid comment bug I put in there :-(.
printing/printing.c: Fix from J.F. to new code.
Jeremy.
(This used to be commit bacd3e9d2036a804e73644a28fc498f229c8446c)

25 years agosplit socket util functions into util_sock.c. util.c NOT committed
Luke Leighton [Mon, 9 Nov 1998 16:40:38 +0000 (16:40 +0000)]
split socket util functions into util_sock.c.  util.c NOT committed
and util_sock.c NOT included in Makefile.in.

registry commands added to rpcclient.

waiting for 2_0_0 split before committing modified files.  these files
are new modules, and are not referenced in the Makefile.in
(This used to be commit 373f60256fc6dc800f73d88ea9a302933a4a3246)

25 years agoI talked to Dave Miller and he thinks that we should have TCP_NODELAY
Andrew Tridgell [Mon, 9 Nov 1998 04:17:11 +0000 (04:17 +0000)]
I talked to Dave Miller and he thinks that we should have TCP_NODELAY
on by default on OSes that support it, given the network IO pattern
that Samba uses. He doesn't think it will cause problems.
(This used to be commit 15016aa024854ca56ef20d1f29f54f9698a1911b)

25 years agoconverted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell [Mon, 9 Nov 1998 03:45:49 +0000 (03:45 +0000)]
converted smbclient to use clientgen.c rather than clientutil.c

I did this when I saw yet another bug report complaining about
smbclient intermittently missing files. Rather than applying more
patches to smbclient it was better to move to the more robust
clientgen.c code.

The conversion wasn't perfect, I probably lost some features of
smbclient while doing it, but at least smbclient should be consistent
now. It if fails it should _always_ fail rather than giving people the
false impression of a reliable utility.

the tar stuff seems to work, but hasn't had much testing as I never
use it myself. I'm sure someone will find bugs in my conversion of
smbtar.c. It was quite tricky as it did a lot of its own SMB calls. It
now uses clientgen.c exclusively.

smbclient is still quite messy, but at least it doesn't build its own
SMB packets.

I haven't touched smbmount as I never use it. Mike, do you want to
convert smbmount to use clientgen.c?
(This used to be commit e14ca7765ace1b721dad8eca4a527a4e4a8f1ab8)

25 years agocodepages/codepage_def.936: Updated comment.
Jeremy Allison [Sat, 7 Nov 1998 05:32:37 +0000 (05:32 +0000)]
codepages/codepage_def.936: Updated comment.
param/loadparm.c: Removed "networkstation user login", "domain controller", and "domain sid" parameters.
passdb/passdb.c: Removed "networkstation user login" code and changed bug test code
                 to only check once for a bad password server. This will stop the
                 complaints of many "bad login" audit records in NT PDC logs.
utils/smbpasswd.c: Removed check for "domain controller".
Jeremy.
(This used to be commit d6e6e936b5dd90dd8fc38d9404efbe5c546c15e5)

25 years agoFixed lppause and lpresume docs.
Jeremy Allison [Sat, 7 Nov 1998 05:20:32 +0000 (05:20 +0000)]
Fixed lppause and lpresume docs.
Jeremy
(This used to be commit 92a46856f4133f17739c1c813be2da61498c1276)

25 years agoPacking it in for the evening..
Jeremy Allison [Sat, 7 Nov 1998 05:04:43 +0000 (05:04 +0000)]
Packing it in for the evening..
Jeremy.
(This used to be commit 1362ee3b5ffce865343043096a4ee8c27a927e1b)

25 years agoUp to ole locking compat..
Jeremy Allison [Sat, 7 Nov 1998 04:56:04 +0000 (04:56 +0000)]
Up to ole locking compat..
Jeremy.
(This used to be commit c03d5b746115da33e0a736c50d74a2de047f6bc3)

25 years agoUp to "magic script".
Jeremy Allison [Sat, 7 Nov 1998 03:13:03 +0000 (03:13 +0000)]
Up to "magic script".
Jeremy.
(This used to be commit 74d675202d7354bb0327bb13c6e8cff60a4530d7)

25 years agoSave your work as you go... :-).
Jeremy Allison [Sat, 7 Nov 1998 01:12:31 +0000 (01:12 +0000)]
Save your work as you go... :-).
Jeremy.
(This used to be commit f733534147c332f35d44f1f427d70dafe7225340)

25 years agoUp to "domain master" and still going...
Jeremy Allison [Fri, 6 Nov 1998 23:38:55 +0000 (23:38 +0000)]
Up to "domain master" and still going...
Jeremy.
(This used to be commit 1037bf6bb778bc54bad67f367de37bfba303bd53)

25 years agoKeeping it safe. NB. This is *not* yet finished and will *NOT*
Jeremy Allison [Fri, 6 Nov 1998 20:55:05 +0000 (20:55 +0000)]
Keeping it safe. NB. This is *not* yet finished and will *NOT*
yodlize correctly yet.
Jeremy.
(This used to be commit a240cd458df93140b00cb3dd0254f4bd8c8bb133)

25 years agogrumble, grumble off-by-one unicode string fixes, gonna stuff my other
Luke Leighton [Fri, 6 Nov 1998 18:46:42 +0000 (18:46 +0000)]
grumble, grumble off-by-one unicode string fixes, gonna stuff my other
tree with cvs clashes when i cvs update on the group code grumble grumble
(This used to be commit f8b229d187cea2e3820d71697346fc9f0cd8bf88)

25 years agolib/charcnv.c: Improved debug comment.
Jeremy Allison [Fri, 6 Nov 1998 18:40:51 +0000 (18:40 +0000)]
lib/charcnv.c: Improved debug comment.
libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast
                    and got a reply.
smbd/dfree.c:
smbd/noquotas.c:
smbd/quotas.c: Fixes from Dejan Ilic <svedja@lysator.liu.se> for the quota
               code.
utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat.
Jeremy.
(This used to be commit b5981c0149ad8c6f13ea87db450080616538b5d5)

25 years agoMore updates...
Jeremy Allison [Fri, 6 Nov 1998 02:48:11 +0000 (02:48 +0000)]
More updates...
Jeremy.
(This used to be commit 222829885cba9ccb8af0e9df232fd5d614cec1ad)

25 years agoUseful script to extract all parameters out of the loadparm.c file
Jeremy Allison [Thu, 5 Nov 1998 22:08:47 +0000 (22:08 +0000)]
Useful script to extract all parameters out of the loadparm.c file
and sort them into global (G) and service (S) parameters. Useful
for keeping the smb.conf docs up to date.
Jeremy.
(This used to be commit e8c5e033083440818cb559c61bcf5f9baec511ea)

25 years agoThe start of a long and ugly process... :-).
Jeremy Allison [Thu, 5 Nov 1998 20:34:27 +0000 (20:34 +0000)]
The start of a long and ugly process... :-).
Jeremy.
(This used to be commit 9722a98f8f24ef528b02bfb42f53ef9d07e62aa1)

25 years agothe start of the start of the SAM database API
Luke Leighton [Thu, 5 Nov 1998 16:54:07 +0000 (16:54 +0000)]
the start of the start of the SAM database API
(This used to be commit 3eacd3013cc909e6e731a1a42f0aa7f202673bb9)

25 years agoutil_file.c:
Luke Leighton [Thu, 5 Nov 1998 16:51:34 +0000 (16:51 +0000)]
util_file.c:

split some routines out of various places (e.g smbpass.c) because
they now get used in more than one location.

util_sid.c:

need sid_copy, compare, split rid, append rid etc etc...
(This used to be commit 71dfaa307ec954041c09ed157594a46503fb6db8)

25 years agosplit string and unicode string routines into these files.
Luke Leighton [Thu, 5 Nov 1998 16:48:35 +0000 (16:48 +0000)]
split string and unicode string routines into these files.
these are *not* going to be added into the Makefile.in yet
so they still also exist in util.c.
(This used to be commit 3f5feda6749dace6bc51fb0e02b16d2b72a930b8)

25 years agodon't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
Andrew Tridgell [Thu, 5 Nov 1998 12:42:16 +0000 (12:42 +0000)]
don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
totally screws it up, giving garbage for the size fields.
(This used to be commit 86f98e0607e8a05ec026b919cc974c1c934b6882)

25 years agocheck return value of locking_init()
Andrew Tridgell [Thu, 5 Nov 1998 12:40:37 +0000 (12:40 +0000)]
check return value of locking_init()
(This used to be commit 0efac70f756dce4c92744fc59b68b528f6984dee)

25 years agoChanged build root to launch off /var/tmp instead of /tmp.
John Terpstra [Thu, 5 Nov 1998 11:26:19 +0000 (11:26 +0000)]
Changed build root to launch off /var/tmp instead of /tmp.
(This used to be commit c16f051a40ff9d2ce15539ff7d4d177e0cb6de97)

25 years agoSync up changes to smbd.8.yo and nmbd.8.yo.
Jeremy Allison [Thu, 5 Nov 1998 03:23:23 +0000 (03:23 +0000)]
Sync up changes to smbd.8.yo and nmbd.8.yo.
Jeremy.
(This used to be commit 889f26a5bceb99dc0c703060e8dbb51776b06492)

25 years agoFinished smbpasswd.5.yo.
Jeremy Allison [Thu, 5 Nov 1998 03:00:47 +0000 (03:00 +0000)]
Finished smbpasswd.5.yo.
Only "the beast" - smb.conf.5.yo left to do... :-).
Jeremy.
(This used to be commit eee9bb5e026730dbf60946ac2145658546ad379b)

25 years agoAdded scripts/convert_smbpasswd to SCRIPTS
Jeremy Allison [Thu, 5 Nov 1998 02:58:37 +0000 (02:58 +0000)]
Added scripts/convert_smbpasswd to SCRIPTS
Jeremy.
(This used to be commit 60553b3dc295d0df3ce42ad81a26edb45e234021)

25 years agoRealise this needs to be without the '.sh' ending as we will be
Jeremy Allison [Thu, 5 Nov 1998 02:50:17 +0000 (02:50 +0000)]
Realise this needs to be without the '.sh' ending as we will be
installing it in the BIN directory.
Jeremy.
(This used to be commit 75c79db9bec68b74d3b244f3d8184bd890ff33fa)

25 years agoVery simple awk script to convert a 1.9.18 password file into Samba 2.0
Jeremy Allison [Thu, 5 Nov 1998 02:47:50 +0000 (02:47 +0000)]
Very simple awk script to convert a 1.9.18 password file into Samba 2.0
password file format.
Jeremy.
(This used to be commit 5a5dc248b5fc4f1b9234a15dbedd4e0c9068b15a)

25 years agoFinally a man page for the smbpasswd file.
Jeremy Allison [Thu, 5 Nov 1998 01:27:45 +0000 (01:27 +0000)]
Finally a man page for the smbpasswd file.
Not finished but on the way... :-).
Jeremy.
(This used to be commit a5362b774df3ea30086e93c82fc773b52b1e5ca0)