r4627: - simplified the dcerpc auth code using a common function
[samba.git] / source4 / librpc / ndr /
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Stefan Metzmacherr4557: support for [flags()] on typedef enum|bitmap
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Stefan Metzmacherr4535: add full support for
2007-10-10 Andrew Tridgellr4526: - much simpler (and more accurate!) ndr_size_...
2007-10-10 Andrew Tridgellr4519: added the enum print function in ndr_basic.c
2007-10-10 Andrew Tridgellr4139: 2nd attempt at fixing the null ptr in size_is...
2007-10-10 Andrew Tridgellr4110: fixed pidl to allow arrays to have size_is(...
2007-10-10 Stefan Metzmacherr4102: more uint64 vs HYPER_T fixes
2007-10-10 Andrew Tridgellr4098: catch null guid string so RPC-DRSUAPI works...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4051: use talloc_array() instead of talloc() when...
2007-10-10 Stefan Metzmacherr3997: fix STR_CHARLEN pull case
2007-10-10 Stefan Metzmacherr3984: success full parse the repsFrom/repsTo LDAP...
2007-10-10 Stefan Metzmacherr3972: use GUID_* naming context and move GUID_* functi...
2007-10-10 Stefan Metzmacherr3956: start to decode the repsFrom and repsTo fileds...
2007-10-10 Stefan Metzmacherr3869: in the NDR encoded replPropertyMetaData attribut...
2007-10-10 Jelmer Vernooijr3861: - Put ndr and rpc client code in seperate files
2007-10-10 Andrew Tridgellr3830: unified the query/set security descriptor code...
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Stefan Metzmacherr3787: a function to generate a random GUID
2007-10-10 Stefan Metzmacherr3785: this strings are not const
2007-10-10 Jelmer Vernooijr3611: DCOM client support works!!
2007-10-10 Jelmer Vernooijr3606: More DCOM fixes:
2007-10-10 Stefan Metzmacherr3582: more gcc-4.0 signedness fixes
2007-10-10 Andrew Tridgellr3549: added support for DOS extended attribute lists...
2007-10-10 Andrew Tridgellr3545: initial support for using extended attributes...
2007-10-10 Stefan Metzmacherr3512: - support DsCrackName GUID strings ('{faedf4f9...
2007-10-10 Stefan Metzmacherr3484: - add support for conformant string arrays at...
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Jelmer Vernooijr3432: Support WERROR's in arguments (not just as retur...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3424: don't run mkproto.pl on pidl generated code...
2007-10-10 Andrew Tridgellr3395: added support for "string32" type, to fix the...
2007-10-10 Andrew Bartlettr3358: Try to put all the basic struct dom_sid manipula...
2007-10-10 Andrew Tridgellr3322: fixed a bunch of warnings in the build, includin...
2007-10-10 Andrew Bartlettr3073: Fix bug in the handling of null-terminated ASCII...
2007-10-10 Tim Potterr3036: Add function to pull an array of structures...
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Andrew Tridgellr2989: fix the printing of unions with negative cases...
2007-10-10 Andrew Tridgellr2987: added support for signed 32 bit integers in...
2007-10-10 Andrew Tridgellr2968: fixed the byte order problem with the new RHS...
2007-10-10 Andrew Tridgellr2948: added support for the [range(low,high)] attribut...
2007-10-10 Andrew Tridgellr2910: I noticed that the samr torture test was doing...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2625: use talloc_p, not talloc when possible (when...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr2209: patch from volker to add EnumPorts spoolss IDL...
2007-10-10 Volker Lendecker2208: little attempt to (almost) fix spoolss relative
2007-10-10 Andrew Tridgellr2206: another (untested) attempt to make RELATIVE_CURR...
2007-10-10 Andrew Tridgellr2205: fixed an incorrect cast that broke relative...
2007-10-10 Andrew Tridgellr2204: added [flag(RELATIVE_CURRENT)] to change [relati...
2007-10-10 Andrew Tridgellr2180: added RPC flags "padcheck" which enables checkin...
2007-10-10 Andrew Tridgellr2159: converted samba4 over to UTF-16.
2007-10-10 Stefan Metzmacherr2121: fix compiler warning
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Andrew Bartlettr2055: Add PRINTF_ATTRIBUTE to many more parts of the...
2007-10-10 Stefan Metzmacherr1994: fix compiler warning
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Stefan Metzmacherr1884: remove empty header file
2007-10-10 Stefan Metzmacherr1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING...
2007-10-10 Stefan Metzmacherr1847: add STR_BYTESIZE flag, to handle cases where
2007-10-10 Stefan Metzmacherr1770: here's the krb5 server code,
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Andrew Tridgellr1671: make [relative] pointers in idl much more generi...
2007-10-10 Andrew Tridgellr1644: changed the way [relative] pointers work in...
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Stefan Metzmacherr1274: revert -r 1239 as discussed with abartlet
2007-10-10 Tim Potterr1269: Add a 'base' field to the ndr_ofs_list structure...
2007-10-10 Tim Potterr1264: Make sure to initialize ofs_list when creating...
2007-10-10 Stefan Metzmacherr1239: move the old msrpc_<gen|parse>() functions to...
2007-10-10 Andrew Tridgellr1133: - add ndr_pull_ptr() as a separate call instead...
2007-10-10 Andrew Tridgellr1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to...
2007-10-10 Andrew Tridgellr1048: - moved the schannel definitions into a separate...
2007-10-10 Andrew Tridgellr1030: added server side schannel support
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Andrew Tridgellr895: use _t in base ndr fns
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr511: fix some const handling
2007-10-10 Andrew Tridgellr327: fixed an uninitialised variable found by valgrind
2007-10-10 Andrew Tridgellr275: added IDL and test code for samr_QueryDisplayInfo3(),
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2004-01-11 Andrew Tridgelladded dom_sid_string() function
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-31 Andrew Tridgellthe endpoint mapper now works in bigendian mode
2003-12-19 Andrew Tridgelladdition of samr_SetSecurity() from kai
2003-12-19 Andrew Tridgellfixed the AddAliasMem test code
2003-12-16 Andrew Tridgellfixed formatting of uuids in debug output
2003-12-16 Andrew Tridgelladded support for big-endian ucs2 strings (as used...
2003-12-16 Andrew Tridgella fairly large commit!
next