Age | Commit message (Expand) | Author | Files | Lines |
2003-07-23 | Fix out of date comment. | Tim Potter | 1 | -2/+1 |
2003-07-17 | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 1 | -5/+0 |
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 |
2003-06-09 | Add some basic DEBUG statements at level 10 so we can see what is being | Jeremy Allison | 1 | -0/+54 |
2003-05-16 | Clarify a comment: The secure channel connection must be opened on the | Tim Potter | 1 | -4/+4 |
2003-05-12 | Fix two bugs that were stopping net rpc vampire from working over secure | Tim Potter | 1 | -2/+10 |
2003-05-11 | Ok, this is a hack. On a netsec bind reply I did not see anything | Volker Lendecke | 1 | -0/+20 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 2 | -26/+22 |
2003-05-07 | Always initialise this - it helps callers who use this in a loop... | Andrew Bartlett | 1 | -0/+2 |
2003-05-01 | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick. | Andrew Bartlett | 1 | -1/+1 |
2003-04-28 | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 1 | -2/+2 |
2003-04-25 | Minor cleanup of enum domain groups/aliases: | Tim Potter | 1 | -12/+18 |
2003-04-24 | Merge from HEAD - always initailise this to zero - helps callers in loops. | Andrew Bartlett | 1 | -0/+3 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -18/+0 |
2003-04-16 | Fixes for multi-PDU schannel - based on Volker's code. This code needs | Jeremy Allison | 1 | -9/+36 |
2003-04-16 | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix | Jeremy Allison | 1 | -13/+24 |
2003-04-14 | Merge: remove unused variables. | Tim Potter | 1 | -2/+0 |
2003-04-14 | Merge: incorrect arg to debug. | Tim Potter | 1 | -1/+1 |
2003-04-14 | Merge of samr lookup domain rpc client call from HEAD. | Tim Potter | 1 | -0/+46 |
2003-04-13 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+187 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 1 | -0/+187 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -18/+305 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -18/+305 |
2003-04-09 | Auth2, not also Auth3 sends us flags back, although all the callers | Volker Lendecke | 1 | -4/+5 |
2003-04-09 | Auth2, not also Auth3 sends us flags back, although all the callers | Volker Lendecke | 1 | -4/+5 |
2003-04-04 | SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net> | Tim Potter | 1 | -0/+46 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -1/+12 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 1 | -1/+12 |
2003-03-18 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+3 |
2003-03-18 | Ignore .po and .po32 files. | Martin Pool | 1 | -0/+3 |
2003-02-26 | Merge of exit path cleanup for EnumDomainUsers. | Tim Potter | 1 | -41/+23 |
2003-02-25 | Merge: const fixes. | Tim Potter | 5 | -19/+24 |
2003-02-25 | More const fixes and flow on fixes from yesterday's const-fest. | Tim Potter | 5 | -19/+24 |
2003-02-24 | Merge: | Tim Potter | 1 | -7/+5 |
2003-02-21 | Exit path cleanup for cli_samr_enum_dom_users() | Tim Potter | 1 | -34/+18 |
2003-02-19 | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info() | Tim Potter | 1 | -11/+7 |
2003-02-17 | Return a WERROR instead of a NTSTATUS like the rest of the srvsvc | Tim Potter | 1 | -11/+7 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -10/+10 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -10/+10 |
2003-02-12 | initial server side privileges implementation, using a tdb. This needs to be ... | Andrew Tridgell | 1 | -1/+1 |
2003-02-10 | added the 'lsaenumacctwithright' command to rpcclient. This allows you | Andrew Tridgell | 1 | -0/+52 |
2003-02-01 | One more signed/unsigned fix | Andrew Bartlett | 1 | -1/+1 |
2003-01-29 | Merge tpot's changes to request the correct sizes for user dispinfo | Jeremy Allison | 1 | -2/+35 |
2003-01-29 | Pass down max_size parameter to cli_samr_query_dispinfo() instead of | Tim Potter | 1 | -2/+35 |
2003-01-29 | Merge tridge's client priv code from HEAD. | Jeremy Allison | 1 | -4/+49 |