Age | Commit message (Expand) | Author | Files | Lines |
2000-04-27 | Fixed crash bugs Andrew pointed out with LOCK4 smbtorture | Jeremy Allison | 1 | -4/+8 |
2000-04-27 | Fixed range check on writeX. | Jeremy Allison | 1 | -1/+4 |
2000-04-27 | Tidyup of smbecho. | Jeremy Allison | 1 | -2/+4 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 7 | -8/+0 |
2000-04-24 | Added the code that keeps fd's open across a close if there are other fsp's | Jeremy Allison | 1 | -1/+119 |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 7 | -27/+36 |
2000-04-24 | moved INSURE hook into util.c | Andrew Tridgell | 1 | -23/+0 |
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-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 | 9 | -527/+547 |
2000-04-19 | split fsusage() into a separate module (to fix linking problems with | Andrew Tridgell | 1 | -127/+2 |
2000-04-19 | patch from luke to split out lanman code from ipc.c into lanman.c | Andrew Tridgell | 2 | -3147/+3181 |
2000-04-19 | - got rid of the "passive" option | Andrew Tridgell | 3 | -21/+13 |
2000-04-18 | locking/locking.c: Fixed placeholder code for POSIX locking. | Jeremy Allison | 1 | -0/+1 |
2000-04-18 | ReadDirName calls vfs->readdirname calls dos_readdirname. | Luke Leighton | 1 | -5/+5 |
2000-04-16 | converted a couple more functions to use a fd instead of a FILE* | Andrew Tridgell | 2 | -15/+17 |
2000-04-16 | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 2 | -102/+68 |
2000-04-16 | removed old comments | Andrew Tridgell | 1 | -2/+0 |
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 |
2000-04-16 | the changes to the main smb code | Andrew Tridgell | 6 | -358/+318 |
2000-04-15 | Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>. | Jeremy Allison | 1 | -0/+6 |
2000-04-12 | Implmented mapping of lock offset/count from 64 bit MS ranges | Jeremy Allison | 1 | -1/+1 |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 1 | -0/+3 |
2000-04-12 | Roll back to using static MACHINE.SID after consultation with Andrew. This | Jeremy Allison | 1 | -14/+1 |
2000-04-11 | The latest open() code changes broke the NT directory opens. Detect if a | Jeremy Allison | 2 | -9/+27 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 2 | -111/+59 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 12 | -86/+81 |
2000-04-10 | Fix for soft quotas not being set from | Jeremy Allison | 1 | -0/+24 |
2000-04-10 | initialise fsp->fd to -1 | Andrew Tridgell | 1 | -0/+1 |
2000-04-10 | the bulk of the changes to get rid of fd_ptr and move print open | Andrew Tridgell | 11 | -1023/+231 |
2000-04-10 | utmp compile fix from peter@cadcamlab.org | Andrew Tridgell | 1 | -2/+2 |
2000-04-04 | Change to vfs API. POSIX states fsync should return an int, not a void. | Jeremy Allison | 2 | -4/+6 |
2000-04-04 | Removed strange optimisation (paranoia fix maybe ?) that stopped smbd | Jeremy Allison | 1 | -6/+0 |
2000-03-29 | Fixed bug found by JF where if the amount of data to return in the prs_struct | Jeremy Allison | 1 | -1/+1 |
2000-03-29 | More Japanese filename fixes wrt VFS code from | Tim Potter | 2 | -12/+16 |
2000-03-28 | Win2k will only accept volume labels in UNICODE. Fixed.... :-(. | Jeremy Allison | 1 | -1/+2 |
2000-03-28 | Moved common code to set parameter offset field correctly oout of 'if' | Jeremy Allison | 1 | -10/+8 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -4/+4 |
2000-03-25 | rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xx | Jeremy Allison | 1 | -32/+84 |
2000-03-22 | Correctly convert from little-endian UNICODE to dos_codepage when doing | Jeremy Allison | 1 | -17/+4 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -0/+2 |
2000-03-21 | indent update to make t easier to see setuid mods in TNG. some | Luke Leighton | 1 | -455/+558 |
2000-03-16 | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 1 | -1/+1 |
2000-03-13 | include/smb.h: | Jeremy Allison | 3 | -25/+93 |