summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij6-21/+5
2008-01-21ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij1-0/+1
2008-01-18merged changes from v3-2-testAndrew Tridgell8-53/+18
2008-01-18merged tdb changes from ctdbAndrew Tridgell3-59/+49
2008-01-18registry: Use correct return values.Jelmer Vernooij7-32/+53
2008-01-18registry: Avoid mapping registry return codes: return the right value in the ...Jelmer Vernooij3-3/+3
2008-01-18When Windows attempts to create a new key, it looks for an available key nameAndrew Kroeger1-7/+13
2008-01-18registry: Improve error codes and update tests.Jelmer Vernooij6-20/+23
2008-01-18When Windows initially creates a new value, the value name is "New Value #1".Andrew Kroeger1-2/+22
2008-01-18registry: Properly check return values from ldb_*() functions.Andrew Kroeger1-3/+3
2008-01-18registry: Check for more specific LDB return codes, handle changing existing ...Jelmer Vernooij1-6/+11
2008-01-17ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2-32/+52
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2-0/+5
2008-01-15Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2-0/+14
2008-01-15Fix bug 5055Volker Lendecke1-1/+1
2008-01-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-0/+4
2008-01-15Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-0/+4
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell9-210/+471
2008-01-15ldap.py: Use constants where possible.Jelmer Vernooij1-14/+16
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij3-0/+829
2008-01-14libreplace: Escape asterisk.Jelmer Vernooij1-1/+1
2008-01-13Try to fix the build on Tru64; avoid single quotes because they get expanded ...Jelmer Vernooij1-1/+1
2008-01-11ldb: Get rid of a warning.Kai Blin1-1/+1
2008-01-11ldap/python: Fix last tests.Jelmer Vernooij1-60/+53
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij3-0/+19
2008-01-11python/ldap: Fix a couple more tests.Jelmer Vernooij1-18/+18
2008-01-11Make a few more tests pass.Jelmer Vernooij1-129/+115
2008-01-11python/ldap: Get further.Jelmer Vernooij1-2/+4
2008-01-11python/ldap: Fix some tests.Jelmer Vernooij1-9/+15
2008-01-11python: More work getting the LDAP test to compile again.Jelmer Vernooij1-36/+23
2008-01-11python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij1-37/+30
2008-01-11ldap/python: Fix some more calls.Jelmer Vernooij1-74/+47
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij4-55/+162
2008-01-11Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett4-35/+246
2008-01-11Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett1-12/+10
2008-01-11Fix segfault when sorting LDAP replies on the client.Andrew Bartlett1-2/+2
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij4-25/+114
2008-01-11ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij3-10/+22
2008-01-11ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij4-0/+37
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij4-0/+73
2008-01-10tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij1-0/+12
2008-01-10r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2-7/+34
2008-01-10r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij4-42/+68
2008-01-07r26692: registry: Treat key and value names case-insensitively.Jelmer Vernooij1-0/+10
2008-01-07r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij13-44/+171
2008-01-07r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij4-36/+64
2008-01-06r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett1-1/+1
2008-01-06r26678: Check in auto-generated swig files.Tim Potter2-41/+45
2008-01-06r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2-3/+32