summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-175-7/+31
* ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner2009-09-081-1/+7
* schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2009-09-081-1/+1
* schannel: move schannel.idl to main directory.Günther Deschner2009-08-262-45/+1
* s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpdAndrew Bartlett2009-08-221-2/+4
* s4:librpc/rpc: fix DEBUG() messageStefan Metzmacher2009-08-181-1/+1
* try to give some hint as to what is causing NDR string errorsAndrew Tridgell2009-08-121-8/+8
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* winsif.idl: add definition of winsif_WinsDoScanvengingNew()Stefan Metzmacher2009-07-311-1/+14
* winsif.idl: add definition of winsif_WinsStatusWHdl()Stefan Metzmacher2009-07-311-1/+5
* winsif.idl: add definition of winsif_WinsStatusNew()Stefan Metzmacher2009-07-311-1/+17
* winsif.idl: add definition of winsif_WinsGetDbRecsByName()Stefan Metzmacher2009-07-311-2/+9
* winsif.idl: add definition of winsif_WinsGetBrowserNames()Stefan Metzmacher2009-07-311-1/+10
* winsif.idl: add definition of winsif_WinsSetFlags()Stefan Metzmacher2009-07-311-1/+3
* winsif.idl: add definition of winsif_WinsDeleteWins()Stefan Metzmacher2009-07-311-1/+3
* winsif.idl: add definition of winsif_WinsGetBrowserNames_Old()Stefan Metzmacher2009-07-311-1/+13
* winsif.idl: add definition of winsif_WinsGetNameAndAdd()Stefan Metzmacher2009-07-311-1/+9
* winsif.idl: add definition of winsif_WinsWorkerThreadUpdate()Stefan Metzmacher2009-07-311-1/+3
* winsif.idl: add definition of winsif_WinsResetCounters()Stefan Metzmacher2009-07-311-1/+1
* winsif.idl: add definition of winsif_WinsSetPriorityClass()Stefan Metzmacher2009-07-311-1/+3
* winsif.idl: add definition of winsif_WinsPullRange()Stefan Metzmacher2009-07-311-1/+6
* winsif.idl: add definition of winsif_WinsDelDbRecs()Stefan Metzmacher2009-07-311-1/+5
* winsif.idl: add definition of winsif_WinsBackup()Stefan Metzmacher2009-07-311-1/+4
* winsif.idl: add definition of winsif_WinsTerm()Stefan Metzmacher2009-07-311-1/+3
* winsif.idl: add definition of winsif_WinsGetDbRecs()Stefan Metzmacher2009-07-311-1/+13
* winsif.idl: add definition of winsif_WinsDoScavenging()Stefan Metzmacher2009-07-311-1/+1
* winsif.idl: add definition of winsif_WinsDoStaticInit()Stefan Metzmacher2009-07-311-1/+4
* winsif.idl: add definition of winsif_WinsTrigger()Stefan Metzmacher2009-07-311-1/+10
* winsif.idl: add definition of winsif_WinsStatus()Stefan Metzmacher2009-07-311-1/+76
* winsif.idl: add definition of WinsRecordAction()Stefan Metzmacher2009-07-311-1/+53
* winsif.idl: add missing function callsStefan Metzmacher2009-07-311-1/+74
* s4:librpc: rename wins.idl => winsif.idlStefan Metzmacher2009-07-312-8/+8
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-4/+4
* frstrans.idl: add new DFS-R FrsTransport interface with dummy functionsStefan Metzmacher2009-07-221-1/+8
* frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher2009-07-211-1/+1
* Include ntsvc NDR in libndr-standard.Jelmer Vernooij2009-07-191-8/+5
* Merge more ndr interfaces into libndr-standard.Jelmer Vernooij2009-07-191-57/+21
* librpc: Integrate some subsystems now part of libndr-standard and integrate n...Jelmer Vernooij2009-07-191-30/+14
* Create libndr-standard, which includes the NDR marshalling code forJelmer Vernooij2009-07-191-15/+25
* A rather strange varient of talloc_unlinkAndrew Tridgell2009-07-011-1/+1
* py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell2009-07-011-1/+0
* fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell2009-07-012-2/+13
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-182-2/+4
* always enable RPC debugging with a debug level >= 100.Andrew Tridgell2009-06-122-0/+8
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-2/+1
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-17/+17
* Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova2009-04-231-1/+1
* Revert "Use an absolute path to ensure that we can always regenerate tables.c"Stefan Metzmacher2009-04-211-2/+0
* Add str() for policy_handles.Andrew Bartlett2009-04-211-1/+11
* python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett2009-04-211-0/+38