Age | Commit message (Expand) | Author | Files | Lines |
2003-08-02 | More fixes for client and server side signing. Ensure sequence numbers | Jeremy Allison | 1 | -3/+2 |
2003-08-02 | Add the same signing code to the server. Ensure we use identical session | Jeremy Allison | 1 | -0/+6 |
2003-04-14 | Whitespace syncup. | Tim Potter | 1 | -3/+3 |
2003-03-18 | Merge signed/unsigned fix from HEAD. | Andrew Bartlett | 1 | -1/+1 |
2003-03-11 | We use unsigned now, so use %u. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit. | Jeremy Allison | 1 | -0/+3 |
2003-03-07 | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 1 | -27/+74 |
2002-11-07 | Stop using hardcoded smbtrans subcommands | Jim McDonough | 1 | -3/+3 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a | Andrew Bartlett | 1 | -6/+8 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 1 | -5/+5 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -14/+8 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -19/+9 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+1 |
2001-06-29 | Win9x weirdness. When setting the named pipe handle state on a Unicode | Tim Potter | 1 | -2/+10 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -3/+6 |
2001-03-13 | Fix from Jim McDonough of IBM for using Win9x user manager. | Jeremy Allison | 1 | -2/+9 |
2001-03-13 | this patch does a number of things: | Andrew Tridgell | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+0 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -2/+12 |
2000-05-12 | fixed error code for buffer_too_large in trans reply | Andrew Tridgell | 1 | -1/+1 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+2 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
2000-04-19 | patch from luke to split out lanman code from ipc.c into lanman.c | Andrew Tridgell | 1 | -3147/+1 |
2000-04-19 | - got rid of the "passive" option | Andrew Tridgell | 1 | -7/+7 |
2000-04-16 | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 1 | -91/+59 |
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 | 1 | -347/+292 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -4/+3 |
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-10 | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 1 | -1/+0 |
2000-03-09 | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 1 | -26/+5 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -1/+1 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 1 | -10/+17 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 1 | -1/+1 |
2000-01-05 | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 1 | -43/+0 |
2000-01-05 | client/client.c: I18N fixes. | Jeremy Allison | 1 | -9/+92 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -5/+26 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -231/+262 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -21/+6 |
1999-11-15 | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1 | -4/+5 |
1999-09-27 | don't leak printer handles, | Jean-François Micouleau | 1 | -2/+5 |
1999-08-13 | pnum should be a uint16. | Luke Leighton | 1 | -2/+2 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -1/+1 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 1 | -1/+1 |