Age | Commit message (Expand) | Author | Files | Lines |
2008-01-31 | merged tdb transaction fix | Andrew Tridgell | 1 | -0/+3 |
2008-01-25 | ldb/python: Add bindings for schema functions. | Jelmer Vernooij | 3 | -33/+393 |
2008-01-23 | python: Add convenience function for getting command line loadparm context | Jelmer Vernooij | 1 | -4/+3 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 5 | -5/+0 |
2008-01-22 | dcerpc: Use manually written .pc files for dcerpc and ndr. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-22 | registry: Use manually written .pc file. | Jelmer Vernooij | 2 | -0/+13 |
2008-01-22 | ldb/talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 3 | -0/+3 |
2008-01-22 | tdb: Add URL in pc file. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-22 | ldb: Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-22 | ldb: Increase version number to make it easier to create new Debian snapshots. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-22 | libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_t | Stefan Metzmacher | 1 | -0/+25 |
2008-01-21 | build: Demote a bunch of libraries to subsystems. This makes packaging easier... | Jelmer Vernooij | 6 | -21/+5 |
2008-01-21 | ldb: Fix building python modules against system-provided ldb. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-18 | merged changes from v3-2-test | Andrew Tridgell | 8 | -53/+18 |
2008-01-18 | merged tdb changes from ctdb | Andrew Tridgell | 3 | -59/+49 |
2008-01-18 | registry: Use correct return values. | Jelmer Vernooij | 7 | -32/+53 |
2008-01-18 | registry: Avoid mapping registry return codes: return the right value in the ... | Jelmer Vernooij | 3 | -3/+3 |
2008-01-18 | When Windows attempts to create a new key, it looks for an available key name | Andrew Kroeger | 1 | -7/+13 |
2008-01-18 | registry: Improve error codes and update tests. | Jelmer Vernooij | 6 | -20/+23 |
2008-01-18 | When Windows initially creates a new value, the value name is "New Value #1". | Andrew Kroeger | 1 | -2/+22 |
2008-01-18 | registry: Properly check return values from ldb_*() functions. | Andrew Kroeger | 1 | -3/+3 |
2008-01-18 | registry: Check for more specific LDB return codes, handle changing existing ... | Jelmer Vernooij | 1 | -6/+11 |
2008-01-17 | ldb_map objectClass munging: Don't hard-code 'extensibleObject'. | Andrew Bartlett | 2 | -32/+52 |
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 | ldap.py: Use constants where possible. | Jelmer Vernooij | 1 | -14/+16 |
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 3 | -0/+829 |
2008-01-14 | libreplace: Escape asterisk. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-13 | Try to fix the build on Tru64; avoid single quotes because they get expanded ... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-11 | ldb: Get rid of a warning. | Kai Blin | 1 | -1/+1 |
2008-01-11 | ldap/python: Fix last tests. | Jelmer Vernooij | 1 | -60/+53 |
2008-01-11 | ldb/python: Support comparing Dn's to strings. | Jelmer Vernooij | 3 | -0/+19 |
2008-01-11 | python/ldap: Fix a couple more tests. | Jelmer Vernooij | 1 | -18/+18 |
2008-01-11 | Make a few more tests pass. | Jelmer Vernooij | 1 | -129/+115 |
2008-01-11 | python/ldap: Get further. | Jelmer Vernooij | 1 | -2/+4 |
2008-01-11 | python/ldap: Fix some tests. | Jelmer Vernooij | 1 | -9/+15 |
2008-01-11 | python: More work getting the LDAP test to compile again. | Jelmer Vernooij | 1 | -36/+23 |
2008-01-11 | python: Specify right arguments for the ldap test, fix some more calls. | Jelmer Vernooij | 1 | -37/+30 |
2008-01-11 | ldap/python: Fix some more calls. | Jelmer Vernooij | 1 | -74/+47 |
2008-01-11 | python/ldap: Support controls argument to ldb.search(). | Jelmer Vernooij | 4 | -55/+162 |
2008-01-11 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 4 | -35/+246 |
2008-01-11 | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 1 | -12/+10 |
2008-01-11 | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 1 | -2/+2 |
2008-01-11 | python/ldap: Wrap parse_control_strings(). | Jelmer Vernooij | 4 | -25/+114 |
2008-01-11 | ldb/python: Allow comparing a MessageElement to a list or a singleton. | Jelmer Vernooij | 3 | -10/+22 |
2008-01-11 | ldb/python: Implement __len__ for MessageElement. | Jelmer Vernooij | 4 | -0/+37 |