Age | Commit message (Expand) | Author | Files | Lines |
2003-11-17 | Fix from Andrew Bartlett to fix up the munged-dial problem. | Jeremy Allison | 2 | -6/+16 |
2003-11-13 | * Fix from SATOH Fumiyasu for bug 660 (failing to view print | Gerald Carter | 1 | -5/+7 |
2003-11-11 | fix crash bug due to empyrt munged dial string; patch from metze | Gerald Carter | 1 | -1/+1 |
2003-11-07 | Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c... | Jeremy Allison | 2 | -5/+35 |
2003-11-03 | Fix some uninitialised variable warnings. | Tim Potter | 1 | -2/+2 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 1 | -0/+10 |
2003-10-24 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+163 |
2003-10-24 | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 1 | -0/+163 |
2003-10-22 | Be sure referent ID is updated for incoming structures, too. | Jim McDonough | 1 | -3/+13 |
2003-10-21 | Fix typo | Jim McDonough | 1 | -1/+1 |
2003-10-20 | Update structures after ethereal showed some marshalling/unmarshalling | Jim McDonough | 1 | -9/+35 |
2003-10-20 | Several updates: | Jim McDonough | 1 | -3/+42 |
2003-10-18 | Fix tower length calculations and add some const | Jim McDonough | 1 | -4/+5 |
2003-10-17 | uuid itself might not be aligned (as is the case in epm map requests), so | Jim McDonough | 1 | -3/+3 |
2003-10-17 | Add epmapper pipe | Jim McDonough | 1 | -1/+11 |
2003-10-17 | Add (un)marshalling code for endpoint mapper map operation | Jim McDonough | 1 | -0/+406 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -22/+2 |
2003-10-07 | Max warnings with gcc. | Jeremy Allison | 1 | -1/+3 |
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-06 | split some security related functions in their own files. | Simo Sorce | 3 | -744/+32 |
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-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-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 2 | -63/+90 |
2003-09-29 | Merge from 3.0: | Tim Potter | 9 | -537/+367 |
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-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-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 1 | -16/+20 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 6 | -31/+39 |
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-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 4 | -135/+207 |
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-17 | fix the build. Ifdef out some code | Gerald Carter | 1 | -8/+10 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 8 | -326/+410 |
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 |