Herb Lewis
f06bed256d
clear trailing / from directory names in idb file
0001-01-01 00:00:00 +00:00
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!
0001-01-01 00:00:00 +00:00
Herb Lewis
e3fc90d0b5
changes from John Sygulla for changing remote passwords
0001-01-01 00:00:00 +00:00
Herb Lewis
600e599c43
remove .po and .po32 files from inst package
0001-01-01 00:00:00 +00:00
Luke Leighton
c17b0bb7c2
formatting
0001-01-01 00:00:00 +00:00
Luke Leighton
d0d0196af5
minor update.
0001-01-01 00:00:00 +00:00
Luke Leighton
af44cf1fcf
spelling. added line about command-line tools equivalent to nt admin tools.
0001-01-01 00:00:00 +00:00
Luke Leighton
e03ce164b0
spelling corrections and such-like.
0001-01-01 00:00:00 +00:00
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)
0001-01-01 00:00:00 +00:00
Luke Leighton
9814ac8a65
security descriptors and registry.
0001-01-01 00:00:00 +00:00
Herb Lewis
fb6a79ea3a
no longer needed
0001-01-01 00:00:00 +00:00
Andrew Tridgell
450a19e96b
remove my name from welcome page so I don't get mail about it.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ee60d9a289
handle null usernames
0001-01-01 00:00:00 +00:00
Andrew Tridgell
d076daaaf8
show all buttons in demo mode
0001-01-01 00:00:00 +00:00
Andrew Tridgell
530a98022e
fixed demo mode
0001-01-01 00:00:00 +00:00
Andrew Tridgell
49bf197103
extracted the password change code from smbpasswd and used it in swat
...
instead of opening pipes and other horrible stuff.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
badc0f229a
char -> uchar fix
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
45131501f2
Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
...
resons and my own piece of mind...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
b070281a0e
Updated to at least some semblence of reality :-).
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
22df2dae30
Fix fd leak in error condition in grantpt code case.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
41970a40c3
Someone else is already doing this.
0001-01-01 00:00:00 +00:00
Jeremy Allison
2903e18e4a
WHATSNEW now vaguely correct for 2.0 :-).
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7d55bf3791
Added the security changes suggested by Andrew - become the
...
user that authenticated to swat permanently (if not root).
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
11982c5cec
Added an index.html for the html documentation taken from the web site.
...
A good idea or not?
0001-01-01 00:00:00 +00:00
Jeremy Allison
43ddc85779
Added enable user button. Fixed bug where log was always printed.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
81d00bc147
Changed the welcome comments to look more like a release :-).
...
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
52f47b8d2e
changed is_root() to am_root() to prevent clash with variable names.
0001-01-01 00:00:00 +00:00
Jeremy Allison
bd4e2972f5
J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c
...
Jeremy.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a0f9145d6f
Added text and html versions of DOMAIN_MEMBER doc.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
7e13bf012b
Added file to describe how to join a domain.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
22ef5160bf
oops!
0001-01-01 00:00:00 +00:00
Jeremy Allison
cce693135e
Added swat html & manpage.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
87f06c973a
Updated smbd links.
...
Added first cut at swat man page.
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
41541a4c93
add an empty STATUS..LCK to install so swat doesn't complain
0001-01-01 00:00:00 +00:00
Luke Leighton
719382a557
security descriptor info, provided by jean-francois
0001-01-01 00:00:00 +00:00
Herb Lewis
aa0cec0470
Added needed flag for swat password changing
...
I forgot to mention that the changes to swat were contributed by
John Sygulla
0001-01-01 00:00:00 +00:00
Herb Lewis
06d4026cf1
added password change functionality to swat
0001-01-01 00:00:00 +00:00
Herb Lewis
08f3946b4c
new swat icons
0001-01-01 00:00:00 +00:00
Jeremy Allison
fea0d80fb5
Updated Manifest for 2.0.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
751856a09d
Fix from richard.kettlewell@kewill.com for leapyear bugs.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
abdc9d790b
clearing up security descriptor
0001-01-01 00:00:00 +00:00
Jeremy Allison
74530677d5
Fixed two debug prints.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
13a0ee851f
changed syntax of registry commands so keys can start with HKLM or HKU.
...
sorted lookupsids command
0001-01-01 00:00:00 +00:00
Jean-François Micouleau
a41defc367
makeyodldocs.sh now works with the bash shell
0001-01-01 00:00:00 +00:00
Jeremy Allison
791b9bddee
Added link to YODL url.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
3b2a32293b
Added code to copy smb.conf.5.html to the swat help directory.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
798fa22d37
Swat now uses the auto-generated smb.conf.5.html.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
555b11f9bc
new directories for man page sources
0001-01-01 00:00:00 +00:00