Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-24 | s4-waf: add NDR_EVENTLOG. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-24 | s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-23 | s4-waf: move the RPC_NDR subsystems to main librpc wscript_build. | Günther Deschner | 1 | -222/+0 | |
Guenther | |||||
2010-09-23 | s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idl | Anatoliy Atanasov | 1 | -1/+1 | |
2010-09-23 | s4-waf: add NDR_LSARPC and NDR_SAMR. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-23 | s4-waf: move two more NDR_ subsystems to main directory. | Günther Deschner | 1 | -13/+0 | |
Guenther | |||||
2010-09-23 | waf: move majority of shared NDR_ subsystems to main wscript_build. | Günther Deschner | 1 | -240/+0 | |
(so they can be used by s3 waf later) Guenther | |||||
2010-09-17 | idl: build python interfaces for winbind and idmap IDL | Andrew Tridgell | 1 | -0/+12 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-08 | s4-waf: fix bin/python/samba/dcerpc/nbt.so. | Günther Deschner | 1 | -1/+5 | |
Thanks to Brad Hards for pointing this out. Guenther | |||||
2010-09-03 | s4:libcli/wbclient: use irpc_binding_handle_by_name() | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2010-09-03 | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 1 | -31/+23 | |
2010-08-27 | pyrpc: Add py_check_dcerpc_type(). | Jelmer Vernooij | 1 | -0/+6 | |
This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2010-08-22 | librpc: add python bindings for the netlogon pipe | Andrew Tridgell | 1 | -0/+6 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-08-17 | build fix | Brad Hards | 1 | -1/+5 | |
2010-08-12 | librpc/rpc: add dcerpc_binding_handle abstration | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2010-08-05 | s4-dns: expanded the DNSP code to handle more record type | Andrew Tridgell | 1 | -1/+1 | |
2010-08-05 | dns: first version of dsnRecord parser | Andrew Tridgell | 1 | -1/+6 | |
2010-07-13 | s4-dcerpc: move some util functions up to main librpc directory. | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-06-13 | librpc: Install the right headers. | Jelmer Vernooij | 1 | -2/+2 | |
2010-06-13 | librpc: Fix netlogon.h file to install - not the torture one but the one | Jelmer Vernooij | 1 | -1/+1 | |
generated by pidl. | |||||
2010-05-24 | s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmap | Andrew Bartlett | 1 | -1/+6 | |
These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett | |||||
2010-05-24 | s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDL | Andrew Bartlett | 1 | -1/+1 | |
This IDL is almost common, but the source3 version has a hand-marshalled server_id. The s3compat build has problems with two different idl files of the same name. Andrew Bartlett | |||||
2010-05-20 | librpc: finally merge ndr_string.c. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-29 | s4-rap: add rap print helpers. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2010-04-28 | s4-smbtorture: link in ../../librpc/gen_ndr/ndr_rap.o. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2010-04-18 | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 1 | -1/+0 | |
This was left over from the automatic conversion of the config.mk files | |||||
2010-04-15 | s4: Add python binding to waf so that the drsblobs.so is also built in waf | Matthieu Patou | 1 | -0/+6 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-04-09 | s4/was: Add 'drsblobs' Python module | Kamen Mazdrashki | 1 | -0/+13 | |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -2/+2 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: more dependencies on talloc | Andrew Tridgell | 1 | -1/+2 | |
these are needed so we can support a system talloc without using the bundled talloc.h | |||||
2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install dcerpc_atsvc.pc | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: enable the pc_files in the build rules | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | s4-waf: install the rest of our python files | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | s4-waf: install the rest of the headers | Andrew Tridgell | 1 | -9/+17 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -2/+3 | |
2010-04-06 | build: fixed libcli/ndr_netlogon.c dependency rules | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: updates for current master build | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -9/+7 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -1/+4 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -121/+125 | |
2010-04-06 | build: added librpc build script | Andrew Tridgell | 1 | -0/+732 | |