index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
r9495: - added an enum for winreg key types, making it easier to read the deb...
Andrew Tridgell
2007-10-10
1
-10
/
+20
*
r9441: Use "const char *" for fixed-size arrays with charset() because
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.
Jelmer Vernooij
2007-10-10
1
-6
/
+9
*
r9439: Make sure the remainder of the array is always initialized if the buff...
Jelmer Vernooij
2007-10-10
1
-1
/
+7
*
r9429: Update link to DCOM spec. Fix HRESULT values.
Jelmer Vernooij
2007-10-10
2
-5
/
+3
*
r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions
Stefan Metzmacher
2007-10-10
5
-13
/
+42
*
r9372: - make the subcontext handling autogenerated code look nicer,
Stefan Metzmacher
2007-10-10
4
-59
/
+121
*
r9360: fixed the IDL for winreg_SetValue()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9356: a better way of coping with NULL arrays in the array bounds checking. ...
Andrew Tridgell
2007-10-10
1
-8
/
+0
*
r9347: this array bounds checking is harder than it looks ...
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue
Andrew Tridgell
2007-10-10
1
-39
/
+19
*
r9300: cope with zero length in ndr_pull_charset()
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r9240: - move struct security_token to the idl file, with this we can
Stefan Metzmacher
2007-10-10
1
-0
/
+8
*
r9239: I think this is the right IDL for the eventlog record. Pidl is
Tim Potter
2007-10-10
1
-0
/
+2
*
r9237: Fix eventlog_Record typedef so it decodes records source and computer
Tim Potter
2007-10-10
1
-15
/
+13
*
r9162: Fix a couple of data types
Jelmer Vernooij
2007-10-10
1
-10
/
+12
*
r9161: More etheral parser generator fixes
Jelmer Vernooij
2007-10-10
2
-9
/
+106
*
r9157: fix white spaces
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r9156: Add IDL and test for FlushEventLog() but it always seems to return
Tim Potter
2007-10-10
1
-1
/
+3
*
r9154: Change eventlog enums to bitmaps.
Tim Potter
2007-10-10
1
-11
/
+11
*
r9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg for
Jelmer Vernooij
2007-10-10
1
-4
/
+56
*
r9149: add support for string arrays in GetPrinterData
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r9146: - enable winreg pipe from ejs
Andrew Tridgell
2007-10-10
2
-2
/
+9
*
r9145: Some work on eventlog since jerry is doing some in Samba3. (-:
Tim Potter
2007-10-10
1
-12
/
+25
*
r9130: Fix up awful indentation.
Tim Potter
2007-10-10
1
-22
/
+22
*
r8986: As far as I can tell, given the ldif I get from behind this, we have a
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r8855: Share this enum (describing the SamSync databases) between nbt and net...
Andrew Bartlett
2007-10-10
3
-9
/
+15
*
r8820: Push this common block of code into the caller.
Andrew Bartlett
2007-10-10
1
-39
/
+18
*
r8811: Fix the build..
Jelmer Vernooij
2007-10-10
2
-0
/
+3
*
r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed it
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r8614: Add COMRESULT/HRESULT scalar type
Jelmer Vernooij
2007-10-10
2
-0
/
+16
*
r8612: Parse::Pidl::NDR:
Jelmer Vernooij
2007-10-10
1
-192
/
+0
*
r8587: - fixed ref allocation in irpc replies
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r8577: added management calls to list current tree connects
Andrew Tridgell
2007-10-10
1
-1
/
+15
*
r8574: added server side irpc calls for listing the current sessions
Andrew Tridgell
2007-10-10
1
-0
/
+30
*
r8559: Couple of (D)COM updates:
Jelmer Vernooij
2007-10-10
1
-5
/
+1
*
r8522: fixed another couple of size_t warnings
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
2007-10-10
4
-7
/
+7
*
r8519: better method of ensuring null termination
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r8518: ensure all constructed NDR packets are null terminated. This is needed
Andrew Tridgell
2007-10-10
1
-8
/
+9
*
r8503: remove useless line
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r8500: greatly reduce the number of build warnings on x86-64 (every NDR macro
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r8480: fixed a typo
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8476: add a note that DsAddEntry is very incomplete yet
Stefan Metzmacher
2007-10-10
1
-0
/
+8
*
r8474: add some more attid mappings
Stefan Metzmacher
2007-10-10
1
-1
/
+6
*
r8375: - move from netr_StringLarge to lsa_StringLarge
Stefan Metzmacher
2007-10-10
2
-11
/
+17
*
r8368: the type filed depends on the user being present or not
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r8335: removed some duplicated code
Andrew Tridgell
2007-10-10
1
-9
/
+5
*
r8286: it makes more sense to combine the refresh count with the register cou...
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r8268: added the 'needed' logic to ehs generation, so we don't generate
Andrew Tridgell
2007-10-10
2
-2
/
+14
[next]