Age | Commit message (Expand) | Author | Files | Lines |
1998-10-28 | Just moving things around a bit. | Christopher R. Hertel | 1 | -328/+0 |
1998-10-28 | Added clear-out-structure fix for make_unistr2. | Jeremy Allison | 1 | -0/+2 |
1998-10-28 | Fixes to allow this to pass SGI compiler in -fullwarn mode (with one | Jeremy Allison | 1 | -9/+9 |
1998-10-28 | Quick fixes to fix the broken tree. Needed for my morning compiles. | Jeremy Allison | 5 | -6/+18 |
1998-10-28 | Fix from thwartedefforts@wonky.org (slightly modified) to | Jeremy Allison | 1 | -1/+1 |
1998-10-28 | fixed problem with snprintf.c and mkproto | Andrew Tridgell | 2 | -4/+13 |
1998-10-28 | use abort() instead of exit() in smb_panic() | Andrew Tridgell | 1 | -1/+1 |
1998-10-28 | fixed handling of %.0f in replacement snprintf.c | Andrew Tridgell | 1 | -12/+28 |
1998-10-27 | Fixed a small bug in debug2html. It wasn't properly checking EOF. The | Christopher R. Hertel | 2 | -2/+28 |
1998-10-27 | Added info about parsing debug messages. | Christopher R. Hertel | 1 | -28/+210 |
1998-10-27 | debug string with no %s parameter. oops | Luke Leighton | 1 | -1/+2 |
1998-10-27 | amazing. the improvements to NT continue, evidence for which shows up | Luke Leighton | 6 | -17/+19 |
1998-10-27 | add ifdef for "long double" | Andrew Tridgell | 1 | -12/+18 |
1998-10-26 | added a vsnprintf() implementation from cvslock. See the notes on the | Andrew Tridgell | 4 | -47/+803 |
1998-10-26 | Here is the simple debug parser and the debug2html converter. Still to do: | Christopher R. Hertel | 3 | -0/+635 |
1998-10-26 | Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query. | Jeremy Allison | 1 | -2/+5 |
1998-10-26 | report ourselves as HTTP/1.0 not HTTP/1.1 | Andrew Tridgell | 1 | -3/+3 |
1998-10-26 | added a couple more error codes to cli_error() | Andrew Tridgell | 1 | -0/+6 |
1998-10-24 | fix for John. | Andrew Tridgell | 1 | -8/+8 |
1998-10-24 | handle the case of an intermediate binary not loading smbwrapper.so | Andrew Tridgell | 1 | -2/+1 |
1998-10-24 | volker was concerned about unique inode numbers and smbsh. This set of | Andrew Tridgell | 9 | -35/+85 |
1998-10-24 | make sure that apps can't close one of the internal smbw file | Andrew Tridgell | 4 | -2/+32 |
1998-10-24 | Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode. | Tim Potter | 1 | -4/+4 |
1998-10-24 | Unlink zero length files that did NOT exist at the point of origin on a do_ge... | John Terpstra | 1 | -1/+4 |
1998-10-23 | added domain and local group structures. names may have to be 256 chars | Luke Leighton | 2 | -16/+60 |
1998-10-23 | Handle the case where multiple smbd have the file open, some of whom | Jeremy Allison | 2 | -17/+76 |
1998-10-23 | set netlogon negotiation flags to 0x1ff, not to what the client requests. | Luke Leighton | 3 | -19/+24 |
1998-10-23 | possible bug in change oem password code: replaced E_P16 and E_md4hash | Luke Leighton | 1 | -9/+1 |
1998-10-23 | Make the new code conditional on lp_share_modes() just like the code in open_... | Jeremy Allison | 1 | -36/+39 |
1998-10-23 | Fixed debug reporting in the changed code. | Jeremy Allison | 1 | -1/+6 |
1998-10-23 | Fixed bug in previous commit where I was overwriting share_mode from | Jeremy Allison | 1 | -3/+4 |
1998-10-23 | Reasonably large change to give us *exactly* correct NT delete on close seman... | Jeremy Allison | 10 | -41/+225 |
1998-10-23 | don't enable smbsh/smbwrapper on systems where we can't work out how | Andrew Tridgell | 5 | -376/+401 |
1998-10-23 | don't use SMBW_PWD_ENV any more | Andrew Tridgell | 1 | -3/+0 |
1998-10-23 | fixed problems with PWD - we no longer use the PWD env variable | Andrew Tridgell | 3 | -11/+19 |
1998-10-23 | make the shared variable stuff slightly more sophisticated | Andrew Tridgell | 1 | -12/+26 |
1998-10-23 | include/smb.h: Added #defines for lots of things - makes our code a *lot* eas... | Jeremy Allison | 9 | -72/+146 |
1998-10-22 | torture debug. | Luke Leighton | 2 | -1/+14 |
1998-10-22 | enumeration tests (files, sessions, shares, connections). | Luke Leighton | 1 | -0/+32 |
1998-10-22 | Okay, this is really silly but removing one space from one debug statement | Christopher R. Hertel | 1 | -1/+1 |
1998-10-22 | rpctorture command | Luke Leighton | 5 | -8/+544 |
1998-10-22 | Removed previously #ifdef 0 'ed code. | Jeremy Allison | 1 | -37/+0 |
1998-10-22 | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 4 | -4/+11 |
1998-10-22 | bug fix in lsa_trans_names. | Luke Leighton | 5 | -7/+14 |
1998-10-22 | Minor change. | Christopher R. Hertel | 1 | -1/+1 |
1998-10-22 | extern fstring global_myworkgroup should be a pstring | Luke Leighton | 1 | -2/+2 |
1998-10-22 | libsmb/smbdes.c: #ifdef'ed out code prior to removal. | Jeremy Allison | 7 | -38/+138 |
1998-10-22 | Another cosmetic change. | Christopher R. Hertel | 1 | -2/+8 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 15 | -104/+166 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 10 | -26/+593 |