summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2009-07-31winsif.idl: add definition of winsif_WinsSetPriorityClass()Stefan Metzmacher1-1/+3
2009-07-31winsif.idl: add definition of winsif_WinsPullRange()Stefan Metzmacher1-1/+6
2009-07-31winsif.idl: add definition of winsif_WinsDelDbRecs()Stefan Metzmacher1-1/+5
2009-07-31winsif.idl: add definition of winsif_WinsBackup()Stefan Metzmacher1-1/+4
2009-07-31winsif.idl: add definition of winsif_WinsTerm()Stefan Metzmacher1-1/+3
2009-07-31winsif.idl: add definition of winsif_WinsGetDbRecs()Stefan Metzmacher1-1/+13
2009-07-31winsif.idl: add definition of winsif_WinsDoScavenging()Stefan Metzmacher1-1/+1
2009-07-31winsif.idl: add definition of winsif_WinsDoStaticInit()Stefan Metzmacher1-1/+4
2009-07-31winsif.idl: add definition of winsif_WinsTrigger()Stefan Metzmacher1-1/+10
2009-07-31winsif.idl: add definition of winsif_WinsStatus()Stefan Metzmacher1-1/+76
2009-07-31winsif.idl: add definition of WinsRecordAction()Stefan Metzmacher1-1/+53
2009-07-31winsif.idl: add missing function callsStefan Metzmacher1-1/+74
2009-07-31s4:librpc: rename wins.idl => winsif.idlStefan Metzmacher2-8/+8
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-4/+4
2009-07-22frstrans.idl: add new DFS-R FrsTransport interface with dummy functionsStefan Metzmacher1-1/+8
2009-07-21frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher1-1/+1
2009-07-19Include ntsvc NDR in libndr-standard.Jelmer Vernooij1-8/+5
2009-07-19Merge more ndr interfaces into libndr-standard.Jelmer Vernooij1-57/+21
2009-07-19librpc: Integrate some subsystems now part of libndr-standard and integrate n...Jelmer Vernooij1-30/+14
2009-07-19Create libndr-standard, which includes the NDR marshalling code forJelmer Vernooij1-15/+25
2009-07-01A rather strange varient of talloc_unlinkAndrew Tridgell1-1/+1
2009-07-01py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell1-1/+0
2009-07-01fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell2-2/+13
2009-06-18s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2-2/+4
2009-06-12always enable RPC debugging with a debug level >= 100.Andrew Tridgell2-0/+8
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-2/+1
2009-06-02python: Move helper functions for using param into a separate file ratherJelmer Vernooij1-17/+17
2009-04-23Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova1-1/+1
2009-04-21Revert "Use an absolute path to ensure that we can always regenerate tables.c"Stefan Metzmacher1-2/+0
2009-04-21Add str() for policy_handles.Andrew Bartlett1-1/+11
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett1-0/+38
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett1-0/+92
2009-04-20s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()Stefan Metzmacher2-8/+9
2009-04-20s4:librpc/rpc: remove async argument from the sync dcerpc_request() functionStefan Metzmacher3-4/+2
2009-04-20s4:librpc/rpc: only use smb_trans for sync rpc callsStefan Metzmacher1-2/+16
2009-04-20s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercasesStefan Metzmacher1-1/+1
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett1-3/+12
2009-04-20Make domain sid argument to as_sddl() optional.Jelmer Vernooij1-3/+12
2009-04-16Use an absolute path to ensure that we can always regenerate tables.cAndrew Bartlett1-0/+2
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-8/+10
2009-03-24move dcerpc.idl to main directory.Günther Deschner2-308/+2
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-33/+23
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-10/+10
2009-02-19s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher1-1/+1
2009-02-05s4:pyrpc: fix compiler warningsStefan Metzmacher1-3/+5
2009-02-05s4:build: remove not commited files under librpc/gen_ndr with make cleanStefan Metzmacher1-1/+3
2009-02-05spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2-535/+1
2009-02-03s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher1-2/+2
2009-02-03librpc: add ndr_size_string_array().Günther Deschner1-0/+23
2009-02-02s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher1-16/+16