Age | Commit message (Expand) | Author | Files | Lines |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 1 | -0/+90 |
2004-01-15 | BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ... | Gerald Carter | 1 | -1/+1 |
2004-01-08 | fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply | Gerald Carter | 1 | -3/+3 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 1 | -40/+48 |
2004-01-05 | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 1 | -5/+12 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 2 | -8/+28 |
2003-11-25 | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the | 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 | Add support for variable-length session keys in our client code. | Andrew Bartlett | 1 | -6/+6 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 3 | -19/+38 |
2003-11-17 | This fixes a bug when establishing trust against a german W2k3 AD server. In | Volker Lendecke | 1 | -1/+2 |
2003-10-24 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+104 |
2003-10-24 | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 1 | -0/+104 |
2003-10-22 | Merge from 3_0: | Volker Lendecke | 1 | -0/+1 |
2003-10-22 | In cli_lsa_lookup_sids don't leave the domain field uninitialized if | Volker Lendecke | 1 | -0/+1 |
2003-10-20 | Merge Volker's fix. | Jeremy Allison | 1 | -0/+6 |
2003-10-20 | It's a perfectly valid condition to have zero alias members. | Volker Lendecke | 1 | -0/+6 |
2003-10-18 | Add client side code to do endpoint map queries. Currently does one | Jim McDonough | 1 | -0/+61 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -3/+3 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -3/+3 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -17/+12 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -17/+12 |
2003-09-29 | Merge from 3.0: | Tim Potter | 1 | -8/+8 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 1 | -8/+8 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -1/+1 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -1/+1 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 3 | -31/+25 |
2003-08-19 | - Fix the kerberos downgrade problem: | Andrew Bartlett | 2 | -14/+7 |
2003-08-19 | working on fix for BUG #294. Not done yet, but this at least clears | Gerald Carter | 1 | -2/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 3 | -14/+14 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 1 | -1/+1 |
2003-08-04 | Memory leak fix for create_rpc_bind_req() | Tim Potter | 1 | -0/+1 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 5 | -21/+127 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 1 | -0/+5 |
2003-07-30 | Save us from possibly uninitialised variable (caught by gcc). | Jeremy Allison | 1 | -4/+4 |
2003-07-30 | add a few more tidy ups. Now onto winbindd | Gerald Carter | 1 | -0/+8 |
2003-07-30 | add support for DsEnumerateDomainTrusted for enumerating all the | Gerald Carter | 1 | -2/+53 |
2003-07-25 | domain in schannel bind credentials must be the dest domain, not ours | Gerald Carter | 1 | -1/+3 |
2003-07-25 | Schannel, once setup, may be used on *ANY* TCP/IP connection until the | Andrew Bartlett | 1 | -3/+52 |
2003-07-23 | Fix out of date comment. | Tim Potter | 1 | -2/+1 |
2003-07-17 | fix the build. Ifdef out some code | Gerald Carter | 1 | -0/+3 |
2003-07-17 | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 1 | -5/+0 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 5 | -628/+630 |
2003-07-16 | Fix up our auth_pipe code to always cope with fragmented datagrams, | Andrew Bartlett | 1 | -64/+41 |
2003-07-15 | fix schannel processing on fragmented PDUs. 'net rpc vampire' works again. | Gerald Carter | 1 | -1/+1 |
2003-07-14 | Fix compile error noticed by Ken Cross, use the utility function instead | Andrew Bartlett | 1 | -14/+4 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -564/+493 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 2 | -19/+19 |
2003-06-12 | Fix for bug#3. Show comments when doing 'net group -l'. | Volker Lendecke | 1 | -0/+51 |