Age | Commit message (Expand) | Author | Files | Lines |
2003-10-07 | Tut tut - always run with max warnings on gcc... | Jeremy Allison | 1 | -1/+3 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 2 | -741/+29 |
2003-10-03 | Grrr. compile patches before you apply ! | Jeremy Allison | 1 | -4/+4 |
2003-10-03 | abstract UUID parsing code to an individual function; patch from Anthony | Gerald Carter | 1 | -7/+26 |
2003-10-01 | Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debug | Andrew Bartlett | 1 | -21/+1 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 2 | -63/+90 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 9 | -537/+367 |
2003-09-19 | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 1 | -9/+11 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 1 | -16/+20 |
2003-09-08 | Fix for bug #334. We don't unmarshall the trusted domain or secrets | Tim Potter | 1 | -6/+14 |
2003-08-20 | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN | Gerald Carter | 1 | -6/+6 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -7/+7 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 4 | -11/+11 |
2003-08-12 | Fix comment | Andrew Bartlett | 1 | -1/+1 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 2 | -2/+2 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+0 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 1 | -0/+3 |
2003-07-30 | add support for DsEnumerateDomainTrusted for enumerating all the | Gerald Carter | 1 | -3/+184 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -2/+2 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -2/+2 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 2 | -112/+184 |
2003-07-14 | Don't bomb out when trying to unmarshall a zero length printerdata value. | Tim Potter | 1 | -4/+3 |
2003-07-09 | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful | Jeremy Allison | 1 | -10/+10 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -1/+1 |
2003-07-03 | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 1 | -17/+2 |
2003-07-03 | well this was easy... | Gerald Carter | 1 | -2/+18 |
2003-07-01 | Adding jcmd's share ACL on XP patch. Thanks Jim ! | Jeremy Allison | 1 | -1/+2 |
2003-06-30 | Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we were | Jeremy Allison | 1 | -7/+115 |
2003-06-23 | fix bug #178; available space in devmode should be int | Gerald Carter | 1 | -1/+1 |
2003-06-05 | Never second guess tridge.... (always talloc an internal pointer... ). | Jeremy Allison | 1 | -6/+4 |
2003-06-04 | Fix for previous checkin. Only use talloc on unmarshalling or we'll | Jeremy Allison | 1 | -3/+5 |
2003-06-04 | fixed the arbitrary 256 limit on the size of aliases in parse_samr | Andrew Tridgell | 1 | -21/+23 |
2003-06-03 | Fix debug message merge. | Jeremy Allison | 1 | -1/+1 |
2003-05-29 | Change get_nt_acl() to include security_info wanted. Only return this. | Jeremy Allison | 1 | -42/+15 |
2003-05-26 | Metze's patches: | John Terpstra | 1 | -35/+35 |
2003-05-26 | This fixes net rpc vampire when talking to win2k (<sp3). win2k sends | Tim Potter | 2 | -7/+7 |
2003-05-24 | Fix an insufficient alloc when querying alias members. | Volker Lendecke | 1 | -1/+1 |
2003-04-28 | Whitespace syncup. | Tim Potter | 1 | -2/+1 |
2003-04-25 | This function is a duplicate. | Andrew Bartlett | 1 | -18/+0 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 1 | -1/+2 |
2003-04-22 | parse_string is only used for the authentication negotiators. | Volker Lendecke | 2 | -11/+13 |
2003-04-18 | Survive a samdump with an alias that has no description | Volker Lendecke | 1 | -3/+6 |
2003-04-16 | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix | Jeremy Allison | 2 | -15/+13 |
2003-04-14 | Merge of rpcecho pipe for testing large dcerpc requests and responses. | Tim Potter | 1 | -0/+10 |
2003-04-13 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+166 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 2 | -0/+176 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -4/+16 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -4/+16 |
2003-04-09 | A little clarification in the rpc auth header struct. | Volker Lendecke | 1 | -8/+7 |
2003-04-09 | A little clarification in the rpc auth header struct. | Volker Lendecke | 1 | -8/+7 |