| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 2004-01-05 | 1 | -5/+12 |
* | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 2004-01-05 | 2 | -8/+28 |
* | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the | Andrew Bartlett | 2003-11-25 | 1 | -8/+4 |
* | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec... | Gerald Carter | 2003-11-24 | 1 | -2/+2 |
* | Add support for variable-length session keys in our client code. | Andrew Bartlett | 2003-11-22 | 1 | -6/+6 |
* | Changes all over the shop, but all towards: | Andrew Bartlett | 2003-11-22 | 3 | -19/+38 |
* | This fixes a bug when establishing trust against a german W2k3 AD server. In | Volker Lendecke | 2003-11-17 | 1 | -1/+2 |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2003-10-24 | 1 | -0/+104 |
|\ |
|
| * | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 2003-10-24 | 1 | -0/+104 |
| * | Merge from 3_0: | Volker Lendecke | 2003-10-22 | 1 | -0/+1 |
| * | Merge Volker's fix. | Jeremy Allison | 2003-10-20 | 1 | -0/+6 |
| * | Add client side code to do endpoint map queries. Currently does one | Jim McDonough | 2003-10-18 | 1 | -0/+61 |
| * | split some security related functions in their own files. | Simo Sorce | 2003-10-06 | 1 | -3/+3 |
| * | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 2003-10-01 | 1 | -17/+12 |
| * | Merge from 3.0: | Tim Potter | 2003-09-29 | 1 | -8/+8 |
| * | fix some warnings found by the Sun C compiler | Gerald Carter | 2003-09-22 | 1 | -1/+1 |
| * | sync 3.0 into HEAD for the last time | Gerald Carter | 2003-09-09 | 3 | -31/+25 |
| * | port latest changes from SAMBA_3_0 tree | Simo Sorce | 2003-08-02 | 5 | -21/+127 |
| * | fix the build. Ifdef out some code | Gerald Carter | 2003-07-17 | 1 | -0/+3 |
| * | trying to get HEAD building again. If you want the code | Gerald Carter | 2003-07-16 | 5 | -628/+630 |
| * | Merge: clarify secure channel connection comment. | Tim Potter | 2003-05-16 | 1 | -4/+4 |
| * | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 2003-04-28 | 1 | -2/+2 |
| * | Minor cleanup of enum domain groups/aliases: | Tim Potter | 2003-04-25 | 1 | -12/+18 |
| * | Always initialise this, to assist callers doing loops over this call. | Andrew Bartlett | 2003-04-22 | 1 | -0/+3 |
| * | Fixes to make SCHANNEL work against a W2K DC. Still need to fix | Jeremy Allison | 2003-04-16 | 1 | -13/+24 |
| * | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 2003-04-16 | 1 | -18/+0 |
| * | Removed unused variables. | Tim Potter | 2003-04-14 | 1 | -2/+0 |
| * | Fixed incorrect argument to debug. | Tim Potter | 2003-04-14 | 1 | -1/+1 |
* | | In cli_lsa_lookup_sids don't leave the domain field uninitialized if | Volker Lendecke | 2003-10-22 | 1 | -0/+1 |
* | | It's a perfectly valid condition to have zero alias members. | Volker Lendecke | 2003-10-20 | 1 | -0/+6 |
* | | split some security related functions in their own files. | Simo Sorce | 2003-10-06 | 1 | -3/+3 |
* | | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 2003-10-01 | 1 | -17/+12 |
* | | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 2003-09-25 | 1 | -8/+8 |
* | | fix some warnings found by the Sun C compiler | Gerald Carter | 2003-09-22 | 1 | -1/+1 |
* | | - Fix the kerberos downgrade problem: | Andrew Bartlett | 2003-08-19 | 2 | -14/+7 |
* | | working on fix for BUG #294. Not done yet, but this at least clears | Gerald Carter | 2003-08-19 | 1 | -2/+2 |
* | | get rid of more compiler warnings | Herb Lewis | 2003-08-15 | 3 | -14/+14 |
* | | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 2003-08-14 | 1 | -1/+1 |
* | | Memory leak fix for create_rpc_bind_req() | Tim Potter | 2003-08-04 | 1 | -0/+1 |
* | | Update my copyrights according to my agreement with IBM | Jim McDonough | 2003-08-01 | 1 | -1/+1 |
* | | working on transtive trusts issue: | Gerald Carter | 2003-07-31 | 1 | -0/+5 |
* | | Save us from possibly uninitialised variable (caught by gcc). | Jeremy Allison | 2003-07-30 | 1 | -4/+4 |
* | | add a few more tidy ups. Now onto winbindd | Gerald Carter | 2003-07-30 | 1 | -0/+8 |
* | | add support for DsEnumerateDomainTrusted for enumerating all the | Gerald Carter | 2003-07-30 | 1 | -2/+53 |
* | | domain in schannel bind credentials must be the dest domain, not ours | Gerald Carter | 2003-07-25 | 1 | -1/+3 |
* | | Schannel, once setup, may be used on *ANY* TCP/IP connection until the | Andrew Bartlett | 2003-07-25 | 1 | -3/+52 |
* | | Fix out of date comment. | Tim Potter | 2003-07-23 | 1 | -2/+1 |
* | | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 2003-07-17 | 1 | -5/+0 |
* | | Fix up our auth_pipe code to always cope with fragmented datagrams, | Andrew Bartlett | 2003-07-16 | 1 | -64/+41 |
* | | fix schannel processing on fragmented PDUs. 'net rpc vampire' works again. | Gerald Carter | 2003-07-15 | 1 | -1/+1 |