summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke1-1/+4
2007-10-10r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)Andrew Bartlett1-2/+1
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-6/+61
2007-10-10r977: Implement 'net rpc group rename' -- rename domain groups.Volker Lendecke1-0/+46
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-5/+15
2007-10-10r480: Added Andrew Bartletts pwinfo-parse-error.patch.Jeremy Allison1-3/+3
2007-10-10r196: merging struct uuid from trunkGerald Carter6-52/+65
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-3/+3
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+84
2004-03-24fixes for prnadmin.dll APIGerald Carter1-1/+1
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