summaryrefslogtreecommitdiff
path: root/source3/web/cgi.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-24fixed bug in POST var handlingAndrew Tridgell1-4/+2
2001-09-24convert all POST variables from display to unix charsetAndrew Tridgell1-22/+28
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-8/+5
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-47/+24
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-3/+3
2001-08-12it was half committed last time,Simo Sorce1-2/+2
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-13/+13
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-12/+12
2001-05-17- added ability for swat to run under CGI. This needsAndrew Tridgell1-1/+33
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+1
2000-11-06Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex...Jeremy Allison1-0/+1
2000-11-01Remove CGI logging code. Make username/password lookups takeJeremy Allison1-29/+28
2000-09-01Fix for swat to return correct MIME type for text files. From "RonTim Potter1-0/+2
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-3/+3
2000-04-11two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell1-0/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-17/+4
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-1/+1
1998-11-21make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell1-1/+24
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-11-14remove code that allows installation via cgiAndrew Tridgell1-20/+35
1998-11-12Added the security changes suggested by Andrew - become theJeremy Allison1-8/+62
1998-11-11changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1-2/+2
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 Allison1-2/+2
1998-11-11added password change functionality to swatHerb Lewis1-6/+33
1998-10-26report ourselves as HTTP/1.0 not HTTP/1.1Andrew Tridgell1-3/+3
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+0
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 Tridgell1-14/+4
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-09-01fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1-2/+6
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+1
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-5/+5
1998-03-21Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha releaseJohn Terpstra1-1/+1
1998-03-18changed the method used for auto-reload on the status page to useAndrew Tridgell1-1/+13
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 Tridgell1-0/+21
1998-03-14fixed support for running swat via cgi-binAndrew Tridgell1-7/+43
1998-03-12use password_ok() instead of calling crypt()Andrew Tridgell1-11/+2
1998-03-10added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1-10/+25
1998-03-08- remove redundent strstr()Andrew Tridgell1-5/+0
1998-03-08allow for non-authenticated SWAT for demo purposesAndrew Tridgell1-2/+2
1998-03-08Jeremy is going to hate me ...Andrew Tridgell1-2/+11
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-12propogate my cgi changes to the main branchAndrew Tridgell1-1/+1
1997-11-23minor wsmbconf and cgi changesAndrew Tridgell1-2/+17
1997-11-22this new cgi code includes the ability to act as a mini web server,Andrew Tridgell1-67/+510