Age | Commit message (Expand) | Author | Files | Lines |
2008-01-16 | Print out the reason we can't delete the user in SAMR. | Andrew Bartlett | 1 | -0/+3 |
2008-01-16 | Rework linked_attributes module for the REPLACE case. | Andrew Bartlett | 1 | -6/+86 |
2008-01-16 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet | Andrew Bartlett | 19 | -230/+550 |
2008-01-16 | Start generating a configuration for the refint overlay. This | Andrew Bartlett | 2 | -0/+13 |
2008-01-16 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 63 | -612/+1922 |
2008-01-16 | Make the Fedora DS LDAP backend 'aci' actually work, with better quoting. | Andrew Bartlett | 1 | -1/+1 |
2008-01-16 | Test the behaviour of mixed domain_scope and search_options controls. | Andrew Bartlett | 1 | -0/+7 |
2008-01-16 | Make ldap.js test easier to re-run in failure cases, by deleting more | Andrew Bartlett | 1 | -1/+6 |
2008-01-16 | Rework control handling to remove the 'domain_scope' control | Andrew Bartlett | 1 | -17/+37 |
2008-01-15 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 2 | -0/+5 |
2008-01-15 | Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R... | Jeremy Allison | 2 | -0/+14 |
2008-01-15 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 |
2008-01-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -0/+4 |
2008-01-15 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -0/+4 |
2008-01-15 | merged tdb from ctdb bzr tree | Andrew Tridgell | 9 | -210/+471 |
2008-01-15 | Fix asn1 locations. | Jelmer Vernooij | 1 | -2/+2 |
2008-01-15 | ldap.py: Use constants where possible. | Jelmer Vernooij | 1 | -14/+16 |
2008-01-15 | python: Update status. | Jelmer Vernooij | 1 | -7/+5 |
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 12 | -15/+15 |
2008-01-14 | libreplace: Escape asterisk. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-14 | python: Enable building of the wkssvc python bindings. | Jelmer Vernooij | 3 | -0/+29 |
2008-01-14 | python: Fix handling of pointer-less strings in function arguments. | Jelmer Vernooij | 1 | -8/+8 |
2008-01-14 | python: Compile in svcctl Python bindings. | Jelmer Vernooij | 3 | -0/+6 |
2008-01-14 | python: Convert winreg.py completely to rpc, use new RPC Python bindings. | Jelmer Vernooij | 1 | -72/+61 |
2008-01-14 | python: Work around the fact that there are two "security" modules now. | Jelmer Vernooij | 2 | -2/+2 |
2008-01-14 | python: Add simple test for samr python code. | Jelmer Vernooij | 2 | -0/+29 |
2008-01-14 | python: Compile security module, handle uint. | Jelmer Vernooij | 4 | -3/+9 |
2008-01-14 | python: Fix some corner cases handling scalars. | Jelmer Vernooij | 1 | -3/+13 |
2008-01-14 | python: Don't try to free const pointers. | Jelmer Vernooij | 1 | -1/+5 |
2008-01-14 | python: Move some convenience macros to a separate header rather than putting... | Jelmer Vernooij | 2 | -6/+4 |
2008-01-14 | python: Enable python bindings for samr and lsa interfaces. | Jelmer Vernooij | 4 | -0/+48 |
2008-01-14 | python: Build epmapper module. | Jelmer Vernooij | 3 | -47/+44 |
2008-01-14 | python: Accept loadparm filename rather than loadparm object, too. | Jelmer Vernooij | 2 | -2/+20 |
2008-01-14 | python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti... | Jelmer Vernooij | 2 | -23/+38 |
2008-01-14 | python: Fix python code for winreg, add test. | Jelmer Vernooij | 6 | -33/+64 |
2008-01-14 | python: Start building winreg module. | Jelmer Vernooij | 2 | -0/+8 |
2008-01-14 | pidl/python: Fix processing UUID-less interfaces, external typedefs and certa... | Jelmer Vernooij | 2 | -140/+137 |
2008-01-14 | pidl/python: Deal with arrays that are not pointers. | Jelmer Vernooij | 1 | -0/+12 |
2008-01-14 | python: Fix last bugs in rpcecho test. It passes now! | Jelmer Vernooij | 1 | -4/+6 |
2008-01-14 | pidl/python: Specify memory context explicitly when returning Python objects. | Jelmer Vernooij | 1 | -32/+30 |
2008-01-14 | python: Fix deallocation bug in pytalloc. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-14 | pidl/python: Pass credentials and loadparm context when connecting using DCE/... | Jelmer Vernooij | 7 | -17/+118 |
2008-01-14 | selftest: Ignore output generated by html formatter. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-14 | python: Fix rpcecho tests. | Jelmer Vernooij | 5 | -11/+6 |
2008-01-14 | pidl/python: Fix compilation of py_echo. | Jelmer Vernooij | 5 | -7/+42 |
2008-01-14 | python/pidl: Fix assignment. | Jelmer Vernooij | 1 | -9/+19 |
2008-01-14 | pidl/python: Fix more compile errors. | Jelmer Vernooij | 1 | -26/+32 |
2008-01-14 | pidl/python: Fix parsing arguments, fix more pointer issues. | Jelmer Vernooij | 4 | -50/+146 |
2008-01-14 | pidl/python: Fix use of pointers. | Jelmer Vernooij | 2 | -13/+72 |
2008-01-14 | python: Add some more rpc/echo tests. | Jelmer Vernooij | 1 | -0/+11 |