summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_reg.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-22/+22
2007-10-10r14829: Fix reversed test in coverity fixes.Jeremy Allison1-1/+1
2007-10-10r14776: Fix coverity #263 - #267. No one was checking tallocJeremy Allison1-7/+88
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter1-1/+2
2007-10-10r10278: more fixes for bug 3080. Ensure the length on the message string is ...Gerald Carter1-0/+7
2007-10-10r10243: fix net rpc shutdown (missing alignments and sending an invalid UNIST...Gerald Carter1-2/+10
2007-10-10r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter1-10/+9
2007-10-10r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (aTim Potter1-1/+1
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-6/+6
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-5/+0
2007-10-10r7890: * add Reg[SG]etKeySec() server stubsGerald Carter1-4/+4
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-7/+7
2007-10-10r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter1-7/+7
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-5/+3
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-16/+1
2007-10-10r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter1-7/+7
2007-10-10r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter1-8/+8
2007-10-10r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter1-0/+10
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-63/+31
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-9/+16
2007-10-10r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter1-0/+2
2007-10-10r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter1-0/+48
2007-10-10r6014: rather large change set....Gerald Carter1-638/+462
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-25/+25
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-40/+24
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-01-13Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe1-2/+2
2003-01-04Missed from previous commit - merge from HEAD the changes to the remoteAndrew Bartlett1-4/+8
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-40/+40
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-69/+7
2002-08-17sync 3.0 branch with headJelmer Vernooij1-23/+246
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-26/+54
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-15Tidyups and things I discovered during the merge...Jeremy Allison1-4/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-5/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-19/+19
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-6/+211
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-1/+1
2000-05-15Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison1-76/+81
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26
2000-01-14Added HP change.Jeremy Allison1-53/+54
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-648/+705
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-1/+1
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-4/+4
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-16/+20
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-63/+60
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+58