Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r704: BUG 1315: fix for schannel client connections to server's that don't su... | Gerald Carter | 1 | -5/+15 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -43/+32 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 1 | -0/+10 |
2003-10-03 | Grrr. compile patches before you apply ! | Jeremy Allison | 1 | -4/+4 |
2003-10-03 | abstract UUID parsing code to an individual function; patch from Anthony | Gerald Carter | 1 | -7/+26 |
2003-10-01 | Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debug | Andrew Bartlett | 1 | -21/+1 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -3/+3 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -17/+9 |
2003-04-22 | parse_string is only used for the authentication negotiators. | Volker Lendecke | 1 | -10/+6 |
2003-04-16 | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix | Jeremy Allison | 1 | -7/+7 |
2003-04-14 | Merge of rpcecho pipe for testing large dcerpc requests and responses. | Tim Potter | 1 | -0/+10 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -4/+16 |
2003-04-09 | A little clarification in the rpc auth header struct. | Volker Lendecke | 1 | -8/+7 |
2003-04-06 | Merge the TNG netlogon schannel from HEAD. | Volker Lendecke | 1 | -0/+95 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -22/+22 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+2 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -2/+2 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -10/+25 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -5/+0 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -3/+4 |
2001-03-12 | We copy the RPC header directly from the incoming client - remember to | Jeremy Allison | 1 | -1/+6 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -2/+2 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -3/+2 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 1 | -0/+10 |
2000-04-13 | rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing. | Jeremy Allison | 1 | -10/+9 |
2000-03-06 | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 1 | -1/+1 |
2000-02-29 | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 1 | -0/+20 |
2000-02-07 | spoolss definitions. | Jean-François Micouleau | 1 | -11/+10 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -519/+565 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -2/+2 |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1 | -0/+11 |
1999-11-15 | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1 | -0/+16 |
1999-10-15 | return results on prs_xxxxx() and all xxx_io_xxx() routines. | Luke Leighton | 1 | -63/+129 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1 | -5/+25 |
1999-07-26 | renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding | Luke Leighton | 1 | -7/+8 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -6/+6 |
1999-05-03 | last part of RPC api change. | Jean-François Micouleau | 1 | -0/+11 |
1999-04-27 | rpc_parse/parse_misc.c : defined a new BUFFER5 struct | Jean-François Micouleau | 1 | -5/+26 |
1999-04-23 | Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient | Matthew Chapman | 1 | -0/+11 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -3/+3 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -3/+3 |
1999-02-11 | the UNICODE issue... | Luke Leighton | 1 | -3/+3 |
1999-02-08 | UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL() | Luke Leighton | 1 | -3/+3 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 1 | -0/+11 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -11/+0 |
1998-11-13 | fixes for OSF1 compilation | Andrew Tridgell | 1 | -2/+2 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1 | -7/+9 |