summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clear trailing / from directory names in idb fileHerb Lewis1998-11-121-11/+15
|
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-128-30/+149
| | | | security descriptor testing. hey wow, you can get a SD then send it back!
* changes from John Sygulla for changing remote passwordsHerb Lewis1998-11-121-17/+79
|
* remove .po and .po32 files from inst packageHerb Lewis1998-11-121-1/+1
|
* formattingLuke Leighton1998-11-121-16/+24
|
* minor update.Luke Leighton1998-11-121-4/+16
|
* spelling. added line about command-line tools equivalent to nt admin tools.Luke Leighton1998-11-121-1/+2
|
* spelling corrections and such-like.Luke Leighton1998-11-121-25/+25
|
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-129-701/+2000
| | | | | | | 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)
* security descriptors and registry.Luke Leighton1998-11-124-3/+102
|
* no longer neededHerb Lewis1998-11-121-38/+0
|
* remove my name from welcome page so I don't get mail about it.Andrew Tridgell1998-11-121-4/+0
|
* handle null usernamesAndrew Tridgell1998-11-121-8/+5
|
* show all buttons in demo modeAndrew Tridgell1998-11-121-1/+1
|
* fixed demo modeAndrew Tridgell1998-11-121-5/+10
|
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-128-519/+385
| | | | instead of opening pipes and other horrible stuff.
* char -> uchar fixAndrew Tridgell1998-11-121-1/+1
|
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-1210-668/+710
| | | | | | | | | | | | | 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.
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-124-35/+62
| | | | | resons and my own piece of mind... Jeremy.
* Updated to at least some semblence of reality :-).Jeremy Allison1998-11-121-30/+27
| | | | Jeremy.
* Fix fd leak in error condition in grantpt code case.Jeremy Allison1998-11-121-5/+8
| | | | Jeremy.
* Someone else is already doing this.Tim Potter1998-11-121-163/+0
|
* WHATSNEW now vaguely correct for 2.0 :-).Jeremy Allison1998-11-121-70/+123
| | | | Jeremy.
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-123-79/+108
| | | | | user that authenticated to swat permanently (if not root). Jeremy.
* Added an index.html for the html documentation taken from the web site.Tim Potter1998-11-121-0/+163
| | | | A good idea or not?
* Added enable user button. Fixed bug where log was always printed.Jeremy Allison1998-11-121-5/+15
| | | | Jeremy.
* Changed the welcome comments to look more like a release :-).Jeremy Allison1998-11-111-56/+25
| | | | Jeremy.
* changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1998-11-113-14/+12
|
* J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1998-11-112-2/+4
| | | | Jeremy.
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-115-14/+23
| | | | | | 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.
* Added text and html versions of DOMAIN_MEMBER doc.Jeremy Allison1998-11-112-0/+277
| | | | Jeremy.
* Added file to describe how to join a domain.Jeremy Allison1998-11-111-0/+148
| | | | Jeremy.
* oops!Luke Leighton1998-11-111-11/+13
|
* Added swat html & manpage.Jeremy Allison1998-11-114-12/+418
| | | | Jeremy.
* Updated smbd links.Jeremy Allison1998-11-112-6/+226
| | | | | Added first cut at swat man page. Jeremy.
* add an empty STATUS..LCK to install so swat doesn't complainHerb Lewis1998-11-112-0/+1
|
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-115-42/+129
|
* Added needed flag for swat password changingHerb Lewis1998-11-111-2/+3
| | | | | I forgot to mention that the changes to swat were contributed by John Sygulla
* added password change functionality to swatHerb Lewis1998-11-112-60/+534
|
* new swat iconsHerb Lewis1998-11-117-0/+0
|
* Updated Manifest for 2.0.Jeremy Allison1998-11-111-16/+37
| | | | Jeremy.
* Fix from richard.kettlewell@kewill.com for leapyear bugs.Jeremy Allison1998-11-111-1/+5
| | | | Jeremy.
* clearing up security descriptorLuke Leighton1998-11-119-61/+129
|
* Fixed two debug prints.Jeremy Allison1998-11-111-2/+2
| | | | Jeremy.
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-1111-307/+454
| | | | sorted lookupsids command
* makeyodldocs.sh now works with the bash shellJean-François Micouleau1998-11-111-3/+3
|
* Added link to YODL url.Jeremy Allison1998-11-1142-97/+195
| | | | Jeremy.
* Added code to copy smb.conf.5.html to the swat help directory.Jeremy Allison1998-11-111-0/+8
| | | | Jeremy.
* Swat now uses the auto-generated smb.conf.5.html.Jeremy Allison1998-11-112-2264/+9
| | | | Jeremy.
* new directories for man page sourcesHerb Lewis1998-11-111-16/+4
|