Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 1 | -0/+1 | |
2008-09-05 | Add a new error code | Andrew Bartlett | 2 | -0/+2 | |
(This used to be commit b52fba5b2c63a24acbfc7e3e989c16b691d98162) | |||||
2008-08-27 | Add definition for NT_STATUS_DOWNGRADE_DETECTED | Andrew Bartlett | 2 | -0/+2 | |
(This used to be commit f6e227b72bb56d12cb270d76f7f458136c4ca160) | |||||
2008-06-17 | Use friendly NTSTATUS message in python code when possible. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 09cf8c7dd82bb95e2f8782782286869654d96375) | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -0/+1 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 1 | -2/+6 | |
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3) | |||||
2008-05-24 | Export functions for setting NTSTATUS and WERRORs in python. | Jelmer Vernooij | 2 | -4/+35 | |
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 2 | -1/+3 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-03-14 | swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V() | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit d6fd98a307f83fd492ef73bf6ec281f9f11286f2) | |||||
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 2 | -824/+0 | |
(This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3) | |||||
2008-01-08 | r26694: asn1: Fix header and some typo's. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit f9988734bb8a1d823e14b6bff5c4d55d75471f18) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 1 | -1/+3 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2007-12-27 | r26613: Add a function to write a DATA_BLOB into an LDAPString. | Andrew Bartlett | 1 | -0/+7 | |
This respects the length set in the DATA_BLOB, rather than hoping to see NULL termination of the data pointer. (found testing the Ambigious Name Resolution code against OpenLDAP). Andrew Bartlett (This used to be commit bc0022e8c7357b126dc91a945f0e53e4e4108e7d) | |||||
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | |||||
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in ↵ | Jelmer Vernooij | 1 | -2/+2 | |
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5) | |||||
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 1 | -3/+3 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | |||||
2007-12-24 | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵ | Jelmer Vernooij | 1 | -0/+2 | |
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19) | |||||
2007-12-21 | r26160: Add WERR_NAME_NOT_FOUND. | Günther Deschner | 2 | -0/+2 | |
Guenther (This used to be commit 66be960c67787ed7355775e619f3973543a4fef8) | |||||
2007-12-21 | r26133: Add some more error codes from wkssvc testing. | Günther Deschner | 2 | -0/+13 | |
Guenther (This used to be commit 0cf974ee33ba0dbd41c554db2fd1d0458e99e3d1) | |||||
2007-12-21 | r26088: Import some native-python python modules and move original python ↵ | Jelmer Vernooij | 1 | -0/+11 | |
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1) | |||||
2007-12-21 | r26074: Add SWIG magic for NTSTATUS and WERROR return codes. | Jelmer Vernooij | 1 | -0/+39 | |
(This used to be commit 0bee7cb92e8ae1b80a957dd8fe32c36db1c32032) | |||||
2007-12-21 | r26060: Add some error codes from remote join api. | Günther Deschner | 2 | -0/+8 | |
Guenther (This used to be commit 73f231cba3fde4b2c5078b7c6dd52c3dac8cd1ce) | |||||
2007-12-21 | r25917: ndr: move ndr_map_error2ntstatus to errormap.c | Stefan Metzmacher | 2 | -1/+30 | |
metze (This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8) | |||||
2007-12-21 | r25897: Add WERR_INVALID_FLAGS. | Günther Deschner | 2 | -0/+2 | |
Guenther (This used to be commit c3023eaeb389f44b64becc383552df0debfc232d) | |||||
2007-12-21 | r25672: Some more FRS werrors. | Günther Deschner | 2 | -0/+4 | |
Guenther (This used to be commit 8fa3de8dca9e9d0d9f7fc79e4fc78b85313f870b) | |||||
2007-12-21 | r25669: Real build fix. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 1b9e526bf60372e5b3731e98dbfcc029b04e4b01) | |||||
2007-12-21 | r25668: Hopefully fix the build, sorry... | Günther Deschner | 2 | -3/+4 | |
Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8) | |||||
2007-12-21 | r25665: Add some more WERR codes. | Günther Deschner | 2 | -0/+11 | |
Guenther (This used to be commit 846d81c0ade7a1b56366feb4338312c24dc4351b) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 3 | -149/+149 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25516: Sorry, I reverted too much of r25448 in r25515. | Michael Adam | 1 | -1/+1 | |
These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933) | |||||
2007-10-10 | r25515: Revert r25448: | Michael Adam | 2 | -1/+13 | |
Immediate structures are *not* supportet by the native C compiler at least on Solaris, Tru64 and HP-UX. Michael (This used to be commit 6d07e29de2a7e535139622fa688b407da232c816) | |||||
2007-10-10 | r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵ | Jelmer Vernooij | 2 | -13/+1 | |
versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25301: Merge my includes.h cleanups. | Jelmer Vernooij | 6 | -324/+310 | |
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a) | |||||
2007-10-10 | r25212: merge some stuff from samba3 | Stefan Metzmacher | 1 | -1/+4 | |
metze (This used to be commit 502251451aa78b82131283d0590b382943b1d156) | |||||
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4) | |||||
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25010: Avoid uses of pstring | Jelmer Vernooij | 2 | -4/+2 | |
(This used to be commit cce7785474fc536dd44b39403c785b524b128144) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) | |||||
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476) | |||||
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) | |||||
2007-10-10 | r24146: It is not an error for a Win2k3-only server not to support the NT4 | Andrew Bartlett | 2 | -0/+2 | |
replication call. Andrew Bartlett (This used to be commit 59cba32c09f5b014788e4fb0479ed31f26a3d7e2) | |||||
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 3 | -6/+3 | |
(This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870) | |||||
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 3 | -3/+3 | |
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 8 | -24/+16 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r23381: Merge netr_GetDcName WERROR return and ↵ | Günther Deschner | 2 | -0/+2 | |
WERROR_DOMAIN_CONTROLLER_NOT_FOUND from SAMBA_3_0. Guenther (This used to be commit 841ad140a34648ff52d5e44a6642f346ef9eee02) | |||||
2007-10-10 | r23037: actually fix the asn1 memory leak :-) | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 13bda1152d3b88c0b93610d4698ce24183334276) | |||||
2007-10-10 | r23036: error checking on asn1_init() failure | Andrew Tridgell | 1 | -1/+5 | |
(This used to be commit 26cf8494084c0106ef0e1c9b6ef40eeadf945ef2) |