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.
-
Jeremy Allison
22df2dae30
Fix fd leak in error condition in grantpt code case.
...
Jeremy.
-
Tim Potter
41970a40c3
Someone else is already doing this.
-
Jeremy Allison
2903e18e4a
WHATSNEW now vaguely correct for 2.0 :-).
...
Jeremy.
-
Jeremy Allison
7d55bf3791
Added the security changes suggested by Andrew - become the
...
user that authenticated to swat permanently (if not root).
Jeremy.
-
Tim Potter
11982c5cec
Added an index.html for the html documentation taken from the web site.
...
A good idea or not?
-
Jeremy Allison
43ddc85779
Added enable user button. Fixed bug where log was always printed.
...
Jeremy.
-
Jeremy Allison
81d00bc147
Changed the welcome comments to look more like a release :-).
...
Jeremy.
-
Andrew Tridgell
52f47b8d2e
changed is_root() to am_root() to prevent clash with variable names.
-
Jeremy Allison
bd4e2972f5
J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c
...
Jeremy.
-
Jeremy Allison
80e0f7e107
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
a0f9145d6f
Added text and html versions of DOMAIN_MEMBER doc.
...
Jeremy.
-
Jeremy Allison
7e13bf012b
Added file to describe how to join a domain.
...
Jeremy.
-
Luke Leighton
22ef5160bf
oops!
-
Jeremy Allison
cce693135e
Added swat html & manpage.
...
Jeremy.
-
Jeremy Allison
87f06c973a
Updated smbd links.
...
Added first cut at swat man page.
Jeremy.
-
Herb Lewis
41541a4c93
add an empty STATUS..LCK to install so swat doesn't complain
-
Luke Leighton
719382a557
security descriptor info, provided by jean-francois
-
Herb Lewis
aa0cec0470
Added needed flag for swat password changing
...
I forgot to mention that the changes to swat were contributed by
John Sygulla
-
Herb Lewis
06d4026cf1
added password change functionality to swat
-
Herb Lewis
08f3946b4c
new swat icons
-
Jeremy Allison
fea0d80fb5
Updated Manifest for 2.0.
...
Jeremy.
-
Jeremy Allison
751856a09d
Fix from richard.kettlewell@kewill.com for leapyear bugs.
...
Jeremy.
-
Luke Leighton
abdc9d790b
clearing up security descriptor
-
Jeremy Allison
74530677d5
Fixed two debug prints.
...
Jeremy.
-
Luke Leighton
13a0ee851f
changed syntax of registry commands so keys can start with HKLM or HKU.
...
sorted lookupsids command
-
Jean-François Micouleau
a41defc367
makeyodldocs.sh now works with the bash shell
-
Jeremy Allison
791b9bddee
Added link to YODL url.
...
Jeremy.
-
Jeremy Allison
3b2a32293b
Added code to copy smb.conf.5.html to the swat help directory.
...
Jeremy.
-
Jeremy Allison
798fa22d37
Swat now uses the auto-generated smb.conf.5.html.
...
Jeremy.
-
Herb Lewis
555b11f9bc
new directories for man page sources
-
Herb Lewis
9f250a80c6
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
88031bca5c
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
8d4e8498df
Forgot to add these new (auto-generated) manpages.
...
Jeremy.
-
Jeremy Allison
00241b15fa
First versions of the man pages auto-generated from the YODL
...
source.
Jeremy.
-
Jeremy Allison
8f5f0bffc6
First version of HTML docs generated from YODL source.
...
Jeremy.
-
Jeremy Allison
f04c2b4dee
Adding YODL docs maintainer script.
...
Jeremy.
-
Luke Leighton
c05254a150
registry delete value command: "regdeleteval".
...
this is just so unbelievably simple to do...
-
Luke Leighton
ddfdb65346
renamed unk_1b to flush_key
-
Jeremy Allison
0f7977ef74
Added manpages/ to source path.
...
Jeremy.
-
Luke Leighton
7df85b9567
- renamed open_policy to open_hklm.
...
- renamed open_unk_4 to open_hku
- fixed createkey issue spotted by phil cox
-
Jeremy Allison
98192a996a
Updating changes - now move to yodldocs directory.
...
Jeremy.
-
Jeremy Allison
918071dc9a
Fixed a broken link.
...
Jeremy.
-
Jeremy Allison
d0303b22e5
Finally it compiles with YODL !!
...
Jeremy.
-
Luke Leighton
20987b6105
rpcclient registry key delete command: "regdeletekey".
-