Age | Commit message (Expand) | Author | Files | Lines |
1998-03-24 | Updated smbpasswd to allow root to add machine accounts, and allow | Jeremy Allison | 2 | -54/+235 |
1998-03-24 | Fixed 'unused variable' warnings found with gcc -Wall -Werror. | Jeremy Allison | 1 | -2/+2 |
1998-03-24 | ypserver not available: AUTOMOUNT server and path don't work. | Samba Release Account | 1 | -14/+10 |
1998-03-24 | clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb). | Jeremy Allison | 11 | -78/+91 |
1998-03-23 | a pointless commit to check on a problem Luke reported with CVS | Andrew Tridgell | 1 | -2/+2 |
1998-03-22 | - added a check for broken RH5 include files. With the standard RH5 | Andrew Tridgell | 3 | -1/+16 |
1998-03-21 | Getting ready for first Red Hat Linux RPMs for 1.9.19 pre-alpha release | John Terpstra | 3 | -4/+9 |
1998-03-20 | Added MAXPRINTERLEN define in smb.h setting printer share name length to maxi... | John Terpstra | 2 | -2/+5 |
1998-03-19 | Finally made OS/2 WP fix the default. | Jeremy Allison | 1 | -1/+1 |
1998-03-19 | Adding the same changes to HEAD as were added to BRANCH_1_9_18. | Jeremy Allison | 8 | -197/+382 |
1998-03-18 | Added SamOEMChangePassword functionality. | Jeremy Allison | 4 | -0/+219 |
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 | 3 | -6/+23 |
1998-03-17 | oops, I got the sense of the show_defaults parameter to lp_dump() | Andrew Tridgell | 2 | -2/+2 |
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 | 10 | -82/+119 |
1998-03-17 | - added "Full View"/"Normal View" on the "view config" page | Andrew Tridgell | 5 | -10/+68 |
1998-03-17 | Fixes for the static data bugs & incorrect use of strtok | Jeremy Allison | 1 | -7/+11 |
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-17 | changed the default MAXSTATUS from 1000 to 100000 | Andrew Tridgell | 1 | -2/+2 |
1998-03-16 | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 13 | -131/+343 |
1998-03-16 | Lint was complaining about the following typedef in smb.h: | Christopher R. Hertel | 1 | -1/+1 |
1998-03-16 | includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombie | Jeremy Allison | 2 | -5/+16 |
1998-03-16 | changed the default "keepalive" value to 300 seconds. | Andrew Tridgell | 2 | -1/+3 |
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 | 4 | -15/+24 |
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 | 7 | -320/+442 |
1998-03-15 | install jpeg files | Andrew Tridgell | 1 | -0/+7 |
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 | 3 | -0/+248 |
1998-03-14 | added the ability to start/stop the server from SWAT. | Andrew Tridgell | 5 | -73/+70 |
1998-03-14 | if a local parameter is changed at the global level then propogate the | Andrew Tridgell | 3 | -1/+37 |
1998-03-14 | prototype updates | Andrew Tridgell | 1 | -1/+1 |
1998-03-14 | - added separators | Andrew Tridgell | 1 | -13/+43 |
1998-03-14 | another makeover of loadparm to support new stuff in swat and | Andrew Tridgell | 9 | -216/+339 |
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-14 | removed a redundent return statement | Andrew Tridgell | 2 | -17/+22 |
1998-03-14 | fixed instructions in installswat.sh (thanks to Herb again!) | Andrew Tridgell | 1 | -1/+1 |
1998-03-14 | remove an unnecessary #ifdef | Andrew Tridgell | 1 | -2/+0 |
1998-03-12 | added an install target for SWAT | Andrew Tridgell | 1 | -0/+41 |
1998-03-12 | moved cgi.c and swat.c into a source/web/ directory. Note that you | Andrew Tridgell | 2 | -1226/+0 |
1998-03-12 | move setup_groups() into password.c so that swat can link without | Andrew Tridgell | 2 | -83/+86 |
1998-03-12 | use password_ok() instead of calling crypt() | Andrew Tridgell | 2 | -22/+4 |
1998-03-12 | add swat to .cvsignore | Andrew Tridgell | 1 | -2/+10 |
1998-03-12 | these have been replaced by swat | Andrew Tridgell | 2 | -331/+0 |