summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke1-3/+3
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke1-4/+4
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-15/+10
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-7/+7
2004-01-14source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis1-1/+0
2004-01-09fix some warnings from the Sun compilerGerald Carter1-4/+4
2004-01-07commiting jra's fix for Exchange clear test authGerald Carter1-1/+2
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-2/+2
2003-12-29Add the alignment required before all 2-byte quantities in NDR. Allows usAndrew Bartlett1-0/+3
2003-12-10Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter1-1/+1
2003-12-05fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell1-4/+4
2003-12-04* fix RemoveSidForeignDomain() ; bug 252Gerald Carter1-6/+6
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