Age | Commit message (Expand) | Author | Files | Lines |
2004-01-06 | Merge NTLMSSP fixes from 3.0 to HEAD. | Andrew Bartlett | 1 | -5/+12 |
2003-11-26 | Merge from 3.0: | Andrew Bartlett | 1 | -8/+4 |
2003-11-24 | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec... | Gerald Carter | 1 | -2/+2 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 1 | -14/+17 |
2003-11-17 | From 3_0: | Volker Lendecke | 1 | -1/+2 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -17/+12 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -10/+15 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -13/+59 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -551/+492 |
2003-05-16 | Merge: clarify secure channel connection comment. | Tim Potter | 1 | -4/+4 |
2003-04-28 | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 1 | -2/+2 |
2003-04-16 | Fixes to make SCHANNEL work against a W2K DC. Still need to fix | Jeremy Allison | 1 | -13/+24 |
2003-04-14 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -18/+305 |
2003-01-17 | Let's clean up client side ntlmssp! | Tim Potter | 1 | -10/+0 |
2003-01-14 | Added comment about a SMB_ASSERT() | Tim Potter | 1 | -0/+3 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -1/+1 |
2002-11-15 | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 1 | -4/+3 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -10/+8 |
2002-11-07 | What is wrong with you, Jim? Check in the final version, not an interim one... | Jim McDonough | 1 | -139/+17 |
2002-11-07 | Allow multiple fragment RPC's to be sent. | Jim McDonough | 1 | -18/+175 |
2002-11-02 | Display pipe name in rpc bind failure debug. | Tim Potter | 1 | -1/+2 |
2002-11-01 | Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuff | Tim Potter | 1 | -4/+3 |
2002-10-17 | Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is out | Tim Potter | 1 | -2/+3 |
2002-10-08 | merge from APP_HEAD | Gerald Carter | 1 | -0/+16 |
2002-10-04 | merge native_mode flag in winbindd_domain struct from app-head | Gerald Carter | 1 | -31/+11 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -1/+1 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -29/+78 |
2002-08-20 | The "max data count" value in SMB transacts indicates how much the other end can | Shirish Kalele | 1 | -1/+1 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-02 | Add prs_dump_before to dump everything from the start of the prs | Martin Pool | 1 | -1/+1 |
2002-01-02 | Also capture received data | Martin Pool | 1 | -0/+5 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -3/+22 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -7/+7 |
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 | -8/+3 |
2001-08-10 | Use new client error api. | Tim Potter | 1 | -12/+13 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -2/+4 |
2001-06-29 | Use a logical cli_read(), removed the cli_read_one() hack. | Jeremy Allison | 1 | -2/+2 |
2001-06-22 | Use cli_read_one() for reading DCE/RPC reply fragments. We need to check | Tim Potter | 1 | -29/+36 |
2001-06-02 | Removed irritating and unecessary debug message. | Tim Potter | 1 | -3/+0 |
2001-05-04 | Added a SMB_ASSERT() so that two cli_state structures aren't opened | Tim Potter | 1 | -0/+3 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -10/+34 |
2001-02-20 | pipe opening now works with unicode | Andrew Tridgell | 1 | -2/+2 |
2000-12-04 | fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2000-12-04 | pass the desired access into cli_nt_create() | Andrew Tridgell | 1 | -1/+1 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -7/+7 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -9/+9 |
2000-07-17 | Reverted changes from rpcclient merge - contains memory leak! | Tim Potter | 1 | -2/+9 |