summaryrefslogtreecommitdiff
path: root/source4/lib/registry/registry_wrap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell1-22/+27
This makes it easy to set the expiry (or no expiry) for a samdb user (This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-3/+3
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
2008-06-14Use proper python errors.Jelmer Vernooij1-26/+16
(This used to be commit f54084b65fce67457cb838544c83ceb17c7d88db)
2008-05-23add more docstrings to registry python moduleJelmer Vernooij1-9/+21
(This used to be commit 606f92db874c139ba532df53a87cc5b826215d9e)
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-64/+106
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
2008-04-16Remove unused arguments from reg_open_local().Jelmer Vernooij1-52/+55
(This used to be commit fee7ea7080ec40182efc6ffe57b267444eb9389a)
2008-04-02Move handle utility functions to public header, remove more public headers.Jelmer Vernooij1-1/+0
(This used to be commit 92e71c19f4e1d3ca123a083942ec578d21f7012c)
2008-04-02Merge hive.h into registry.hJelmer Vernooij1-1/+1
(This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b)
2008-03-14swig: regenerate _wrap.c filesStefan Metzmacher1-13/+13
metze (This used to be commit 08b41e10699c7bb8058ab0ab61f17a1bbfcc1ce4)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-15/+16
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in ↵Jelmer Vernooij1-21/+7
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-218/+149
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-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵Jelmer Vernooij1-0/+189
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19)
2007-12-24r26564: More python bindings for registry code.Jelmer Vernooij1-79/+212
(This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f)
2007-12-21r26520: More Python updates.Jelmer Vernooij1-18/+96
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
2007-12-21r26518: Fix provision of registry using Python.Jelmer Vernooij1-10/+15
(This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4)
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij1-53/+39
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij1-27/+74
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-15/+40
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+4047
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)