summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
1998-11-12handle null usernamesAndrew Tridgell1-8/+5
1998-11-12show all buttons in demo modeAndrew Tridgell1-1/+1
1998-11-12fixed demo modeAndrew Tridgell1-5/+10
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-299/+54
1998-11-12Added the security changes suggested by Andrew - become theJeremy Allison2-79/+107
1998-11-12Added enable user button. Fixed bug where log was always printed.Jeremy Allison1-5/+15
1998-11-11changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell2-13/+11
1998-11-11J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1-1/+1
1998-11-11rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison2-7/+5
1998-11-11added password change functionality to swatHerb Lewis2-60/+534
1998-11-11swat.c updated to use new yodl generated smb.conf.5.html file for helpHerb Lewis1-5/+17
1998-10-26report ourselves as HTTP/1.0 not HTTP/1.1Andrew Tridgell1-3/+3
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison2-5/+3
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-21replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1-1/+1
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell1-168/+0
1998-09-02use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell2-19/+8
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-09-01spruced up SWAT a bit - it now uses the new Samba logo at the top andAndrew Tridgell1-21/+27
1998-09-01fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1-2/+6
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-1/+0
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+1
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-2/+0
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-1/+1
1998-07-29some merge cleanupsAndrew Tridgell1-0/+0
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-0/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison3-9/+9
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-05-08clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1-5/+5
1998-05-08The globals section now shows non-default variables (like theHerb Lewis2-23/+125
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1-0/+2
1998-03-21Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1-1/+1
1998-03-18don't set the Expires header on any page generated from a POST. ThisAndrew Tridgell1-1/+3
1998-03-18moved the refresh script to the end of the page so that silly thingsAndrew Tridgell1-9/+12
1998-03-18changed the method used for auto-reload on the status page to useAndrew Tridgell2-6/+22
1998-03-17oops, I got the sense of the show_defaults parameter to lp_dump()Andrew Tridgell1-1/+1
1998-03-17when CGI_LOGGING is on log the host name and IPAndrew Tridgell1-1/+3
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell2-0/+22
1998-03-17- added "Full View"/"Normal View" on the "view config" pageAndrew Tridgell2-7/+61
1998-03-17show full path in ps by setting it in argv[0]Andrew Tridgell1-2/+2
1998-03-17fixed call to execl() to get argv[0] right (thanks to Herb)Andrew Tridgell1-2/+2
1998-03-15changed the date formattingAndrew Tridgell1-3/+11
1998-03-15- claim the null connection after the session request to mak sure weAndrew Tridgell1-9/+10
1998-03-15safer killing of connections - it ensures the process is still a validAndrew Tridgell1-7/+13
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell3-137/+205
1998-03-15a smaller backgroundAndrew Tridgell1-1/+1
1998-03-14added a background image based on Pauls SAMBA logo but manipulated aAndrew Tridgell1-1/+1
1998-03-14new files to support starting/stopping the serverAndrew Tridgell2-0/+160