summaryrefslogtreecommitdiffstats
path: root/source3/web/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-0/+4
* r4577: Fix from William Jojo <jojowil@hvcc.edu> for AIX 5.3 compile.Jeremy Allison2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-10/+10
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r2771: Second (and last) part of Swat-i18n-Patch from Björn JackeGünther Deschner2007-10-101-6/+6
* r1833: patch from James Peach to get swat to look for index.html by default w...Gerald Carter2007-10-101-4/+24
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-4/+4
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett2003-12-251-0/+18
* include WWW-Authenticate field in 401 response for bad auth attempt; bug 629Gerald Carter2003-11-221-1/+2
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-2/+2
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-11/+11
* call initgroups before becomming the user; patch from Fabio CecchiGerald Carter2003-10-211-0/+3
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-181-1/+1
* Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett2003-02-011-4/+11
* Merge from HEAD:Andrew Bartlett2003-01-281-31/+0
* *lots of small merges form HEADGerald Carter2003-01-151-41/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-9/+9
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-1/+1
* Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it...Jeremy Allison2002-10-091-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+1
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-1/+2
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-1/+3
* Fix const warning. Doxyfy comment.Martin Pool2001-11-191-5/+8
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-22/+17
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-0/+2
* Added SWAT i18n feature:Motonobu Takahashi2001-09-241-1/+19
* 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