Age | Commit message (Expand) | Author | Files | Lines |
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 | Updated paths. | John Terpstra | 1 | -5/+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 | Tidied up Support.txt to be up to date with latest consultant | Jeremy Allison | 1 | -52/+76 |
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 |
1998-10-21 | I received a bug report from Massimo Campostrini in Pisa. There are a pair | Christopher R. Hertel | 2 | -10/+53 |
1998-10-21 | added "start index" skipping into querydispinfo. | Luke Leighton | 1 | -5/+15 |
1998-10-21 | Changed the debug calls to use the newer debug macros. This allowed me to | Christopher R. Hertel | 1 | -59/+151 |
1998-10-21 | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 11 | -34/+58 |
1998-10-21 | oops! | Luke Leighton | 2 | -11/+11 |
1998-10-21 | signed / unsigned issues | Luke Leighton | 4 | -4/+4 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 6 | -16/+26 |
1998-10-21 | at the interop Isaac (at least I _think_ it was Isaac) said that if a | Andrew Tridgell | 2 | -1/+18 |
1998-10-20 | signed / unsigned warnings (found by herb). | Luke Leighton | 4 | -16/+16 |
1998-10-20 | dce/rpc. bug-fix in ipc.c (introduced today :) | Luke Leighton | 3 | -29/+89 |
1998-10-20 | Fixed bug found by John Blair where trim_string wasn't | Jeremy Allison | 3 | -193/+304 |
1998-10-20 | some quite important bug-fixes i missed because i transferred the wrong | Luke Leighton | 8 | -49/+47 |
1998-10-20 | calls to prs_grow() on array structures so that data construction doesn't | Luke Leighton | 1 | -3/+18 |
1998-10-20 | oops, I ot the return type of putenv() wrong | Andrew Tridgell | 1 | -2/+3 |
1998-10-20 | use putenv() more portably | Andrew Tridgell | 1 | -1/+7 |
1998-10-20 | fixed a connection bug in torture test | Andrew Tridgell | 1 | -11/+66 |
1998-10-20 | removed setenv(), replaced with smbw_setenv() | Andrew Tridgell | 6 | -26/+29 |
1998-10-20 | new prorotypes | Andrew Tridgell | 1 | -0/+1 |
1998-10-20 | fixes for solaris | Andrew Tridgell | 1 | -2/+4 |