summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | swat.c updated to use new yodl generated smb.conf.5.html file for helpHerb Lewis1998-11-112-5/+4468
| | | | | | | | added smb.conf.5.html to swat/help
* | Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1998-11-113-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 Allison1998-11-112-0/+303
| | | | | | | | Jeremy.
* | First versions of the man pages auto-generated from the YODLJeremy Allison1998-11-1113-7066/+8463
| | | | | | | | | | source. Jeremy.
* | First version of HTML docs generated from YODL source.Jeremy Allison1998-11-1115-0/+7083
| | | | | | | | Jeremy.
* | Adding YODL docs maintainer script.Jeremy Allison1998-11-111-0/+75
| | | | | | | | Jeremy.
* | registry delete value command: "regdeleteval".Luke Leighton1998-11-116-1/+197
| | | | | | | | this is just so unbelievably simple to do...
* | renamed unk_1b to flush_keyLuke Leighton1998-11-115-31/+31
| |
* | Added manpages/ to source path.Jeremy Allison1998-11-111-1/+1
| | | | | | | | Jeremy.
* | - renamed open_policy to open_hklm.Luke Leighton1998-11-116-76/+149
| | | | | | | | | | | | - renamed open_unk_4 to open_hku - fixed createkey issue spotted by phil cox
* | Updating changes - now move to yodldocs directory.Jeremy Allison1998-11-112-4/+99
| | | | | | | | Jeremy.
* | Fixed a broken link.Jeremy Allison1998-11-101-1/+1
| | | | | | | | Jeremy.
* | Finally it compiles with YODL !!Jeremy Allison1998-11-101-97/+122
| | | | | | | | Jeremy.
* | rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-106-0/+198
| |
* | registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-105-0/+122
| | | | | | | | opcode 0xb added to do this. a likely candidate name is "RegFlushKey".
* | This is finished but still doesn't compile in YODL.Jeremy Allison1998-11-101-469/+595
| | | | | | | | | | | | 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.
* | make sure we build with SGI compilerHerb Lewis1998-11-101-1/+2
| |
* | include/local.h:Jeremy Allison1998-11-1012-38/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Done all the ssl docs.Jeremy Allison1998-11-101-235/+627
| | | | | | | | Jeremy.
* | oops!Luke Leighton1998-11-101-0/+102
| |
* | rpcclient registry commands.Luke Leighton1998-11-1024-226/+2383
| |
* | util functions split into relevant modules, first pass.Luke Leighton1998-11-104-2094/+197
| |
* | Up to "socket options".Jeremy Allison1998-11-101-176/+327
| | | | | | | | Jeremy.