r2987: added support for signed 32 bit integers in pidl
[gd/samba-autobuild/.git] / source / librpc / ndr / ndr_basic.c
2007-10-10 Andrew Tridgellr2987: added support for signed 32 bit integers in...
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 Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Tridgellr2205: fixed an incorrect cast that broke relative...
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 Metzmacherr1994: fix compiler warning
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Stefan Metzmacherr1847: add STR_BYTESIZE flag, to handle cases where
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Stefan Metzmacherr1274: revert -r 1239 as discussed with abartlet
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 Tridgellr1030: added server side schannel support
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 Tridgellr275: added IDL and test code for samr_QueryDisplayInfo3(),
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2003-12-31 Andrew Tridgellthe endpoint mapper now works in bigendian mode
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!
2003-12-12 Tim PotterAdded routines for arrays of uint16s.
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-12-01 Andrew Tridgellstarted adding netlogon IDL and test suite
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-11-24 Andrew Tridgelladded tests for epm_Map endpointer map calls
2003-11-24 Andrew Tridgelladded tests for the remaining calls on the rpc manageme...
2003-11-24 Andrew Tridgelladded the dcerpc remote management interfaces as mgmt...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-22 Andrew Tridgell * fixed null terminated string handling
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Andrew Tridgelladded 4 more levels to samr_QueryDisplayInfo()
2003-11-20 Andrew Tridgelladded samr_LookupNames() and test code
2003-11-20 Andrew TridgellEnumPrinterData in spoolss now works
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgellsecurity descriptors are no longer a "special" type...
2003-11-17 Andrew Tridgell* more info levels for EnumPrinter
2003-11-17 Andrew Tridgellnicer method of handling spoolss EnumPrinters
2003-11-16 Andrew Tridgelluse nstring and [relative] to support levels 1 and...
2003-11-16 Andrew Tridgelladded support for level1 of EnumPrinters in spoolss...
2003-11-16 Andrew Tridgelluse the "subcontext" magic flag for sec_desc_buf
2003-11-15 Andrew Tridgelladded samr_UserInfo2 and samr_UserInfo3
2003-11-15 Andrew Tridgelladded lsa_QuerySecObj() and the necessary sec_desc_buf...
2003-11-14 Andrew Tridgell* added levels 4, 200 and 300 to NetDfsEnum. 200 and...
2003-11-14 Andrew Tridgellwe can now do a level1 NetDfsEnum()
2003-11-13 Andrew Tridgell* fixed conformant arrays in structures
2003-11-12 Andrew Tridgelllsa_PrivilegeSet seems to be a very strange beast indee...
2003-11-11 Andrew Tridgelladded 9 more info levels to lsa_QueryInfoPolicy
2003-11-11 Andrew Tridgelladded QueryPolicyInfo/PrimaryDomainInfo idl and test...
2003-11-11 Andrew Tridgellsupport lsa_AuditEventsInfo
2003-11-11 Andrew Tridgellstart using automatic union printing
2003-11-11 Andrew Tridgellautomatically generate ndr_print_*() functions for...
2003-11-11 Andrew Tridgellstarted adding support for lsa_QueryInfoPolicy
2003-11-09 Andrew Tridgellconverted the rpcecho pipe to use IDL
2003-11-09 Andrew Tridgelllsa_LookupNames now works
2003-11-09 Andrew Tridgelladded idl, generated code and test code for lsa_LookupSids
2003-11-08 Andrew Tridgell- more generation fixes
2003-11-08 Andrew Tridgell- corrected some lsa idl
2003-11-06 Andrew Tridgellanother major bit of restructuring of rpc in Samba4...