Age | Commit message (Expand) | Author | Files | Lines |
2008-09-15 | Fix more syntax errors, etc. | Jelmer Vernooij | 4 | -107/+114 |
2008-09-15 | Import WMI changes. | Andrzej Hajda | 1 | -1/+44 |
2008-09-15 | Import DCOM improvements. | Andrzej Hajda | 1 | -141/+433 |
2008-09-15 | Rename Python wmi module to 'wmi' and fix some errors in it. | Jelmer Vernooij | 2 | -20/+5 |
2008-09-15 | Fix syntax errors. | Jelmer Vernooij | 1 | -3/+3 |
2008-09-15 | Adapt to changes in Samba API's, fix formatting. | Jelmer Vernooij | 5 | -86/+62 |
2008-09-15 | Fix imports. | Jelmer Vernooij | 1 | -6/+3 |
2008-09-15 | More improvements. | Jelmer Vernooij | 4 | -28/+32 |
2008-09-15 | use static header for WMI. | Jelmer Vernooij | 2 | -2/+55 |
2008-09-15 | Improve formatting, use printf rather than DEBUG. | Jelmer Vernooij | 1 | -5/+8 |
2008-09-15 | Cope with includes.h splitup in COM code. | Jelmer Vernooij | 2 | -0/+7 |
2008-09-15 | Use other utility typemaps inside wmi python functions. | Jelmer Vernooij | 1 | -20/+21 |
2008-09-15 | Add build system bits for wmi. | Jelmer Vernooij | 1 | -5/+7 |
2008-09-15 | Fix compilation issues in the WMI code. | Jelmer Vernooij | 3 | -12/+7 |
2008-09-15 | Fix COM headers. | Jelmer Vernooij | 2 | -23/+22 |
2008-09-15 | Manual prototypes for COM. | Jelmer Vernooij | 2 | -38/+45 |
2008-09-15 | Fix old style syntax in mk files . | Jelmer Vernooij | 3 | -55/+59 |
2008-09-15 | Use standard directory structure for WMI. | Jelmer Vernooij | 6 | -0/+1832 |
2008-09-15 | Reimport COM and DCOM libraries. | Jelmer Vernooij | 10 | -0/+929 |
2008-09-14 | Remove unecessary msync. | Jeremy Allison | 1 | -4/+0 |
2008-09-14 | The msync manpage reports that msync *must* be called before munmap. Failure ... | Simo Sorce | 2 | -2/+8 |
2008-09-14 | Attempt to fix bug 5684 | Volker Lendecke | 1 | -1/+1 |
2008-09-14 | Fix warnings on SuSE 9.0. | Stefan Metzmacher | 1 | -0/+8 |
2008-09-14 | Fix bug 5400 | Volker Lendecke | 1 | -2/+2 |
2008-09-14 | Fix out of tree build. Remove the embedded srcdir path from talloc and tdb. | Stefan Metzmacher | 1 | -4/+4 |
2008-09-14 | using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s... | Yannick Bergeron | 1 | -1/+1 |
2008-09-14 | Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro... | Yannick Bergeron | 1 | -1/+2 |
2008-09-14 | Fix typo. | Karolin Seeger | 2 | -2/+2 |
2008-09-14 | Correctly find a [u]int32_t replacement | Volker Lendecke | 1 | -6/+15 |
2008-09-14 | Fix replacement getpass. If we ^C at the prompt echo was left off. | Jeremy Allison | 1 | -5/+2 |
2008-09-12 | Fix spellings and file names | Simo Sorce | 2 | -32/+32 |
2008-09-09 | Fix up the "reg_common_open_remote" call | Matthias Dieter Wallnöfer | 4 | -8/+9 |
2008-09-09 | Two useful "regshell" improvements | Matthias Dieter Wallnöfer | 1 | -8/+6 |
2008-09-07 | lzxpress: Import of lzxpress compression | Matthieu Suiche | 2 | -0/+179 |
2008-09-07 | lzxpress: fix for decompression... | Matthieu Suiche | 2 | -21/+17 |
2008-09-06 | Always free tmp contexts before returning | Simo Sorce | 1 | -0/+1 |
2008-09-06 | zlib: we require zlib-1.2.3 or higher | Stefan Metzmacher | 1 | -3/+18 |
2008-09-06 | Revert "zlib: add inflateReset2()..." | Stefan Metzmacher | 3 | -28/+3 |
2008-09-06 | Revert "zlib: we don't need the inflateReset2 prototype twice" | Stefan Metzmacher | 1 | -0/+2 |
2008-09-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -14/+13 |
2008-09-03 | Fix embedding of Samba 4. | Jelmer Vernooij | 1 | -14/+13 |
2008-08-30 | Add a setexpiry operation in samdb.py | Andrew Tridgell | 4 | -91/+97 |
2008-08-22 | disable the anr== tests until they are understood | Andrew Tridgell | 1 | -12/+13 |
2008-08-22 | fixed the GUID and objectSID canonicalisation functions | Andrew Tridgell | 1 | -1/+3 |
2008-08-22 | fixed a speellling erra | Andrew Tridgell | 1 | -1/+1 |
2008-08-22 | fixed a problem with length limited ldap values | Andrew Tridgell | 10 | -29/+48 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 5 | -16/+31 |
2008-08-21 | Push loading the objectGUID and objectSID handlers earlier. | Andrew Bartlett | 1 | -4/+8 |
2008-08-21 | Handle error cases in attribute handlers better. | Andrew Bartlett | 1 | -8/+18 |
2008-08-21 | All these syntaxes are now handled by the schema. | Andrew Bartlett | 1 | -6/+0 |