index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8869: Get rid of a warning.
Volker Lendecke
1
-1
/
+1
2007-10-10
r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.
Jeremy Allison
1
-45
/
+29
2007-10-10
r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (a
Tim Potter
1
-1
/
+1
2007-10-10
r8564: Sometimes we're too dumb to live... Fix samr calls where we were
Jeremy Allison
1
-44
/
+44
2007-10-10
r8553: Another compile warning fix from jason@ncac.gwu.edu.
Jeremy Allison
1
-1
/
+1
2007-10-10
r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...
Gerald Carter
1
-0
/
+16
2007-10-10
r8398: Fix segfault in the client addprinterex-call. Found with "net rpc
Günther Deschner
1
-1
/
+2
2007-10-10
r7995: * privileges are local except when they're *not*
Gerald Carter
1
-6
/
+6
2007-10-10
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
1
-5
/
+0
2007-10-10
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
1
-4
/
+4
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2
-15
/
+15
2007-10-10
r7880: fix a typo and memleak on failures cases (patch from marcin)
Gerald Carter
1
-3
/
+3
2007-10-10
r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarity
Gerald Carter
1
-7
/
+7
2007-10-10
r7839: remove C++ style comment
Gerald Carter
1
-1
/
+0
2007-10-10
r7789: fix overparanoid assert() call when checking spolss buffer pointers
Gerald Carter
1
-6
/
+12
2007-10-10
r7696: Don't try and be clever and read an 8 byte int and 3 pad bytes
Jeremy Allison
1
-2
/
+2
2007-10-10
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
1
-5
/
+3
2007-10-10
r7664: add access check hooks to _reg_open_entry which are passed off
Gerald Carter
1
-16
/
+1
2007-10-10
r7649: * fix compile breakage (sorry, should have done a make clean before the
Gerald Carter
1
-7
/
+7
2007-10-10
r7645: adding server stubs for RegCreateKey() and RegSetValue()
Gerald Carter
1
-8
/
+8
2007-10-10
r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...
Gerald Carter
2
-2
/
+174
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-0
/
+26
2007-10-10
r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a
Günther Deschner
1
-1
/
+345
2007-10-10
r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yet
Jeremy Allison
1
-30
/
+71
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-336
/
+564
2007-10-10
r6995: * fixing segfault when writing out registry values of zero length
Gerald Carter
1
-0
/
+10
2007-10-10
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
2
-65
/
+49
2007-10-10
r6683: remove log messages about unknown specversions since I think we are fa...
Gerald Carter
1
-19
/
+0
2007-10-10
r6680: event log patches from Marcin
Gerald Carter
1
-1
/
+1
2007-10-10
r6601: fixing query and set alias info calls (level 1 from the
Gerald Carter
1
-52
/
+35
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-5
/
+1
2007-10-10
r6491: BUG 2653: patch from Olaf Imig <Olaf.Imig@bifab.de>; allocate memory f...
Gerald Carter
1
-1
/
+2
2007-10-10
r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
Volker Lendecke
1
-1
/
+3
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
1
-135
/
+86
2007-10-10
r6243: Yes. I *will* hate myself in the morning for this one.
Gerald Carter
1
-0
/
+17
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
3
-84
/
+55
2007-10-10
r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Gerald Carter
3
-101
/
+106
2007-10-10
r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...
Gerald Carter
2
-0
/
+53
2007-10-10
r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )
Gerald Carter
3
-76
/
+96
2007-10-10
r6046: $ net -S block -U % -W VALE rpc service status spooler
Gerald Carter
1
-1
/
+1
2007-10-10
r6038: adding more flesh to 'net rpc service'
Gerald Carter
1
-8
/
+3
2007-10-10
r6014: rather large change set....
Gerald Carter
9
-835
/
+1937
2007-10-10
r6004: Let's make server manager able to kill a user session.
Simo Sorce
1
-0
/
+73
2007-10-10
r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ...
Gerald Carter
1
-1
/
+1
2007-10-10
r5809: try to catch NULL pointers during developerment for rpcbuf_move()
Gerald Carter
1
-2
/
+1
2007-10-10
r5808: removing unneeded structure field from RPC_BUFFER
Gerald Carter
1
-25
/
+0
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
5
-488
/
+627
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
1
-14
/
+29
2007-10-10
r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop
Jim McDonough
1
-42
/
+18
2007-10-10
r5536: Avoid intermediate copy of NT and LM responses in NETLOGON client.
Andrew Bartlett
1
-14
/
+0
[prev]
[next]