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
/
source4
/
librpc
/
ndr
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5672: Use switch_type() and the token storage mechanism for unions:
Jelmer Vernooij
3
-2
/
+32
2007-10-10
r5663: Revert some changes I didn't mean to commit...
Jelmer Vernooij
3
-32
/
+2
2007-10-10
r5661: Be a little stricter on syntax regarding arrays. A pointer to an
Jelmer Vernooij
3
-2
/
+32
2007-10-10
r5506: Simplify the use of subcontexts and make them a bit less a special case.
Jelmer Vernooij
1
-76
/
+2
2007-10-10
r5504: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5490: The big (D)COM commit! :-) Contains most of the changes described in the
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r5489: hide handwritten pull/push/print code from the caller
Stefan Metzmacher
1
-70
/
+660
2007-10-10
r5487: - Allow disabling modules
Jelmer Vernooij
1
-0
/
+0
2007-10-10
r5446: fix pulling of arrays in EnumXXX functions
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r5427: NTSTATUS is treated by pidl as a 'real' scalar now.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r5414: - added libcli/wins/, a basic client library for WINS replication
Andrew Tridgell
1
-1
/
+32
2007-10-10
r5376: ORPC is NDR specific, so move it to ndr.pm.
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r5363: - ndr_%_ptr -> ndr_%_unique_ptr
Jelmer Vernooij
2
-6
/
+6
2007-10-10
r5361: Rename some functions, add tests to validator.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5360: Remove a couple of unused functions.
Jelmer Vernooij
2
-37
/
+0
2007-10-10
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
5
-100
/
+100
2007-10-10
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
Andrew Tridgell
1
-0
/
+34
2007-10-10
r5145: define struct ipv4_addr in misc.idl,
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r5139: fix types
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r5118: added support for node status replies in nbtd. nmblookup -S now works ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5109: - fixed handling of zero-length subcontexts in the ndr library
Andrew Tridgell
1
-3
/
+0
2007-10-10
r5084: - handle arbitrary data in the NULL record reply type for nbt name que...
Andrew Tridgell
2
-1
/
+3
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2
-16
/
+16
2007-10-10
r5036: changed HYPER_T to the more standard "hyper"
Andrew Tridgell
1
-17
/
+17
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
2
-47
/
+26
2007-10-10
r4885: added a new NBT client library. Features include:
Andrew Tridgell
3
-12
/
+46
2007-10-10
r4772: fixed checking of the conformant size for dom_sid2
Andrew Tridgell
1
-1
/
+7
2007-10-10
r4676: NTTIME_1sec is a standard NTTIME for the calling code
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r4673: Fix the IDL for the QuerySecret LSA call.
Andrew Bartlett
1
-2
/
+25
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2
-2
/
+2
2007-10-10
r4557: support for [flags()] on typedef enum|bitmap
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4535: add full support for
Stefan Metzmacher
1
-2
/
+11
2007-10-10
r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It
Andrew Tridgell
1
-0
/
+21
2007-10-10
r4519: added the enum print function in ndr_basic.c
Andrew Tridgell
1
-0
/
+6
2007-10-10
r4139: 2nd attempt at fixing the null ptr in size_is() problem.
Andrew Tridgell
1
-8
/
+2
2007-10-10
r4110: fixed pidl to allow arrays to have size_is() and length_is() elements
Andrew Tridgell
2
-35
/
+110
2007-10-10
r4102: more uint64 vs HYPER_T fixes
Stefan Metzmacher
2
-5
/
+11
2007-10-10
r4098: catch null guid string so RPC-DRSUAPI works against my server
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3997: fix STR_CHARLEN pull case
Stefan Metzmacher
1
-21
/
+25
2007-10-10
r3984: success full parse the repsFrom/repsTo LDAP fields
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r3972: use GUID_* naming context and move GUID_* functions to one place
Stefan Metzmacher
2
-84
/
+143
2007-10-10
r3956: start to decode the repsFrom and repsTo fileds but not ready
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r3869: in the NDR encoded replPropertyMetaData attribute in ADS
Stefan Metzmacher
1
-1
/
+29
2007-10-10
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
1
-56
/
+0
2007-10-10
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
1
-15
/
+1
[next]