Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -2/+2 |
| | |||||
* | wrong directory path for smbd and nmbd | Herb Lewis | 1998-11-20 | 1 | -2/+2 |
| | |||||
* | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1998-09-28 | 1 | -3/+3 |
| | | | | | | | | | | Changes to get Samba to compile cleanly with the IRIX compiler with the options : -fullwarn -woff 1209,1174 (the -woff options are to turn off warnings about unused function parameters and controlling loop expressions being constants). Split prototype generation as we hit a limit in IRIX nawk. Removed "." code in smbd/filename.c (yet again :-). Jeremy. | ||||
* | This is a security audit change of the main source. | Jeremy Allison | 1998-05-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | It removed all ocurrences of the following functions : sprintf strcpy strcat The replacements are slprintf, safe_strcpy and safe_strcat. It should not be possible to use code in Samba that uses sprintf, strcpy or strcat, only the safe_equivalents. Once Andrew has fixed the slprintf implementation then this code will be moved back to the 1.9.18 code stream. Jeremy. | ||||
* | show full path in ps by setting it in argv[0] | Andrew Tridgell | 1998-03-17 | 1 | -2/+2 |
| | |||||
* | fixed call to execl() to get argv[0] right (thanks to Herb) | Andrew Tridgell | 1998-03-17 | 1 | -2/+2 |
| | |||||
* | - added the ability to kill off individual connections from SWAT (from | Andrew Tridgell | 1998-03-15 | 1 | -0/+11 |
| | | | | | | | | | the status page) - split the claim_connection() code into its own file - fixed the claim_connection() code to lock the file when manipulating it - always claim a null connection at startup - fixed a bug in the pidfile code | ||||
* | new files to support starting/stopping the server | Andrew Tridgell | 1998-03-14 | 1 | -0/+93 |