index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-01-11
python/ldb: Add __getitem__ implementation for LdbMessageElement.
Jelmer Vernooij
4
-0
/
+73
2008-01-10
tdb: Add simple reimplementation of tdbdump in Python as an example of the td...
Jelmer Vernooij
1
-0
/
+12
2008-01-10
r26701: ldb: Build and install python modules when possible.
Jelmer Vernooij
2
-7
/
+34
2008-01-10
r26700: tdb: Build and install Python bindings when possible.
Jelmer Vernooij
4
-42
/
+68
2008-01-07
r26692: registry: Treat key and value names case-insensitively.
Jelmer Vernooij
1
-0
/
+10
2008-01-07
r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...
Jelmer Vernooij
13
-44
/
+171
2008-01-07
r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.
Jelmer Vernooij
4
-36
/
+64
2008-01-06
r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090
Andrew Bartlett
1
-1
/
+1
2008-01-06
r26678: Check in auto-generated swig files.
Tim Potter
2
-41
/
+45
2008-01-06
r26677: Implement and test iter{keys,values,items} for tdb bindings.
Tim Potter
2
-3
/
+32
2008-01-05
r26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
1
-3
/
+0
2008-01-05
r26668: tdb/python: Fix default value of open_flags for tdb.
Jelmer Vernooij
2
-1
/
+2
[prev]
[next]