summaryrefslogtreecommitdiffstats
path: root/source3/web/swat.c
Commit message (Expand)AuthorAgeFilesLines
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-14/+23
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-22/+10
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-1/+0
* Added SWAT i18n feature:Motonobu Takahashi2001-09-241-98/+137
* convert all POST variables from display to unix charsetAndrew Tridgell2001-09-241-1/+1
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-3/+3
* convert more code to using d_printfAndrew Tridgell2001-09-081-165/+165
* The big character set handling changeover!Andrew Tridgell2001-07-041-20/+7
* uhm some pointer went wrongSimo Sorce2001-06-231-4/+4
* handle P_LIST parametersSimo Sorce2001-06-231-0/+25
* make swat recover from previously bad umask from xinetdAndrew Tridgell2001-05-301-2/+8
* Add border=0 in included swat images to get rid of the link border stuff.Tim Potter2001-05-301-1/+1
* make sure the umask is set in swatAndrew Tridgell2001-05-281-0/+2
* fix broken links in SWAT due to upper case anchors in the generatedGerald Carter2001-04-121-2/+5
* 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-111-2/+2
* 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
* don't show equivalent enum options in swatAndrew Tridgell2000-09-131-5/+8
* two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2000-04-111-0/+3
* client/client.c:Jeremy Allison2000-02-251-14/+26
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-72/+137
* 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
* make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1998-11-211-12/+5
* smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1998-11-211-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* - 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-141-1/+1
* 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-121-71/+45
* 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-111-11/+9
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-111-5/+3
* added password change functionality to swatHerb Lewis1998-11-111-54/+501