Age | Commit message (Expand) | Author | Files | Lines |
2000-04-24 | moved INSURE hook into util.c | Andrew Tridgell | 1 | -23/+0 |
2000-04-24 | fixed another memory leak | Andrew Tridgell | 1 | -0/+1 |
2000-04-24 | fixed a parameter bug found by insure | Andrew Tridgell | 1 | -1/+1 |
2000-04-24 | moved the INSURE hook into util.c | Andrew Tridgell | 1 | -0/+26 |
2000-04-23 | more pstring/fstring errors found by insure | Andrew Tridgell | 1 | -15/+16 |
2000-04-23 | fixed a locking database bug - it was actually harmless except that | Andrew Tridgell | 1 | -2/+10 |
2000-04-23 | don't close high fd's in smbrun when using insure (prevents closing | Andrew Tridgell | 1 | -1/+3 |
2000-04-23 | another fstring/pstring fix | Andrew Tridgell | 1 | -1/+1 |
2000-04-23 | fixed another spoolss memory leak | Andrew Tridgell | 2 | -2/+2 |
2000-04-23 | fixed a memory leak I caused last week with my lines[] changes | Andrew Tridgell | 1 | -6/+1 |
2000-04-23 | split out standard_sub_basic() again to fix a bug where %p was being | Andrew Tridgell | 1 | -14/+29 |
2000-04-23 | we can't pass a fstring to a routine expecting a pstring | Andrew Tridgell | 1 | -1/+1 |
2000-04-23 | check for a valid snum when running a printing command | Andrew Tridgell | 1 | -0/+5 |
2000-04-23 | Makefile.in change for split of printfsp.c | Andrew Tridgell | 1 | -1/+2 |
2000-04-23 | split fsp specific routines out of printing.c to fix linking problem | Andrew Tridgell | 2 | -65/+91 |
2000-04-23 | fixed two uninitialised memory references | Andrew Tridgell | 1 | -2/+2 |
2000-04-23 | trick to get full stack trace when using the free version of insure | Andrew Tridgell | 1 | -0/+24 |
2000-04-23 | insure caught an uninitialised memory reference - ensure it starts as | Andrew Tridgell | 1 | -0/+2 |
2000-04-23 | avoided a memory leak in the ubi code by deleting a mangled cache | Andrew Tridgell | 1 | -1/+11 |
2000-04-23 | fixed a prs memory leak (weren't freeing input buffer) | Andrew Tridgell | 1 | -0/+1 |
2000-04-23 | if using insure then don't close fd 2 | Andrew Tridgell | 1 | -1/+4 |
2000-04-22 | return NULL for a zero size memdup | Andrew Tridgell | 1 | -0/+1 |
2000-04-22 | don't copy a null groups list | Andrew Tridgell | 1 | -2/+6 |
2000-04-22 | fixed overlapping strcpy() found by insure | Andrew Tridgell | 1 | -9/+6 |
2000-04-22 | fixed uninitialised snum | Andrew Tridgell | 1 | -0/+1 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 17 | -562/+598 |
2000-04-19 | use sys_fsusage() not disk_free() in printing.c | Andrew Tridgell | 1 | -3/+3 |
2000-04-19 | split fsusage() into a separate module (to fix linking problems with | Andrew Tridgell | 4 | -129/+157 |
2000-04-19 | patch from luke to split out lanman code from ipc.c into lanman.c | Andrew Tridgell | 3 | -3156/+3190 |
2000-04-19 | - got rid of the "passive" option | Andrew Tridgell | 6 | -101/+80 |
2000-04-18 | Sync up with 2.0.7 w.r.t. guest users. | Jeremy Allison | 1 | -3/+3 |
2000-04-18 | locking/locking.c: Fixed placeholder code for POSIX locking. | Jeremy Allison | 4 | -24/+59 |
2000-04-18 | updates from the TNG branch | Andrew Tridgell | 1 | -10/+6 |
2000-04-18 | don't parse blank lines | Andrew Tridgell | 1 | -0/+2 |
2000-04-18 | fixed some crash bugs in the nt forms parsing | Andrew Tridgell | 2 | -6/+8 |
2000-04-18 | ReadDirName calls vfs->readdirname calls dos_readdirname. | Luke Leighton | 1 | -5/+5 |
2000-04-17 | Corrected minor parsing errors. | Shirish Kalele | 2 | -4/+5 |
2000-04-17 | When parsing a dfs map for a service, see if the mount points exist that stand | Shirish Kalele | 1 | -3/+27 |
2000-04-17 | got rid of some more old configure tests and includes | Andrew Tridgell | 8 | -166/+85 |
2000-04-17 | removed some obsolete configure tests (sysv ipc etc) | Andrew Tridgell | 7 | -442/+161 |
2000-04-17 | moved standard_sub() and friends into a separate module | Andrew Tridgell | 3 | -270/+297 |
2000-04-16 | converted a couple more functions to use a fd instead of a FILE* | Andrew Tridgell | 4 | -15/+41 |
2000-04-16 | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 8 | -320/+282 |
2000-04-16 | got rid of FILE* in the unix name mapping code | Andrew Tridgell | 1 | -8/+8 |
2000-04-16 | got rid of all the FILE* calls in the NT print system. | Andrew Tridgell | 1 | -118/+112 |
2000-04-16 | added fdprintf() | Andrew Tridgell | 3 | -2/+44 |
2000-04-16 | removed old comments | Andrew Tridgell | 1 | -2/+0 |
2000-04-16 | improved the error handling and added queue pause and resume | Andrew Tridgell | 1 | -25/+43 |
2000-04-16 | use some symbolic names for print queue status | Andrew Tridgell | 1 | -11/+17 |
2000-04-16 | added helper fns to change from internal status codes to nt spoolss codes | Andrew Tridgell | 1 | -5/+41 |