index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
/
parse_reg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (a
Tim Potter
2007-10-10
1
-1
/
+1
*
r7995: * privileges are local except when they're *not*
Gerald Carter
2007-10-10
1
-6
/
+6
*
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
2007-10-10
1
-5
/
+0
*
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
2007-10-10
1
-4
/
+4
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarity
Gerald Carter
2007-10-10
1
-7
/
+7
*
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
2007-10-10
1
-5
/
+3
*
r7664: add access check hooks to _reg_open_entry which are passed off
Gerald Carter
2007-10-10
1
-16
/
+1
*
r7649: * fix compile breakage (sorry, should have done a make clean before the
Gerald Carter
2007-10-10
1
-7
/
+7
*
r7645: adding server stubs for RegCreateKey() and RegSetValue()
Gerald Carter
2007-10-10
1
-8
/
+8
*
r6995: * fixing segfault when writing out registry values of zero length
Gerald Carter
2007-10-10
1
-0
/
+10
*
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
2007-10-10
1
-63
/
+31
*
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
2007-10-10
1
-9
/
+16
*
r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Gerald Carter
2007-10-10
1
-0
/
+2
*
r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...
Gerald Carter
2007-10-10
1
-0
/
+48
*
r6014: rather large change set....
Gerald Carter
2007-10-10
1
-638
/
+462
*
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
2007-10-10
1
-25
/
+25
*
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2003-09-25
1
-40
/
+24
*
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
1
-1
/
+1
*
Now that I am running config.developer, I decided to get rif of some warnings:
Richard Sharpe
2003-01-13
1
-2
/
+2
*
Missed from previous commit - merge from HEAD the changes to the remote
Andrew Bartlett
2003-01-04
1
-4
/
+8
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-40
/
+40
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-69
/
+7
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-23
/
+246
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-26
/
+54
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Tidyups and things I discovered during the merge...
Jeremy Allison
2001-11-15
1
-4
/
+4
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-5
/
+0
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-19
/
+19
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-3
/
+3
*
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
2001-08-10
1
-6
/
+211
*
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
2001-03-16
1
-1
/
+1
*
Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.
Jeremy Allison
2000-05-15
1
-76
/
+81
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-26
/
+0
*
added the following message to all dce/rpc client/server code, except
Luke Leighton
2000-03-22
1
-0
/
+26
*
Added HP change.
Jeremy Allison
2000-01-14
1
-53
/
+54
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-648
/
+705
*
registry API moved over to new format. reg_connect() is the top-level
Luke Leighton
1999-11-24
1
-1
/
+1
*
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1999-11-24
1
-4
/
+4
*
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
1999-11-18
1
-16
/
+20
*
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
1999-11-18
1
-63
/
+60
*
added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported
Luke Leighton
1999-10-29
1
-0
/
+58
*
renamed args due to global "class" variable
Luke Leighton
1999-10-15
1
-5
/
+5
*
return results on prs_xxxxx() and all xxx_io_xxx() routines.
Luke Leighton
1999-10-15
1
-103
/
+214
*
changing debug output message reg_io_unknown_1 to reg_io_close.
Luke Leighton
1999-08-03
1
-2
/
+2
*
reverted jeremy's c++-like security descriptor modifications as the
Luke Leighton
1999-08-03
1
-12
/
+18
*
Mainly BDC-related changes.
Matthew Chapman
1999-04-08
1
-6
/
+3
*
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
1999-03-24
1
-10
/
+14
*
Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.
Matthew Chapman
1999-03-23
1
-3
/
+4
*
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
1999-02-23
1
-20
/
+13
[next]