Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26191: Import custom test runner for subunit, rather than using trial, which... | Jelmer Vernooij | 2 | -0/+411 |
2007-12-21 | r26188: Now that swig output is pregenerated, allow building python code with... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26186: Generate SWIG files as part of autogen.sh | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26139: Based on a report by Theodor Chirana, don't assert() on invalid | Andrew Bartlett | 1 | -2/+0 |
2007-12-21 | r26114: Allow keyword-arguments. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26100: Also check for SWIG. | Jelmer Vernooij | 2 | -3/+3 |
2007-12-21 | r26098: Make missing python no longer fatal. | Jelmer Vernooij | 1 | -5/+12 |
2007-12-21 | r26096: No longer include removed header | Jelmer Vernooij | 3 | -3/+1 |
2007-12-21 | r26089: Move python detection to a separate file, and don't make it an error ... | Jelmer Vernooij | 1 | -0/+117 |
2007-12-21 | r26088: Import some native-python python modules and move original python swi... | Jelmer Vernooij | 18 | -679/+466 |
2007-12-21 | r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests fo... | Jelmer Vernooij | 4 | -110/+13 |
2007-12-21 | r26076: Remove some SWIG code that is already commonly available. | Jelmer Vernooij | 1 | -27/+0 |
2007-12-21 | r26071: Move DCE/RPC SWIG bindings closer to the code they're wrapping. | Jelmer Vernooij | 2 | -253/+0 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26006: Improve some dependencies. | Jelmer Vernooij | 1 | -0/+11 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 2 | -2/+1 |
2007-12-21 | r25966: Don't force an 8 byte width to generated SIDs, as this can actually | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r25950: Enable seperate module to prevent subtree deletes. | Andrew Bartlett | 1 | -0/+1 |
2007-12-21 | r25940: Rework the samldb and templates handling. | Andrew Bartlett | 1 | -5/+7 |
2007-12-21 | r25936: provision/newuser: don't try to set the 'memberOf' attribute | Stefan Metzmacher | 1 | -1/+0 |
2007-12-21 | r25921: Now also listen on ldapi by default in the LDAP server | Andrew Bartlett | 1 | -0/+11 |
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 1 | -0/+1 |
2007-12-21 | r25831: remove unused include | Stefan Metzmacher | 1 | -1/+0 |
2007-12-21 | r25752: use EJS_CHECK() instead of NDR_CHECK() | Stefan Metzmacher | 1 | -12/+12 |
2007-12-21 | r25751: use EJS_CHECK() instead of NDR_CHECK() in ejs code | Stefan Metzmacher | 1 | -0/+8 |
2007-12-21 | r25750: Update the objectclass module to improve consistency in Samba4. | Andrew Bartlett | 1 | -5/+16 |
2007-12-21 | r25747: Implement linked attributes, for add operations. | Andrew Bartlett | 1 | -0/+1 |
2007-12-21 | r25694: Move subtree_rename above the partitions module. The next step is to | Andrew Bartlett | 1 | -3/+4 |
2007-12-21 | r25693: Implement the rest of subtree renames, now that tridge waved his magic | Andrew Bartlett | 1 | -2/+2 |
2007-12-21 | r25691: make "server role" case insensitive | Andrew Tridgell | 1 | -7/+7 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 10 | -37/+37 |
2007-10-10 | r25536: Fix path for messaging - this code path doesn't appear to have a test... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25462: Remove refernece to categories from js as well. | Jelmer Vernooij | 1 | -25/+0 |
2007-10-10 | r25460: use common structure in param/generic.c | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 4 | -7/+11 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 6 | -8/+10 |
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r25383: Patch from Amin Azez <azez@ufomechanic.net> to give better message | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r25379: Use loadparm context parameter in a lot more places. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25348: Start working on another Python wrapper. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that I | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r25299: Modify the provision script to take an additional argument: --server... | Andrew Bartlett | 1 | -8/+39 |
2007-10-10 | r25266: Fix case. | Jelmer Vernooij | 2 | -7/+7 |
2007-10-10 | r25214: use talloc_strndup_append() instead of talloc_append_string() | Stefan Metzmacher | 1 | -20/+4 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r25113: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25051: Move SWAT back to the old-style form-submit modal. | Andrew Bartlett | 2 | -47/+0 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2 | -8/+9 |