Age | Commit message (Expand) | Author | Files | Lines |
2004-01-15 | BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ... | Gerald Carter | 1 | -1/+1 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 1 | -41/+48 |
2004-01-08 | fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply | Gerald Carter | 1 | -3/+3 |
2004-01-06 | Merge NTLMSSP fixes from 3.0 to HEAD. | Andrew Bartlett | 1 | -5/+12 |
2004-01-05 | rpc_client/cli_lsarpc.c: | Andrew Bartlett | 2 | -8/+28 |
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-23 | Merge from 3.0: | Andrew Bartlett | 1 | -6/+6 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 3 | -19/+38 |
2003-11-17 | From 3_0: | Volker Lendecke | 1 | -1/+2 |
2003-10-30 | Another round of GUID->struct uuid. | Jim McDonough | 1 | -2/+3 |
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-20 | Merge Volker's fix. | Jeremy Allison | 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-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-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-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 5 | -21/+127 |
2003-07-17 | fix the build. Ifdef out some code | Gerald Carter | 1 | -0/+3 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 5 | -628/+630 |
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-25 | Minor cleanup of enum domain groups/aliases: | Tim Potter | 1 | -12/+18 |
2003-04-22 | Always initialise this, to assist callers doing loops over this call. | Andrew Bartlett | 1 | -0/+3 |
2003-04-16 | Fixes to make SCHANNEL work against a W2K DC. Still need to fix | Jeremy Allison | 1 | -13/+24 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 1 | -18/+0 |
2003-04-14 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2003-04-14 | Fixed incorrect argument to debug. | Tim Potter | 1 | -1/+1 |
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 | 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-23 | NTLM Authentication: | Andrew Bartlett | 1 | -1/+12 |
2003-03-18 | Ignore .po and .po32 files. | Martin Pool | 1 | -0/+3 |
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-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-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 | Pass down max_size parameter to cli_samr_query_dispinfo() instead of | Tim Potter | 1 | -2/+35 |
2003-01-28 | added LsaRemoveAccountRights | Andrew Tridgell | 1 | -0/+42 |
2003-01-28 | cleaned up the lsa_enum_acct_rights function and added a | Andrew Tridgell | 1 | -0/+43 |
2003-01-17 | reverted this patch till I sort out the craziness with UNIHDR | Andrew Tridgell | 1 | -8/+8 |
2003-01-17 | This removes the 3rd argument from init_unistr2(). There were 240 | Andrew Tridgell | 1 | -8/+8 |