Age | Commit message (Expand) | Author | Files | Lines |
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 |
1999-02-24 | Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending on | Matthew Chapman | 1 | -7/+10 |
1999-02-24 | Win9x user level security. | Matthew Chapman | 1 | -0/+4 |
1999-02-09 | when multiple independent large rpc calls come in on the same pipe, | Luke Leighton | 1 | -1/+2 |
1998-11-19 | Sync up with 2.0 code. | Jeremy Allison | 1 | -0/+20 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -3/+3 |
1998-11-11 | Fixed two debug prints. | Jeremy Allison | 1 | -2/+2 |
1998-10-23 | include/smb.h: Added #defines for lots of things - makes our code a *lot* eas... | Jeremy Allison | 1 | -1/+1 |
1998-10-22 | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 1 | -1/+1 |
1998-10-22 | extern fstring global_myworkgroup should be a pstring | Luke Leighton | 1 | -2/+2 |
1998-10-21 | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 1 | -1/+1 |
1998-10-21 | signed / unsigned issues | Luke Leighton | 1 | -1/+1 |
1998-10-20 | dce/rpc. bug-fix in ipc.c (introduced today :) | Luke Leighton | 1 | -1/+1 |
1998-10-20 | some quite important bug-fixes i missed because i transferred the wrong | Luke Leighton | 1 | -19/+8 |
1998-10-19 | - dce/rpc code | Luke Leighton | 1 | -22/+2 |
1998-10-16 | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 1 | -1/+1 |
1998-10-15 | bug-fixing against: | Luke Leighton | 1 | -1/+40 |
1998-10-15 | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1 | -2/+12 |
1998-10-08 | - don't generate 0 params in torture | Andrew Tridgell | 1 | -10/+16 |
1998-10-07 | dce/rpc | Luke Leighton | 1 | -240/+11 |
1998-10-07 | return False _and_ a break in a switch statement. | Luke Leighton | 1 | -1/+0 |
1998-10-07 | dce/rpc | Luke Leighton | 1 | -1/+11 |
1998-10-06 | dce/rpc | Luke Leighton | 1 | -20/+60 |