summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_reg.c
Commit message (Expand)AuthorAgeFilesLines
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r10432: BUG 3080: fix 'net rpc shutdown' for XP clientsGerald Carter2007-10-101-1/+2
* r10278: more fixes for bug 3080. Ensure the length on the message string is ...Gerald Carter2007-10-101-0/+7
* r10243: fix net rpc shutdown (missing alignments and sending an invalid UNIST...Gerald Carter2007-10-101-2/+10
* r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter2007-10-101-10/+9
* r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (aTim Potter2007-10-101-1/+1
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-6/+6
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-5/+0
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-101-4/+4
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-7/+7
* r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2007-10-101-7/+7
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-5/+3
* r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter2007-10-101-16/+1
* r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter2007-10-101-7/+7
* r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter2007-10-101-8/+8
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2007-10-101-0/+10
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-63/+31
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-9/+16
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2007-10-101-0/+2
* r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2007-10-101-0/+48
* r6014: rather large change set....Gerald Carter2007-10-101-638/+462
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-25/+25
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-40/+24
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-1/+1
* Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-131-2/+2
* Missed from previous commit - merge from HEAD the changes to the remoteAndrew Bartlett2003-01-041-4/+8
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-40/+40
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-69/+7
* sync 3.0 branch with headJelmer Vernooij2002-08-171-23/+246
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-26/+54
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Tidyups and things I discovered during the merge...Jeremy Allison2001-11-151-4/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-5/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-19/+19
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-3/+3
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-6/+211
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-1/+1
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-76/+81
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* Added HP change.Jeremy Allison2000-01-141-53/+54
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-648/+705
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-1/+1
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-4/+4
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-16/+20
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-63/+60
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-0/+58
* renamed args due to global "class" variableLuke Leighton1999-10-151-5/+5
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-103/+214
* changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1999-08-031-2/+2