Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | show all buttons in demo mode | Andrew Tridgell | 1998-11-12 | 1 | -1/+1 | |
| | ||||||
* | fixed demo mode | Andrew Tridgell | 1998-11-12 | 1 | -5/+10 | |
| | ||||||
* | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1998-11-12 | 8 | -519/+385 | |
| | | | | instead of opening pipes and other horrible stuff. | |||||
* | char -> uchar fix | Andrew Tridgell | 1998-11-12 | 1 | -1/+1 | |
| | ||||||
* | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1998-11-12 | 10 | -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 paranioa | Jeremy Allison | 1998-11-12 | 4 | -35/+62 | |
| | | | | | resons and my own piece of mind... Jeremy. | |||||
* | Updated to at least some semblence of reality :-). | Jeremy Allison | 1998-11-12 | 1 | -30/+27 | |
| | | | | Jeremy. | |||||
* | Fix fd leak in error condition in grantpt code case. | Jeremy Allison | 1998-11-12 | 1 | -5/+8 | |
| | | | | Jeremy. | |||||
* | Someone else is already doing this. | Tim Potter | 1998-11-12 | 1 | -163/+0 | |
| | ||||||
* | WHATSNEW now vaguely correct for 2.0 :-). | Jeremy Allison | 1998-11-12 | 1 | -70/+123 | |
| | | | | Jeremy. | |||||
* | Added the security changes suggested by Andrew - become the | Jeremy Allison | 1998-11-12 | 3 | -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 Potter | 1998-11-12 | 1 | -0/+163 | |
| | | | | A good idea or not? | |||||
* | Added enable user button. Fixed bug where log was always printed. | Jeremy Allison | 1998-11-12 | 1 | -5/+15 | |
| | | | | Jeremy. | |||||
* | Changed the welcome comments to look more like a release :-). | Jeremy Allison | 1998-11-11 | 1 | -56/+25 | |
| | | | | Jeremy. | |||||
* | changed is_root() to am_root() to prevent clash with variable names. | Andrew Tridgell | 1998-11-11 | 3 | -14/+12 | |
| | ||||||
* | J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.c | Jeremy Allison | 1998-11-11 | 2 | -2/+4 | |
| | | | | Jeremy. | |||||
* | rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ. | Jeremy Allison | 1998-11-11 | 5 | -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 Allison | 1998-11-11 | 2 | -0/+277 | |
| | | | | Jeremy. | |||||
* | Added file to describe how to join a domain. | Jeremy Allison | 1998-11-11 | 1 | -0/+148 | |
| | | | | Jeremy. | |||||
* | oops! | Luke Leighton | 1998-11-11 | 1 | -11/+13 | |
| | ||||||
* | Added swat html & manpage. | Jeremy Allison | 1998-11-11 | 4 | -12/+418 | |
| | | | | Jeremy. | |||||
* | Updated smbd links. | Jeremy Allison | 1998-11-11 | 2 | -6/+226 | |
| | | | | | Added first cut at swat man page. Jeremy. | |||||
* | add an empty STATUS..LCK to install so swat doesn't complain | Herb Lewis | 1998-11-11 | 2 | -0/+1 | |
| | ||||||
* | security descriptor info, provided by jean-francois | Luke Leighton | 1998-11-11 | 5 | -42/+129 | |
| | ||||||
* | Added needed flag for swat password changing | Herb Lewis | 1998-11-11 | 1 | -2/+3 | |
| | | | | | I forgot to mention that the changes to swat were contributed by John Sygulla | |||||
* | added password change functionality to swat | Herb Lewis | 1998-11-11 | 2 | -60/+534 | |
| | ||||||
* | new swat icons | Herb Lewis | 1998-11-11 | 7 | -0/+0 | |
| | ||||||
* | Updated Manifest for 2.0. | Jeremy Allison | 1998-11-11 | 1 | -16/+37 | |
| | | | | Jeremy. | |||||
* | Fix from richard.kettlewell@kewill.com for leapyear bugs. | Jeremy Allison | 1998-11-11 | 1 | -1/+5 | |
| | | | | Jeremy. | |||||
* | clearing up security descriptor | Luke Leighton | 1998-11-11 | 9 | -61/+129 | |
| | ||||||
* | Fixed two debug prints. | Jeremy Allison | 1998-11-11 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1998-11-11 | 11 | -307/+454 | |
| | | | | sorted lookupsids command | |||||
* | makeyodldocs.sh now works with the bash shell | Jean-François Micouleau | 1998-11-11 | 1 | -3/+3 | |
| | ||||||
* | Added link to YODL url. | Jeremy Allison | 1998-11-11 | 42 | -97/+195 | |
| | | | | Jeremy. | |||||
* | Added code to copy smb.conf.5.html to the swat help directory. | Jeremy Allison | 1998-11-11 | 1 | -0/+8 | |
| | | | | Jeremy. | |||||
* | Swat now uses the auto-generated smb.conf.5.html. | Jeremy Allison | 1998-11-11 | 2 | -2264/+9 | |
| | | | | Jeremy. | |||||
* | new directories for man page sources | Herb Lewis | 1998-11-11 | 1 | -16/+4 | |
| | ||||||
* | swat.c updated to use new yodl generated smb.conf.5.html file for help | Herb Lewis | 1998-11-11 | 2 | -5/+4468 | |
| | | | | added smb.conf.5.html to swat/help | |||||
* | Makefile.in: Added target for makeyodldocs - not used by default. | Jeremy Allison | 1998-11-11 | 3 | -5/+16 | |
| | | | | | | | 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. | |||||
* | Forgot to add these new (auto-generated) manpages. | Jeremy Allison | 1998-11-11 | 2 | -0/+303 | |
| | | | | Jeremy. | |||||
* | First versions of the man pages auto-generated from the YODL | Jeremy Allison | 1998-11-11 | 13 | -7066/+8463 | |
| | | | | | source. Jeremy. | |||||
* | First version of HTML docs generated from YODL source. | Jeremy Allison | 1998-11-11 | 15 | -0/+7083 | |
| | | | | Jeremy. | |||||
* | Adding YODL docs maintainer script. | Jeremy Allison | 1998-11-11 | 1 | -0/+75 | |
| | | | | Jeremy. | |||||
* | registry delete value command: "regdeleteval". | Luke Leighton | 1998-11-11 | 6 | -1/+197 | |
| | | | | this is just so unbelievably simple to do... | |||||
* | renamed unk_1b to flush_key | Luke Leighton | 1998-11-11 | 5 | -31/+31 | |
| | ||||||
* | Added manpages/ to source path. | Jeremy Allison | 1998-11-11 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | - renamed open_policy to open_hklm. | Luke Leighton | 1998-11-11 | 6 | -76/+149 | |
| | | | | | | - renamed open_unk_4 to open_hku - fixed createkey issue spotted by phil cox | |||||
* | Updating changes - now move to yodldocs directory. | Jeremy Allison | 1998-11-11 | 2 | -4/+99 | |
| | | | | Jeremy. | |||||
* | Fixed a broken link. | Jeremy Allison | 1998-11-10 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Finally it compiles with YODL !! | Jeremy Allison | 1998-11-10 | 1 | -97/+122 | |
| | | | | Jeremy. |