summaryrefslogtreecommitdiffstats
path: root/source3/web/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a silly off by 1 bugAndrew Tridgell2001-09-241-2/+2
* fixed bug in POST var handlingAndrew Tridgell2001-09-241-4/+2
* convert all POST variables from display to unix charsetAndrew Tridgell2001-09-241-22/+28
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-8/+5
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-191-47/+24
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-3/+3
* it was half committed last time,Simo Sorce2001-08-121-2/+2
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-13/+13
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-12/+12
* - added ability for swat to run under CGI. This needsAndrew Tridgell2001-05-171-1/+33
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+1
* 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
* 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-111-0/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-17/+4
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1998-11-211-1/+24
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* remove code that allows installation via cgiAndrew Tridgell1998-11-141-20/+35
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-121-8/+62
* changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1998-11-111-2/+2
* 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-111-2/+2
* added password change functionality to swatHerb Lewis1998-11-111-6/+33
* report ourselves as HTTP/1.0 not HTTP/1.1Andrew Tridgell1998-10-261-3/+3
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-051-168/+0
* use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell1998-09-021-14/+4
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1998-09-011-2/+6
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-5/+5
* Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1998-03-211-1/+1
* changed the method used for auto-reload on the status page to useAndrew Tridgell1998-03-181-1/+13
* when CGI_LOGGING is on log the host name and IPAndrew Tridgell1998-03-171-1/+3
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-0/+21
* fixed support for running swat via cgi-binAndrew Tridgell1998-03-141-7/+43
* use password_ok() instead of calling crypt()Andrew Tridgell1998-03-121-11/+2
* added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1998-03-101-10/+25
* - remove redundent strstr()Andrew Tridgell1998-03-081-5/+0
* allow for non-authenticated SWAT for demo purposesAndrew Tridgell1998-03-081-2/+2
* Jeremy is going to hate me ...Andrew Tridgell1998-03-081-2/+11
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* propogate my cgi changes to the main branchAndrew Tridgell1998-01-121-1/+1
* minor wsmbconf and cgi changesAndrew Tridgell1997-11-231-2/+17