Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-29 | Add in an enum for two future NTP signing ops. | Andrew Bartlett | 1 | -2/+3 | |
I hope to extend this code to handle NTP clients getting authenticated time too. Andrew Bartlett (This used to be commit 1854ab058b42ce4530324cb8f40eb64e6e32267b) | |||||
2008-05-29 | Final fixes to for a functional NTP signing deamon. | Andrew Bartlett | 1 | -3/+10 | |
Andrew Bartlett (This used to be commit 4dcc0cd06ef2f6c496e2112f6378088a1c27d2f2) | |||||
2008-05-29 | Don't make the NTP signd headers public. | Andrew Bartlett | 1 | -2/+0 | |
This means we don't have to install them Andrew Bartlett (This used to be commit 2f2ba0c68ab0e985df5be07dccf3a3a7ebe62142) | |||||
2008-05-28 | added a newline at the end of the IDL | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 6386155e99628377046e23342bc640710567afd0) | |||||
2008-05-28 | Try adding a stub to fix the build | Andrew Bartlett | 1 | -0/+6 | |
(This used to be commit a529c377ae7a4a70a99d60b7817a751ab4fdd551) | |||||
2008-05-28 | Fix dependency list for NDR_TABLE | Andrew Bartlett | 1 | -1/+1 | |
This list must include everything for which we have IDL Andrew Bartlett (This used to be commit a6f0b98311a99134af56db64b4682412bc2f4e16) | |||||
2008-05-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 13 | -3728/+568 | |
It seems the format of main.mk changed in my sleep... Conflicts: source/main.mk (This used to be commit 56f2288e4f4f1aa70d11fc5f118458baf5803627) | |||||
2008-05-27 | Allow librpcsrcdir to be an absolute path. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 8c0b55114fe35d498626d9d60cc4716b821d4d4f) | |||||
2008-05-27 | Use variables for IDL file paths. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 683ba6de41b3fecc14c18502ff82b4fa617618e5) | |||||
2008-05-27 | Start an 'NTP signing server' in Samba4. | Andrew Bartlett | 2 | -0/+37 | |
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae) | |||||
2008-05-27 | add a mask of invalid security bits | Andrew Tridgell | 1 | -0/+3 | |
(This used to be commit ccbf5238767605f020ede66c8027731487c8cf00) | |||||
2008-05-26 | Remove evil hack which breaks Python bindings. | Jelmer Vernooij | 1 | -12/+6 | |
(This used to be commit 1c179566cb39eb09e522dbce69230472a5d4e655) | |||||
2008-05-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit e1af9708c9b40edfa21862028672882797218174) | |||||
2008-05-26 | allow larger streams using the TDB backend | Andrew Tridgell | 1 | -1/+2 | |
(This used to be commit 8c0d756eb887477da867e069dbde3a7ad98d4ae0) | |||||
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 2 | -0/+19 | |
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7) | |||||
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 2 | -3/+3 | |
(This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6) | |||||
2008-05-26 | Remove some unused cruft. | Jelmer Vernooij | 2 | -56/+18 | |
(This used to be commit 8f47157f09cbf4200f0f7c5efe8750fd5d316a3b) | |||||
2008-05-25 | Fix compilation errors. | Jelmer Vernooij | 2 | -1/+7 | |
(This used to be commit daae053365cf6c5be7b31aa51a239c2660cfc120) | |||||
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 3 | -1/+117 | |
(This used to be commit 717ce0b640a5c3aa62804b9869ef4dcc0f71b7ba) | |||||
2008-05-25 | Expose transfer and abstract syntax. | Jelmer Vernooij | 1 | -2/+34 | |
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6) | |||||
2008-05-25 | Expose request timeout variable in Python. | Jelmer Vernooij | 1 | -1/+10 | |
(This used to be commit daed1432d22f5fa78907ee0fef9def8802538150) | |||||
2008-05-25 | Add support for secondary contexts from Python. | Jelmer Vernooij | 1 | -40/+96 | |
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5) | |||||
2008-05-25 | Check for fault codes when connecting. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit 42537b1d5282784550120358f3641f299351fba7) | |||||
2008-05-24 | Add helper function to return DCE/RPC fault codes. | Jelmer Vernooij | 2 | -2/+16 | |
(This used to be commit 4716cdfb5d5abad85cba18be89d72fe8ee18f359) | |||||
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -0/+6 | |
(This used to be commit 991541a78c2428db89509081cc28072c9b542ffa) | |||||
2008-05-24 | Fix memory initialization in raw calls. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 788b2dbfe4b1ef14ab30d487d845e493be46fbd1) | |||||
2008-05-24 | Support optional object argument when sending DCE/RPC requests. | Jelmer Vernooij | 1 | -15/+20 | |
(This used to be commit 75ba01a0fad87a9a4788f4c2277d8db0513cef4a) | |||||
2008-05-24 | Allow connecting to a DCE/RPC interface with Python for which we don't have IDL. | Jelmer Vernooij | 1 | -1/+63 | |
(This used to be commit e3178d522c95871f1db35d7e058906502387a553) | |||||
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 2 | -1/+2 | |
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3) | |||||
2008-05-24 | Export functions for setting NTSTATUS and WERRORs in python. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c) | |||||
2008-05-24 | Allow request() call to do custom calls on DCE/RPC interfaces. | Jelmer Vernooij | 1 | -5/+21 | |
(This used to be commit 9c2eff0289d7c5963da87d5e002f1b80e6e66cdd) | |||||
2008-05-24 | Use manually written Python bindings for DCE/RPC rather than SWIG based. | Jelmer Vernooij | 7 | -3605/+203 | |
Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784) | |||||
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 1 | -0/+44 | |
(This used to be commit 8501a3fc31e688dba696667a187821480e8cb714) | |||||
2008-05-24 | Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d) | |||||
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2 | -1/+9 | |
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23) | |||||
2008-05-23 | Disable building of EJS DCE/RPC support. | Jelmer Vernooij | 2 | -115/+1 | |
(This used to be commit c7bc9321b38a360d2e8d5258fadb30790342d032) | |||||
2008-05-23 | Work around bug adding extra imports in generated file. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff) | |||||
2008-05-23 | Regenerate with SWIG 1.3.35. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit ce063eca498036937f99161a1f12e076c2ab313f) | |||||
2008-05-22 | Move DCE/RPC python bindings into samba package. | Jelmer Vernooij | 1 | -17/+17 | |
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1) | |||||
2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 3 | -1150/+24 | |
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7) | |||||
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 3 | -37/+1203 | |
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | |||||
2008-05-21 | Move some python files into the samba package. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0) | |||||
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6) | |||||
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the ↵ | Jelmer Vernooij | 1 | -0/+2 | |
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3) | |||||
2008-05-21 | Manually handle the NETLOGON_SAM_LOGON_REQUEST too. | Andrew Bartlett | 2 | -6/+11 | |
With the sid structure being both optional and aligned, it was too hard to do this in just IDL. This requried moving some things around, as otherwise we would have a dependency loop. Andrew Bartlett (This used to be commit e28790ba4884277f310be1b8bd3fba4fd47dbbdb) | |||||
2008-05-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -8/+8 | |
(This used to be commit 7594f79db6a0e8a46e2863829e5e050b03dfaec1) | |||||
2008-05-21 | Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819c | Andrew Bartlett | 1 | -1/+4 | |
This manual alignment is required, because the structure is marked as unaligned. Andrew Bartlett (This used to be commit ef5d1c8d320d45b78a1e709964eaada4f5acda59) | |||||
2008-05-20 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 2 | -190/+138 | |
(This used to be commit ffbd222d651dcddb19cacdc50cdbfeaefa816940) | |||||
2008-05-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 3 | -172/+233 | |
Fix config.mk due to changing syntax. Conflicts: source/libcli/config.mk source/nbt_server/config.mk (This used to be commit 6a1c76f29f78183f44dfac6f468c5e728d2cb2cf) | |||||
2008-05-19 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 4 | -172/+234 | |
(This used to be commit 733937e87a1adcc19492ea2bd138e705701901b6) |