Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r18639: Get rid of the keepref support | Jelmer Vernooij | 2 | -32/+16 | |
(This used to be commit d1364ef0cd8f1a64f44476476323ab390ac4de48) | |||||
2007-10-10 | r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatible | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit ab0a798c57564901f0adcd8aedc1ef0928e79edd) | |||||
2007-10-10 | r18270: Samba3 has _PUBLIC_ now. | Jelmer Vernooij | 1 | -5/+0 | |
(This used to be commit 9dd6520240fbe3ea8126845a1fa2bdea35c7c4ac) | |||||
2007-10-10 | r18268: for samba3 define _PUBLIC_ empty | Stefan Metzmacher | 1 | -0/+5 | |
metze (This used to be commit b2018249b7da4155dde963bf118d4636864b0343) | |||||
2007-10-10 | r18254: reverted r18231 | Andrew Tridgell | 1 | -11/+3 | |
Jelmer, older versions of gcc don't support visibility("default"). See for example the CentOS build here: http://build.samba.org/?function=View+Build;host=lithium;tree=samba4;compiler=gcc;revision=18253 Is there some other way you can think of to do this? (This used to be commit 76496c2f5e37b735e0b303ae20824c92bfa30974) | |||||
2007-10-10 | r18231: Don't use _PUBLIC_ but use __attribute__ directly instead. | Jelmer Vernooij | 1 | -3/+11 | |
(This used to be commit 77043ebe25dcca2a6b1a37d3b6095e9c434652d9) | |||||
2007-10-10 | r18228: Don't include Samba4-specific headers when building inside a Samba3 ↵ | Jelmer Vernooij | 1 | -15/+24 | |
tree. (This used to be commit d0f0d4600acad71ea4993f4e356735433d9bc5f0) | |||||
2007-10-10 | r17889: allocate a valid element where the pointer can point to, | Stefan Metzmacher | 1 | -1/+1 | |
fix c++ warnings metze (This used to be commit b15e4c7cfa4df3dc429945e4d330a8a9766eb1a6) | |||||
2007-10-10 | r17887: fix c++ warnings | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit ccef1f729089939b9250f1b177d5241f8baaa5eb) | |||||
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for ↵ | Gerald Carter | 1 | -2/+2 | |
correct grammar (This used to be commit 26a2fa97e4c819e630bc9b50e11c8d5328c7b8c8) | |||||
2007-10-10 | r15780: Fix indentation of deferred code (fixed #3739) | Jelmer Vernooij | 1 | -6/+13 | |
(This used to be commit a7c9ec69b229db1b9c93b97133601231a2995c1b) | |||||
2007-10-10 | r15778: Fix bug printing ref pointers. | Jelmer Vernooij | 1 | -8/+12 | |
(This used to be commit 030272e79b621c2c54354f4c89cc25c202d2dbbc) | |||||
2007-10-10 | r15776: Don't generate ref pointers in Samba4-generated code. There is no point | Jelmer Vernooij | 2 | -13/+23 | |
in having pointers for outgoing data when you can already modify the top-level element. This can be overridden (temporarily) by specifying the new "keepref" attribute. Once we've removed keepref from all IDL files, I'll remove this attribute as well. (This used to be commit bdc6dd37503ced8322a671d225122ccffbb8bfec) | |||||
2007-10-10 | r15591: Generate function calls correctly as well. | Jelmer Vernooij | 1 | -23/+59 | |
(This used to be commit b0439779b8eba68680cfd49ea2364affc739300e) | |||||
2007-10-10 | r15587: Generate stubs for the SWIG functions | Jelmer Vernooij | 1 | -9/+39 | |
(This used to be commit 746d0a7fa7a43685e6ebb4877bb5459101e51ed1) | |||||
2007-10-10 | r15585: Revive pidl's SWIG file generator. It now generates simple | Jelmer Vernooij | 1 | -49/+80 | |
object oriented wrappers for the interfaces (still need to fix the actual function calls) (This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f) | |||||
2007-10-10 | r15367: Fix unused function warnings in generated EJS code. | Jelmer Vernooij | 1 | -28/+28 | |
(This used to be commit 946a80298ad58e7b8ba9608a840154ee4a790da7) | |||||
2007-10-10 | r15353: Don't dereference NULL pointer. Found by the IBM checker. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 67d62fc55621871c576298b5a8da2f5e9ea03d69) | |||||
2007-10-10 | r15327: Support 'nosize'. Also write prototypes for print and size functions ↵ | Jelmer Vernooij | 1 | -14/+23 | |
that are manually written. (This used to be commit f10b38b824d0ddfdccea498b7522efcc03a020d0) | |||||
2007-10-10 | r15324: Generate prototype even if the function itself is | Jelmer Vernooij | 1 | -11/+12 | |
written manually. (This used to be commit 56eceeb3221b768b754f6eca10d020148264e869) | |||||
2007-10-10 | r15260: Don't dereference NULL pointers to obtain array lengths - found by | Jelmer Vernooij | 1 | -0/+14 | |
the IBM checker (This used to be commit a492cd4bd49b6922d91d4ce5f1247bad0d0d6a7e) | |||||
2007-10-10 | r15220: Another attempt to fix the bug found by the IBM Checker | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit 9f79bfc05d456c106cca44ee459eb542273c3a0c) | |||||
2007-10-10 | r15202: Don't derefence NULL pointers - found by the IBM Checker | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit f6a3e8b69d2a303e7e4f8924e6735c4e168a363a) | |||||
2007-10-10 | r14867: Include <stdbool.h> in external compiles | Jelmer Vernooij | 3 | -0/+3 | |
(This used to be commit 03224dab111b931effd548586e630480fa1423b1) | |||||
2007-10-10 | r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere | Jelmer Vernooij | 2 | -6/+7 | |
(This used to be commit a316b33057f3ec8532677980e093cd327d33f257) | |||||
2007-10-10 | r14692: Get rid of the obfuscation() attribute | Jelmer Vernooij | 1 | -59/+0 | |
(This used to be commit 122d1d0249800d51e45ce0d092c97f1f9bf2c7d5) | |||||
2007-10-10 | r14691: Fix printing elements with represent_as set | Jelmer Vernooij | 1 | -7/+10 | |
(This used to be commit f4428db2f922e921c54cdb0849eaad5018cb5a01) | |||||
2007-10-10 | r14690: Support represent_as in headers, enable represent_as() test (which ↵ | Jelmer Vernooij | 2 | -23/+27 | |
works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4) | |||||
2007-10-10 | r14688: More work on represent_as(): output the right function calls, fix test. | Jelmer Vernooij | 1 | -6/+24 | |
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb) | |||||
2007-10-10 | r14687: Start working on support for represent_as() and transmit_as() as | Jelmer Vernooij | 2 | -1/+15 | |
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83) | |||||
2007-10-10 | r14658: Include ndr_obfuscate.h when necessary | Jelmer Vernooij | 1 | -0/+7 | |
(This used to be commit 3647bd31244c9a44a4fae8a20a3176b85f4a0b3d) | |||||
2007-10-10 | r14594: Fix some dependencies (required for shared library build) | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 06f7a8c692a645830eb3dd9abad8556c66bba747) | |||||
2007-10-10 | r14550: Fix tests | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9) | |||||
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f) | |||||
2007-10-10 | r14491: Allow building more output outside of the Samba source tree | Jelmer Vernooij | 3 | -5/+26 | |
(This used to be commit 272ca8e636cc5043279ff247fc8d5693a9181992) | |||||
2007-10-10 | r14488: Install more headers. | Jelmer Vernooij | 4 | -20/+51 | |
Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049) | |||||
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a) | |||||
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -3/+7 | |
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd) | |||||
2007-10-10 | r14455: also add the: | Stefan Metzmacher | 2 | -4/+10 | |
#ifndef FOO #define FOO ... #endif to the client headers metze (This used to be commit c0dd773537bda9980e77eb6eda848161b7df82e5) | |||||
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 2 | -14/+16 | |
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109) | |||||
2007-10-10 | r14362: Only include ndr_compression.h when necessary. | Jelmer Vernooij | 1 | -0/+7 | |
(This used to be commit 4fced6dbbdc06233e5cf69f90c099fafee9baa34) | |||||
2007-10-10 | r14361: Support 'helper' attribute in pidl and use it. | Jelmer Vernooij | 1 | -0/+6 | |
Remove some headers from include/includes.h (they're now only included in the file they are used) (This used to be commit 7213b7498eacac2c2cd03cf6aace376ce153cc7c) | |||||
2007-10-10 | r14348: Fix location of #endif | Jelmer Vernooij | 1 | -7/+7 | |
(This used to be commit eb8687cdd4240c5636384e992a0f1a77251fddcc) | |||||
2007-10-10 | r14105: fix whitespaces | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 1b4c9f7fc203908d9cdd331f26b983fb445f05e2) | |||||
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016) | |||||
2007-10-10 | r12574: Bring tables.pl back to life and move registration of interfaces | Jelmer Vernooij | 1 | -35/+0 | |
now completely to a new subsystem. (This used to be commit bbacfaaea5819e0ecadf81e8fbb424916284c809) | |||||
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 87f665a1d5ba74289974bf9d8f9441c162e6f1b1) | |||||
2007-10-10 | r12517: Don't generate empty init functions | Jelmer Vernooij | 1 | -19/+16 | |
(This used to be commit 832a1092c9c11c293b5748e2e78da872fcba2a42) | |||||
2007-10-10 | r12515: Use UUID directly rather then string containing UUID | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 465b9738709e7415eab58ea773bd138e8f0f20d6) | |||||
2007-10-10 | r12512: Use GUID structs in API functions everywhere rather then converting ↵ | Jelmer Vernooij | 2 | -6/+7 | |
back and forth between GUID structs and strings in several places. (This used to be commit 3564e2f967ef72d6301b4f7e9a311cebcded4d75) |