summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-05r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-3/+0
2008-01-05r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij2-1/+2
2008-01-05r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij1-2/+6
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2-48/+30
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2-4/+4
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2-5/+5
2007-12-30r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij2-16/+26
2007-12-28r26625: Wrap some more events functions for Python and add a trivial test for...Jelmer Vernooij5-37/+169
2007-12-28r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij1-2/+4
2007-12-28r26620: python: Allow not specifying event contexts, in which case a new cont...Jelmer Vernooij3-1/+51
2007-12-27r26617: Load smb.conf.Jelmer Vernooij1-2/+8
2007-12-27r26615: Fix Python syntaxJelmer Vernooij1-1161/+772
2007-12-27r26611: Tridge didn't write this...Andrew Bartlett1-1/+1