summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-114-55/+162
* | | Use 'dn' less, as this is not a valid attribute in AD, and I want toAndrew Bartlett2008-01-111-4/+4
* | | Remove 'dn' from mapping, it isn't a valid attribute in AD, and causesAndrew Bartlett2008-01-112-19/+1
|/ /
* | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-114-35/+246
|\ \
| * | python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-114-25/+114
| * | ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-113-10/+22
| * | ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-114-0/+37
| * | python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-114-0/+73
* | | Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett2008-01-111-12/+10
* | | Fix segfault when sorting LDAP replies on the client.Andrew Bartlett2008-01-111-2/+2
* | | Add in new module to normalise DNs being returned from OpenLDAP. ThisAndrew Bartlett2008-01-113-2/+181
|/ /
* | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-112-0/+25
|\ \
| * | Ignore compiled Python files.Jelmer Vernooij2008-01-101-0/+1
| * | Update ignore list.Jelmer Vernooij2008-01-101-0/+12
| * | tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij2008-01-101-0/+12
* | | Make Samba4 and Fedora DS happierAndrew Bartlett2008-01-113-0/+24
|/ /
* | Merge commit 'origin/v4-0-test' into 4-0-localAndrew Bartlett2008-01-1114-193/+256
|\ \
| * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-103-81/+32
| |\ \
| | * | Revert "Set -test in the vendor version"Stefan Metzmacher2008-01-101-1/+1
| | * | Set -test in the vendor versionStefan Metzmacher2008-01-101-1/+1
| | * | prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher2008-01-103-81/+32
| * | | pidl: Fix samba3-cli test after Günthers formatting fixes.Jelmer Vernooij2008-01-101-25/+44
| |/ /
| * / python: Update STATUS.Jelmer Vernooij2008-01-101-4/+4
| |/
| * r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2008-01-102-7/+34
| * r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij2008-01-104-42/+68
| * r26699: Some minor cosmetics for pidl samba3 server code.Günther Deschner2008-01-091-18/+20
| * r26698: Prettify samba3 client code a little more.Günther Deschner2008-01-091-7/+25
| * r26697: Leak less memory into the ldb context.Andrew Bartlett2008-01-081-3/+15
| * r26696: Some more minor pidl samba3 client cosmetics.Günther Deschner2008-01-081-5/+13
| * r26695: Cosmetic fix for pidl generated samba3 client code.Günther Deschner2008-01-081-1/+1
* | Return 'not implemented' on more RPCs. (easy way to 'pass' theAndrew Bartlett2008-01-111-2/+7
* | Native move servers will refuse these SamSync operations, so don'tAndrew Bartlett2008-01-111-0/+9
|/
* r26694: asn1: Fix header and some typo's.Jelmer Vernooij2008-01-081-6/+6
* r26693: Add (untested) libnet_rpc_groupdel function.Rafal Szczesniak2008-01-082-10/+194
* r26692: registry: Treat key and value names case-insensitively.Jelmer Vernooij2008-01-071-0/+10
* r26691: registry: Add subkeys required for Server Manager Alerts and Peplicat...Jelmer Vernooij2008-01-071-0/+9
* r26690: torture: Move torture_context_init() to the ui.c, where all functions...Jelmer Vernooij2008-01-072-17/+18
* r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij2008-01-0714-46/+175
* r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij2008-01-074-36/+64
* r26687: python: Update status after feedback from abartlett.Jelmer Vernooij2008-01-071-0/+3
* r26686: Fix bug 5143 by Jason Tarbet. This prevented an easy cut-and-paste ofAndrew Bartlett2008-01-061-1/+1
* r26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so wasAndrew Bartlett2008-01-061-0/+5
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r26683: Add another testcase. I still don't know what's wrong here.Andrew Bartlett2008-01-061-0/+21
* r26682: Move CLDAP to the modern torture system, and add value checking.Andrew Bartlett2008-01-061-14/+28
* r26681: Use fewer magic numbers.Andrew Bartlett2008-01-061-2/+2
* r26680: Don't always advertise GC functionality.Andrew Bartlett2008-01-061-1/+4
* r26679: It is very bad to free the ldb handle when you didn't create it...Andrew Bartlett2008-01-061-1/+1
* r26678: Check in auto-generated swig files.Tim Potter2008-01-062-41/+45
* r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2008-01-062-3/+32