Age | Commit message (Expand) | Author | Files | Lines |
1998-09-01 | fixed a bug in the base64 hanlding that led to auth failures for some | Andrew Tridgell | 1 | -2/+6 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -1/+0 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -1/+1 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -2/+0 |
1998-08-10 | split the system password checking routines out of smbd/password.c and | Andrew Tridgell | 1 | -1/+1 |
1998-07-29 | some merge cleanups | Andrew Tridgell | 1 | -0/+0 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -0/+1 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 3 | -9/+9 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -1/+1 |
1998-05-08 | clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used' | Jeremy Allison | 1 | -5/+5 |
1998-05-08 | The globals section now shows non-default variables (like the | Herb Lewis | 2 | -23/+125 |
1998-04-30 | Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted | Jeremy Allison | 1 | -0/+2 |
1998-03-21 | Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release | John Terpstra | 1 | -1/+1 |
1998-03-18 | don't set the Expires header on any page generated from a POST. This | Andrew Tridgell | 1 | -1/+3 |
1998-03-18 | moved the refresh script to the end of the page so that silly things | Andrew Tridgell | 1 | -9/+12 |
1998-03-18 | changed the method used for auto-reload on the status page to use | Andrew Tridgell | 2 | -6/+22 |
1998-03-17 | oops, I got the sense of the show_defaults parameter to lp_dump() | Andrew Tridgell | 1 | -1/+1 |
1998-03-17 | when CGI_LOGGING is on log the host name and IP | Andrew Tridgell | 1 | -1/+3 |
1998-03-17 | this isn't a big commit, it just looks like it :-) | Andrew Tridgell | 2 | -0/+22 |
1998-03-17 | - added "Full View"/"Normal View" on the "view config" page | Andrew Tridgell | 2 | -7/+61 |
1998-03-17 | show full path in ps by setting it in argv[0] | Andrew Tridgell | 1 | -2/+2 |
1998-03-17 | fixed call to execl() to get argv[0] right (thanks to Herb) | Andrew Tridgell | 1 | -2/+2 |
1998-03-15 | changed the date formatting | Andrew Tridgell | 1 | -3/+11 |
1998-03-15 | - claim the null connection after the session request to mak sure we | Andrew Tridgell | 1 | -9/+10 |
1998-03-15 | safer killing of connections - it ensures the process is still a valid | Andrew Tridgell | 1 | -7/+13 |
1998-03-15 | - added the ability to kill off individual connections from SWAT (from | Andrew Tridgell | 3 | -137/+205 |
1998-03-15 | a smaller background | Andrew Tridgell | 1 | -1/+1 |
1998-03-14 | added a background image based on Pauls SAMBA logo but manipulated a | Andrew Tridgell | 1 | -1/+1 |
1998-03-14 | new files to support starting/stopping the server | Andrew Tridgell | 2 | -0/+160 |
1998-03-14 | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 1 | -3/+46 |
1998-03-14 | if a local parameter is changed at the global level then propogate the | Andrew Tridgell | 1 | -1/+23 |
1998-03-14 | - added separators | Andrew Tridgell | 1 | -13/+43 |
1998-03-14 | another fix for running under cgi-bin | Andrew Tridgell | 1 | -2/+2 |
1998-03-14 | fixed support for running swat via cgi-bin | Andrew Tridgell | 2 | -10/+50 |
1998-03-12 | use password_ok() instead of calling crypt() | Andrew Tridgell | 1 | -11/+2 |
1998-03-10 | added status page to SWAT. Similar to smbstatus output but in a HTML | Andrew Tridgell | 1 | -2/+109 |
1998-03-10 | added a "home" icon | Andrew Tridgell | 1 | -0/+1 |
1998-03-10 | added Date and Expires headers in the mini web server so clients know | Andrew Tridgell | 2 | -10/+26 |
1998-03-08 | - remove redundent strstr() | Andrew Tridgell | 2 | -6/+1 |
1998-03-08 | allow for non-authenticated SWAT for demo purposes | Andrew Tridgell | 2 | -5/+8 |
1998-03-08 | Jeremy is going to hate me ... | Andrew Tridgell | 2 | -2/+494 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1998-01-12 | propogate my cgi changes to the main branch | Andrew Tridgell | 1 | -1/+1 |
1997-11-23 | minor wsmbconf and cgi changes | Andrew Tridgell | 1 | -2/+17 |
1997-11-22 | this new cgi code includes the ability to act as a mini web server, | Andrew Tridgell | 1 | -67/+510 |
1997-09-11 | cgi.c is a simple set of CGI manipulation routines | Andrew Tridgell | 1 | -0/+163 |