summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-11/+11
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett2-13/+18
2003-11-17Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2-6/+16
2003-11-13* Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter1-5/+7
2003-11-11fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter1-1/+1
2003-11-07Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2-5/+35
2003-11-03Fix some uninitialised variable warnings.Tim Potter1-2/+2
2003-10-24Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough1-0/+10
2003-10-24This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+163
2003-10-24New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough1-0/+163
2003-10-22Be sure referent ID is updated for incoming structures, too.Jim McDonough1-3/+13
2003-10-21Fix typoJim McDonough1-1/+1
2003-10-20Update structures after ethereal showed some marshalling/unmarshallingJim McDonough1-9/+35
2003-10-20Several updates:Jim McDonough1-3/+42
2003-10-18Fix tower length calculations and add some constJim McDonough1-4/+5
2003-10-17uuid itself might not be aligned (as is the case in epm map requests), soJim McDonough1-3/+3
2003-10-17Add epmapper pipeJim McDonough1-1/+11
2003-10-17Add (un)marshalling code for endpoint mapper map operationJim McDonough1-0/+406
2003-10-09Merge from 3.0:Tim Potter1-22/+2
2003-10-07Max warnings with gcc.Jeremy Allison1-1/+3
2003-10-07Tut tut - always run with max warnings on gcc...Jeremy Allison1-1/+3
2003-10-06split some security related functions in their own files.Simo Sorce2-741/+29
2003-10-06split some security related functions in their own files.Simo Sorce3-744/+32
2003-10-03Grrr. compile patches before you apply !Jeremy Allison1-4/+4
2003-10-03abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter1-7/+26
2003-10-03abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter1-7/+26
2003-10-01Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett1-21/+1
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2-63/+90
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2-63/+90
2003-09-29Merge from 3.0:Tim Potter9-537/+367
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison9-537/+367
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-9/+11
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-9/+11
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-16/+20
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-16/+20
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter6-31/+39
2003-09-08Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter1-6/+14
2003-08-20Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter1-6/+6
2003-08-15get rid of more compiler warningsHerb Lewis1-7/+7
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis4-11/+11
2003-08-12Fix commentAndrew Bartlett1-1/+1
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce4-135/+207
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough2-2/+2
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+0
2003-07-31working on transtive trusts issue:Gerald Carter1-0/+3
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter1-3/+184
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-2/+2
2003-07-17fix the build. Ifdef out some codeGerald Carter1-8/+10
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter8-326/+410