ira/wip.git
2008-01-16 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-16 Andrew Bartlettldb_map objectClass munging: Don't hard-code 'extensibl...
2008-01-16 Jelmer Vernooijselftest: Use "require" rather than "use" keyword so...
2008-01-16 Jelmer Vernooijpython: Don't attempt to build shared and static versio...
2008-01-16 Jelmer Vernooijselftest: Add some more documentation. Rename env ...
2008-01-16 Jelmer VernooijIgnore newly generated proto header.
2008-01-16 Günther DeschnerAdd lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy...
2008-01-16 Jelmer Vernooijpidl: Add simple test for ServerNDR.
2008-01-16 Jelmer Vernooijpidl: Fix missing import for fatal().
2008-01-16 Jelmer Vernooijpidl: Fix imported function for ServerNDR and add test...
2008-01-16 Jelmer Vernooijpython: Build shared python modules for generic use.
2008-01-16 Andrew BartlettPrint out the reason we can't delete the user in SAMR.
2008-01-16 Andrew BartlettRework linked_attributes module for the REPLACE case.
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew BartlettStart generating a configuration for the refint overlay...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew BartlettMake the Fedora DS LDAP backend 'aci' actually work...
2008-01-15 Andrew BartlettTest the behaviour of mixed domain_scope and search_opt...
2008-01-15 Andrew BartlettMake ldap.js test easier to re-run in failure cases...
2008-01-15 Andrew BartlettRework control handling to remove the 'domain_scope...
2008-01-15 Jeremy AllisonFix bug #5121 (unix passwd sync not working on a stream...
2008-01-15 Jeremy AllisonAdd patches for bug #4866 from jiri sasek - Sun Microsy...
2008-01-15 Volker LendeckeFix bug 5055
2008-01-15 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2008-01-15 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2008-01-15 Andrew Tridgellmerged tdb from ctdb bzr tree
2008-01-15 Jelmer VernooijFix asn1 locations.
2008-01-15 Jelmer Vernooijldap.py: Use constants where possible.
2008-01-15 Jelmer Vernooijpython: Update status.
2008-01-15 Jelmer Vernooijutil: Move asn1 to lib/util to trim down the number...
2008-01-14 Jelmer Vernooijlibreplace: Escape asterisk.
2008-01-14 Jelmer Vernooijpython: Enable building of the wkssvc python bindings.
2008-01-14 Jelmer Vernooijpython: Fix handling of pointer-less strings in functio...
2008-01-14 Jelmer Vernooijpython: Compile in svcctl Python bindings.
2008-01-14 Jelmer Vernooijpython: Convert winreg.py completely to rpc, use new...
2008-01-14 Jelmer Vernooijpython: Work around the fact that there are two "securi...
2008-01-14 Jelmer Vernooijpython: Add simple test for samr python code.
2008-01-14 Jelmer Vernooijpython: Compile security module, handle uint.
2008-01-14 Jelmer Vernooijpython: Fix some corner cases handling scalars.
2008-01-14 Jelmer Vernooijpython: Don't try to free const pointers.
2008-01-14 Jelmer Vernooijpython: Move some convenience macros to a separate...
2008-01-14 Jelmer Vernooijpython: Enable python bindings for samr and lsa interfaces.
2008-01-14 Jelmer Vernooijpython: Build epmapper module.
2008-01-14 Jelmer Vernooijpython: Accept loadparm filename rather than loadparm...
2008-01-14 Jelmer Vernooijpython: Be more pythonic - turn WERROR and NTSTATUS...
2008-01-14 Jelmer Vernooijpython: Fix python code for winreg, add test.
2008-01-14 Jelmer Vernooijpython: Start building winreg module.
2008-01-14 Jelmer Vernooijpidl/python: Fix processing UUID-less interfaces, exter...
2008-01-14 Jelmer Vernooijpidl/python: Deal with arrays that are not pointers.
2008-01-14 Jelmer Vernooijpython: Fix last bugs in rpcecho test. It passes now!
2008-01-14 Jelmer Vernooijpidl/python: Specify memory context explicitly when...
2008-01-14 Jelmer Vernooijpython: Fix deallocation bug in pytalloc.
2008-01-14 Jelmer Vernooijpidl/python: Pass credentials and loadparm context...
2008-01-14 Jelmer Vernooijselftest: Ignore output generated by html formatter.
2008-01-14 Jelmer Vernooijpython: Fix rpcecho tests.
2008-01-14 Jelmer Vernooijpidl/python: Fix compilation of py_echo.
2008-01-14 Jelmer Vernooijpython/pidl: Fix assignment.
2008-01-14 Jelmer Vernooijpidl/python: Fix more compile errors.
2008-01-14 Jelmer Vernooijpidl/python: Fix parsing arguments, fix more pointer...
2008-01-14 Jelmer Vernooijpidl/python: Fix use of pointers.
2008-01-14 Jelmer Vernooijpython: Add some more rpc/echo tests.
2008-01-14 Jelmer Vernooijpython: Add simple tests for the DCE/RPC echo interface.
2008-01-14 Jelmer Vernooijpidl/python: Remove unnecessary talloc_free().
2008-01-14 Jelmer VernooijRemove accidently committed files.
2008-01-14 Jelmer Vernooijpython: Allow wrapping pointers within talloc'ed memory...
2008-01-14 Jelmer Vernooijpidl/python: Support repr() for python types.
2008-01-14 Jelmer Vernooijpidl: Move Generate*Env functions to Parse::Pidl::Samba...
2008-01-14 Jelmer Vernooijpidl/python: Work towards supporting more complex types...
2008-01-14 Jelmer Vernooijpidl/python: Support more scalar types when converting...
2008-01-14 Jelmer Vernooijpidl/python: Use new talloc utility functions.
2008-01-14 Jelmer Vernooijpython: Add some utility functions for working with...
2008-01-14 Jelmer Vernooijpidl/python: Convert unions.
2008-01-14 Jelmer Vernooijpidl/python: Fix more warnings in the generated code.
2008-01-14 Jelmer Vernooijpidl/python: Fix bug accidently filling in the body...
2008-01-14 Jelmer Vernooijpidl/python: Fix const type wrapping.
2008-01-14 Jelmer Vernooijpidl/python: Fix conversion of last few non-standard...
2008-01-14 Jelmer Vernooijpidl/python: Remove references to DECLARE, which has...
2008-01-14 Jelmer Vernooijpidl/python: Some more support for special case types.
2008-01-14 Jelmer Vernooijpidl/python: Convert some Python objects back to C...
2008-01-14 Jelmer Vernooijpython/pidl: Start wrapping function arguments.
2008-01-14 Jelmer Vernooijpython/pidl: Handle non-string types.
2008-01-14 Jelmer Vernooijpython/pidl: More work on wrapping enums, bitmaps and...
2008-01-14 Günther DeschnerUse lsa_PolicyInfo enum in lsa policy info calls.
2008-01-14 Günther DeschnerFill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
2008-01-13 Jelmer Vernooijpython: Avoid overwriting flags for already found versi...
2008-01-13 Jelmer Vernooijpython: Avoid PyMODINIT_FUNC because it doesn't exist...
2008-01-13 Jelmer VernooijRemove accidently committed debugging statement.
2008-01-13 Jelmer VernooijTry to fix the build on Tru64; avoid single quotes...
2008-01-13 Jelmer Vernooijpython: Fix initialization of variable.
2008-01-13 Jelmer Vernooijpython: Try more possible flags.
2008-01-13 Jelmer Vernooijpython: Avoid PyDoc_STRVAR() macro which doesn't exist...
2008-01-13 Jelmer Vernooijtests.blackbox: Avoid my local Kerberos setup from...
2008-01-12 Jelmer Vernooijpidl: Avoid accidently filling in empty body for types...
2008-01-12 Jelmer Vernooijpidl/ejs: Fix bug that filled in the body for types...
2008-01-12 Jelmer Vernooijpidl: Add function for determining whether a type has...
2008-01-12 Jelmer Vernooijpidl: Move more stuff outside ifdef when defining enums...
2008-01-12 Jelmer Vernooijpidl: Prevent empty declarations for enums without...
2008-01-12 Jelmer Vernooijpidl: Add ability to write type metadata to a file.
2008-01-12 Jelmer Vernooijpidl: Remove obsolete smb_interfaces code.
2008-01-12 Jelmer Vernooijpidl: Add CPAN metadata.
next