Age | Commit message (Expand) | Author | Files | Lines |
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 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 1 | -1/+1 |
1998-09-28 | Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>. | Jeremy Allison | 1 | -10/+44 |
1998-09-23 | First cut at kernel oplocks. This should have no effect unless runnin | Jeremy Allison | 1 | -2/+1 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1 | -16/+8 |
1998-09-07 | added 0x10 to the frag length in the "bind ack". | Luke Leighton | 1 | -1/+1 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -1/+1 |
1998-09-03 | changed the SMBtrans reply code to align at the same alignment as | Andrew Tridgell | 1 | -13/+8 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -1/+1 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -13/+13 |
1998-08-24 | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 1 | -1/+1 |
1998-08-22 | added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally | Andrew Tridgell | 1 | -7/+1 |
1998-08-21 | added new smb.conf option "panic action". see my samba-technical | Andrew Tridgell | 1 | -3/+1 |
1998-08-17 | some cleanups from the conversion of Pipes[] to a linked list. I also | Andrew Tridgell | 1 | -1/+1 |
1998-08-16 | - some tidying up in files.c | Andrew Tridgell | 1 | -7/+6 |
1998-08-15 | this checkin gets rid of the global Files[] array and makes it local | Andrew Tridgell | 1 | -89/+85 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -2/+2 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -234/+226 |
1998-08-09 | this gets smbd compiling and linking correctly with the new layout. | Andrew Tridgell | 1 | -12/+12 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -2/+2 |