Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
[samba.git] / source3 / web / cgi.c
2003-11-07 Volker LendeckeSimple rename of get_socket_addr to get_peer_addr and...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-21 Gerald Cartercall initgroups before becomming the user; patch from...
2003-10-21 Gerald Cartercall initgroups before becomming the user; patch from...
2003-02-28 Jelmer VernooijFix HTTP error codes (patch by Vance Lankhaar)
2003-02-28 Jelmer VernooijFix HTTP error codes (patch by Vance Lankhaar)
2003-02-19 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-18 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-01 Andrew BartlettMerge from HEAD - convert username/password to unix...
2003-02-01 Andrew BartlettPrompted by RedHat bugzilla bug #77999, convert the...
2003-01-28 Andrew BartlettMerge from HEAD:
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-04 Tim PotterRemove FILE_MACRO as __FILE__ is ANSI C.
2002-12-03 Herb Lewisuse FILE_MACRO instead of __FILE__
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-24 Andrew BartlettAdd ntlm_auth, a new program to provide a stable interf...
2002-10-26 Andrew BartlettTry to catch up on the code I've put into HEAD that...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-09 Jeremy AllisonUse memmove when copies can overlap. Spotted by SUGIOKA...
2002-10-09 Jeremy AllisonUse memmove when copies can overlap. Spotted by SUGIOKA...
2002-10-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-03 Andrew BartlettAnother patch from Steve Langasek <vorlon@netexpress...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-25 Andrew BartlettBreak up samba's object dependencies, and its prototype...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-21 Andrew Bartlettgetpwnam -> getpwnam_alloc
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2001-11-19 Martin PoolFix const warning. Doxyfy comment.
2001-10-14 Andrew Tridgellthe next step in the intl changeover. This should get...
2001-09-25 Jeremy AllisonFixup passdb stuff to add new nisplus and ldap backends.
2001-09-24 Motonobu TakahashiAdded SWAT i18n feature:
2001-09-24 Andrew Tridgellfixed a silly off by 1 bug
2001-09-24 Andrew Tridgellfixed bug in POST var handling
2001-09-24 Andrew Tridgellconvert all POST variables from display to unix charset
2001-09-20 Andrew BartlettMove pass_check.c over to NTSTATUS, allowing full NTSTA...
2001-09-19 Andrew BartlettRemove the ugly hacks to get around the Get_Pwnam(...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-08-12 Simo Sorceit was half committed last time,
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-08 Andrew BartlettThis removes unused paramaters from various authticatio...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-05-17 Andrew Tridgell- added ability for swat to run under CGI. This needs
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-11-06 Jeremy AllisonFix to the "known/unknown user" difference patch from...
2000-11-01 Jeremy AllisonRemove CGI logging code. Make username/password lookups...
2000-09-01 Tim PotterFix for swat to return correct MIME type for text files...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-11 Andrew Tridgelltwo minor bugfixes for SCO UnixWare. The first is to...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1998-11-21 Andrew Tridgellmake SWAT obey the global "hosts allow" and "hosts...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-14 Andrew Tridgellremove code that allows installation via cgi
1998-11-12 Jeremy AllisonAdded the security changes suggested by Andrew - become the
1998-11-11 Andrew Tridgellchanged is_root() to am_root() to prevent clash with...
1998-11-11 Jeremy AllisonJ.F.'s latest printer fixes plus his gcc -picky fix...
1998-11-11 Jeremy Allisonrpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
1998-11-11 Herb Lewisadded password change functionality to swat
1998-10-26 Andrew Tridgellreport ourselves as HTTP/1.0 not HTTP/1.1
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-02 Andrew Tridgelluse /swat/ prefix in both inetd and cgi modes, to enabl...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-09-01 Andrew Tridgellfixed a bug in the base64 hanlding that led to auth...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-03-21 John TerpstraGetting ready for first Red Hat Linux RPMs for 1.9...
1998-03-18 Andrew Tridgellchanged the method used for auto-reload on the status...
1998-03-17 Andrew Tridgellwhen CGI_LOGGING is on log the host name and IP
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1998-03-14 Andrew Tridgellfixed support for running swat via cgi-bin
1998-03-12 Andrew Tridgelluse password_ok() instead of calling crypt()
1998-03-10 Andrew Tridgelladded Date and Expires headers in the mini web server...
1998-03-08 Andrew Tridgell- remove redundent strstr()
1998-03-08 Andrew Tridgellallow for non-authenticated SWAT for demo purposes
1998-03-08 Andrew TridgellJeremy is going to hate me ...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-12 Andrew Tridgellpropogate my cgi changes to the main branch
1997-11-23 Andrew Tridgellminor wsmbconf and cgi changes
1997-11-22 Andrew Tridgellthis new cgi code includes the ability to act as a...
1997-09-11 Andrew Tridgellcgi.c is a simple set of CGI manipulation routines