summaryrefslogtreecommitdiffstats
path: root/source3/web
Commit message (Expand)AuthorAgeFilesLines
* Setup syslog correctly in swat. Patch from Andrew Bartlett.Jeremy Allison2001-04-051-0/+1
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-7/+19
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-112-4/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-2/+3
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-2/+2
* Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex...Jeremy Allison2000-11-061-0/+1
* Remove CGI logging code. Make username/password lookups takeJeremy Allison2000-11-011-29/+28
* don't show equivalent enum options in swatAndrew Tridgell2000-09-131-5/+8
* Fix for swat to return correct MIME type for text files. From "RonTim Potter2000-09-011-0/+2
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-3/+3
* two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2000-04-112-0/+4
* client/client.c:Jeremy Allison2000-02-251-14/+26
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-6/+6
* always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell2000-01-071-4/+2
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-1/+1
* fixed active shares displayAndrew Tridgell2000-01-031-2/+2
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-7/+1
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-54/+63
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-135-120/+188
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-3/+18
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+2
* make the help links appear in a separate window, so you can read theAndrew Tridgell1998-11-271-1/+1
* better layout of password options.Andrew Tridgell1998-11-271-19/+23
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-1/+1
* make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1998-11-212-13/+29
* smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1998-11-211-1/+1
* wrong directory path for smbd and nmbdHerb Lewis1998-11-201-2/+2
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-173-7/+7
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+1
* - new prototypesAndrew Tridgell1998-11-141-3/+16
* allow all user to view the configAndrew Tridgell1998-11-141-36/+22
* remove code that allows installation via cgiAndrew Tridgell1998-11-142-21/+36
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-9/+9
* %\ is an interesting printf argument, but I prefer %sAndrew Tridgell1998-11-121-1/+1
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-3/+19
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-21/+24
* changes from John Sygulla for changing remote passwordsHerb Lewis1998-11-121-17/+79
* 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-121-299/+54
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-122-79/+107
* Added enable user button. Fixed bug where log was always printed.Jeremy Allison1998-11-121-5/+15
* changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1998-11-112-13/+11
* J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1998-11-111-1/+1
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-112-7/+5
* added password change functionality to swatHerb Lewis1998-11-112-60/+534