summaryrefslogtreecommitdiffstats
path: root/source3/web/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* s3-swat Remove d_printf() callsAndrew Bartlett2011-06-231-2/+2
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-4/+9
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include intl protos where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-4/+4
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-2/+2
* s3: Remove talloc_autofree_context() from swatVolker Lendecke2010-09-261-2/+2
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-281-1/+7
* s3: Move check_access to cgi.c, its only userVolker Lendecke2010-08-221-0/+81
* s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider2010-08-161-3/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
* s3: Fix an uninitialized variable referenceVolker Lendecke2009-11-291-1/+2
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-291-20/+20
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...Volker Lendecke2009-11-291-1/+2
* s3: "cgi_download" only looks at the mode and sizeVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-2/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-4/+4
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-2/+2
* Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison2008-12-301-1/+3
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-2/+2
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-2/+3
* Fix saving of the config file in SWAT; [#5516].Andreas Schneider2008-06-031-2/+2
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+4
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-16/+20
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r17873: Fix possible null deref found by Stanford checker.Jeremy Allison2007-10-101-2/+3
* r16426: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554Jeremy Allison2007-10-101-0/+15
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-3/+3
* r13316: Let the carnage begin....Gerald Carter2007-10-101-5/+5
* 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