Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-14 | pidl/python: Use new talloc utility functions. | Jelmer Vernooij | 1 | -49/+24 | |
(This used to be commit 48cfd44dc088717c0282436148888e45b2632946) | |||||
2008-01-14 | python: Add some utility functions for working with Python objects based on ↵ | Jelmer Vernooij | 2 | -0/+77 | |
talloc pointers. (This used to be commit 9366ddba92e192cd88e12eafba4a90af8c266f1c) | |||||
2008-01-14 | pidl/python: Convert unions. | Jelmer Vernooij | 1 | -14/+43 | |
(This used to be commit e9037d0f5d222efd4ca04a0f8ce5c39cb3bb6997) | |||||
2008-01-14 | pidl/python: Fix more warnings in the generated code. | Jelmer Vernooij | 2 | -24/+30 | |
(This used to be commit 23add37b729aaa85b83cbf6ba98e7042c01f6472) | |||||
2008-01-14 | pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ↵ | Jelmer Vernooij | 1 | -0/+2 | |
body. (This used to be commit 97971f0d8080f3934ea5940cc0f230004afb94a1) | |||||
2008-01-14 | pidl/python: Fix const type wrapping. | Jelmer Vernooij | 1 | -5/+20 | |
(This used to be commit 35a4843f9c75a59ab98e785520114809903575cf) | |||||
2008-01-14 | pidl/python: Fix conversion of last few non-standard types. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit b8bdbc38c15598e34c55fb9e3ee1f6894964d2c6) | |||||
2008-01-14 | pidl/python: Remove references to DECLARE, which has been removed. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 9a907567c8e0836b731e0ef01f8d097a33de21b0) | |||||
2008-01-14 | pidl/python: Some more support for special case types. | Jelmer Vernooij | 1 | -9/+39 | |
(This used to be commit 991aa950a377bbc07e0bf05758574f850a6d0ff7) | |||||
2008-01-14 | pidl/python: Convert some Python objects back to C, return proper tuples in ↵ | Jelmer Vernooij | 1 | -7/+40 | |
client calls. (This used to be commit 1ab617296943dc1d270cbf999dedcfb3073d3d20) | |||||
2008-01-14 | python/pidl: Start wrapping function arguments. | Jelmer Vernooij | 1 | -38/+160 | |
(This used to be commit c2595d3754db4d03bafd53b6f62158516493657e) | |||||
2008-01-14 | python/pidl: Handle non-string types. | Jelmer Vernooij | 1 | -1/+19 | |
(This used to be commit 02dd02c529d578ad7fa4a6b825097685555604fe) | |||||
2008-01-14 | python/pidl: More work on wrapping enums, bitmaps and structs. | Jelmer Vernooij | 1 | -26/+76 | |
(This used to be commit 732c3453f0784d5052705b00735b750809afce61) | |||||
2008-01-14 | Use lsa_PolicyInfo enum in lsa policy info calls. | Günther Deschner | 1 | -5/+5 | |
Guenther (This used to be commit 068697706652373d28091cd7594e0276da27dbc4) | |||||
2008-01-14 | Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2. | Günther Deschner | 1 | -2/+10 | |
Guenther (This used to be commit 54458c46249e07176e2a5b37279a3c95d21df0ab) | |||||
2008-01-13 | python: Avoid overwriting flags for already found version of Python. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 9041e385fe666c16d9a5b9a030b54a856f17e5e5) | |||||
2008-01-13 | python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e179db6d0fcf093082f2ad441980a2bb77ac6b17) | |||||
2008-01-13 | Try to fix the build on Tru64; avoid single quotes because they get expanded ↵ | Jelmer Vernooij | 1 | -1/+1 | |
by perl in the build system. (This used to be commit bba8914af56cb161c275fbbdea2479d6f8bd703c) | |||||
2008-01-13 | python: Fix initialization of variable. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 620ec696657558dbad2a6c7d4231deabcaeaaef1) | |||||
2008-01-13 | python: Try more possible flags. | Jelmer Vernooij | 1 | -31/+34 | |
The flags returned by python-config may be for gcc and may not work for other compilers. (This used to be commit 1fbc3a9f47a33f785d935e39345021d9ca455bb9) | |||||
2008-01-13 | python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2. | Jelmer Vernooij | 1 | -4/+2 | |
(This used to be commit dec3f421be5d7fd4ead3b71f8b69921c41bad39a) | |||||
2008-01-13 | pidl: Avoid accidently filling in empty body for types without body. | Jelmer Vernooij | 4 | -4/+18 | |
(This used to be commit 1fe5c1ad07c574dc094f59f728025dfcafa0cf22) | |||||
2008-01-12 | pidl/ejs: Fix bug that filled in the body for types without body. | Jelmer Vernooij | 3 | -7/+19 | |
(This used to be commit 4f4dfa6042178c157a09df61d72a42af7aa5c67b) | |||||
2008-01-12 | pidl: Add function for determining whether a type has a body. | Jelmer Vernooij | 5 | -6/+27 | |
(This used to be commit 893f4102c93c1c2cd6b836f12644d06d9e31800c) | |||||
2008-01-12 | pidl: Move more stuff outside ifdef when defining enums and generate pretty ↵ | Jelmer Vernooij | 1 | -29/+27 | |
code for enums without body. (This used to be commit d91af936ae51e33c8598d88c77575abbeb0e556b) | |||||
2008-01-12 | pidl: Prevent empty declarations for enums without body. | Jelmer Vernooij | 1 | -7/+11 | |
(This used to be commit c1e0570506d7c77112065a03a876cda4e4db7769) | |||||
2008-01-12 | pidl: Add ability to write type metadata to a file. | Jelmer Vernooij | 2 | -2/+20 | |
(This used to be commit e8ab241ff47f2c3e6f80f9c62373139e4c9f5a1e) | |||||
2008-01-12 | pidl: Remove obsolete smb_interfaces code. | Jelmer Vernooij | 2 | -1505/+0 | |
(This used to be commit 169e91b07c29a69113f40214543be2653d7fecf5) | |||||
2008-01-12 | pidl: Add CPAN metadata. | Jelmer Vernooij | 2 | -1/+19 | |
(This used to be commit 7569fd5fce55fdc5c2639ec5c0a8e39e37a21fe8) | |||||
2008-01-12 | pidl: Add more parsing tests. | Jelmer Vernooij | 1 | -1/+17 | |
(This used to be commit e44ee3e60ac4eb56cca02b58fdecb171269daca4) | |||||
2008-01-12 | pidl: Update documentation. | Jelmer Vernooij | 2 | -1/+1 | |
(This used to be commit a13f51dae591684dbc9620f385d2fbccf31ec137) | |||||
2008-01-12 | pidl: Remove declare tests, add more tests for typedef. | Jelmer Vernooij | 4 | -80/+90 | |
(This used to be commit 254bf85c2eb69fc2ee22d3a92a6b027a25594250) | |||||
2008-01-12 | pidl: Move tests for the CUtil module to a separate file. | Jelmer Vernooij | 2 | -11/+23 | |
(This used to be commit ce40890ef0166ad11dd835249f52e2ab5876efba) | |||||
2008-01-12 | pidl: Remove support for the declare keyword in other parts of the pidl code. | Jelmer Vernooij | 5 | -21/+5 | |
(This used to be commit 2fe013f715bdee6c01a833bc6c883e830bdc5dfd) | |||||
2008-01-12 | idl: Use typedef rather than declare. | Jelmer Vernooij | 12 | -24/+46 | |
(This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf) | |||||
2008-01-12 | pidl: Remove support for the "declare" keyword in the parser. | Jelmer Vernooij | 2 | -1204/+1060 | |
(This used to be commit ea3371389226a756ba641a7fc02cfbee78663411) | |||||
2008-01-11 | pidl: Remove multiple copies of get_pointer_of and get_value_of. | Jelmer Vernooij | 3 | -48/+42 | |
(This used to be commit 79344c9c5e0e38155facb0c7b16e84a0dca3d2eb) | |||||
2008-01-11 | python: Fix typo. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit d6b06fc03e37781f5f59b15cff8fe3ee8df63444) | |||||
2008-01-11 | Python: Simplify code in a couple of places. Copy Andrew's changes from ↵ | Jelmer Vernooij | 3 | -12/+12 | |
g53b5166. (This used to be commit f056f624958af79204c972eba3f85e36e93daed7) | |||||
2008-01-11 | wbinfo: Handle SID_NAME_COMPUTER in sid_type_lookup | Kai Blin | 1 | -0/+1 | |
(This used to be commit 1abb2b471a11305ae7e0da403eca3cfe1fe1b016) | |||||
2008-01-11 | libnet: Fix includes to silence a warning | Kai Blin | 1 | -0/+4 | |
(This used to be commit ba5a21998bfc1bd616e7a2d9647d284ca30a3574) | |||||
2008-01-11 | libnet: Rename a variable so it does not shadow a global. | Kai Blin | 1 | -4/+5 | |
(This used to be commit a5b9d2f33279e0f96a36acbf3da7c018aadf08c9) | |||||
2008-01-11 | ejs: Remove cast to incompatible pointer. | Kai Blin | 1 | -4/+4 | |
(This used to be commit 89d5b91d3c4dae754178c82cb7a24e7c5af09fcd) | |||||
2008-01-11 | gentest: Fix a warning. | Kai Blin | 1 | -1/+3 | |
(This used to be commit d41b2e5ccd113ecf2f99896b1ce061ecb9ecc54d) | |||||
2008-01-11 | ldb: Get rid of a warning. | Kai Blin | 1 | -1/+1 | |
(This used to be commit 37ed9fbeee37a1d86d6f6841eac5c1a0a85c1fcc) | |||||
2008-01-11 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 8 | -345/+410 | |
(This used to be commit 53b51660ae6b733b19b0ba3403f229b215de7b47) | |||||
2008-01-11 | Use 'dn' less, as this is not a valid attribute in AD, and I want to | Andrew Bartlett | 1 | -4/+4 | |
remove it from ldb. It is not longer mapped against OpenLDAP. Andrew Bartlett (This used to be commit f917ccec85f854423f423bbffc41459d92960a1b) | |||||
2008-01-11 | Remove 'dn' from mapping, it isn't a valid attribute in AD, and causes | Andrew Bartlett | 2 | -19/+1 | |
problems with ldap.js test with OpenLDAP as the backend. Likewise, remove it from the template lookup (for consistancy). TODO: see if it can be removed from ldb Andrew Bartlett (This used to be commit 47a1b76f7fff30229d3f23c6723f047923faf196) | |||||
2008-01-11 | Python: Update STATUS. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit cbf3b74e5f5076d864b08c772f21b20751ea5163) | |||||
2008-01-11 | ldap/python: Fix last tests. | Jelmer Vernooij | 1 | -60/+53 | |
(This used to be commit 874c00b1c1ef011c85226135144fafdc97d91116) |