index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'pyregistry' of git://git.samba.org/jelmer/samba
Jelmer Vernooij
2008-12-19
11
-9355
/
+2031
|
\
|
*
Fix more tests.
Jelmer Vernooij
2008-12-19
3
-102
/
+295
|
*
Port over more functionality to new SWIGless Python module.
Jelmer Vernooij
2008-12-19
1
-290
/
+337
|
*
Remove swig support from standalone ldb build.
Jelmer Vernooij
2008-12-19
6
-21
/
+7
|
*
Initial work using manual Python bindings for LDB, rather than SWIG-generated...
Jelmer Vernooij
2008-12-19
6
-9331
/
+1783
*
|
Reprocess LDB SWIG file.
Jelmer Vernooij
2008-12-19
1
-0
/
+2
*
|
Specify explicit path to tevent.h, compilation breaks without it for me.
Jelmer Vernooij
2008-12-19
1
-1
/
+1
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-12-19
65
-13085
/
+1316
|
\
\
|
*
|
s4:cosmetic: Remove trailing tabs and spaces
Simo Sorce
2008-12-19
1
-59
/
+59
|
*
|
Small cosmetic LDB patch regarding return values.
Matthias Dieter Wallnöfer
2008-12-19
3
-7
/
+7
|
|
/
|
*
Use plain Python C API for registry module, rather than SWIG.
Jelmer Vernooij
2008-12-18
3
-19
/
+322
|
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into pyregistry
Jelmer Vernooij
2008-12-18
61
-8151
/
+1160
|
|
\
|
|
*
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...
Stefan Metzmacher
2008-12-18
4
-45
/
+5
|
|
*
Parse options (and open the database) before starting transactions
Andrew Bartlett
2008-12-18
1
-2
/
+2
|
|
*
Print error strings when transactions fail in ldb tools
Andrew Bartlett
2008-12-18
3
-6
/
+6
|
|
*
Rename ldb index pointer wrapper function
Andrew Bartlett
2008-12-18
1
-8
/
+8
|
|
*
s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...
Stefan Metzmacher
2008-12-17
2
-2
/
+2
|
|
*
s4:lib/socket: remove unused code
Stefan Metzmacher
2008-12-17
1
-22
/
+0
|
|
*
s4:lib/tevent: add lib/events/ compat and let things compile
Stefan Metzmacher
2008-12-17
4
-0
/
+13
|
|
*
s4:lib/events: move to toplevel directory as lib/tevent/
Stefan Metzmacher
2008-12-17
30
-7911
/
+0
|
|
*
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
2008-12-17
2
-2
/
+5
|
|
*
s4:ldb: add some python tests for extended dns
Andrew Bartlett
2008-12-17
1
-27
/
+60
|
|
*
s4:ldb: make it possible to return per entry controls
Andrew Bartlett
2008-12-17
14
-13
/
+48
|
|
*
s4:ldb-samba: register samba specific extended dn handlers
Andrew Bartlett
2008-12-17
1
-51
/
+138
|
|
*
s4:ldb.i: hang the dn on the NULL context as the python destructor will free it
Andrew Bartlett
2008-12-17
1
-0
/
+2
|
|
*
s4:ldb: use try to print the extended dn in the ldif output
Andrew Bartlett
2008-12-17
1
-2
/
+4
|
|
*
s4:ldb_ildap: try to pass extended DNs to the server
Andrew Bartlett
2008-12-17
1
-5
/
+5
|
|
*
s4:ldb: add infrastructure for extended dn handlers
Andrew Bartlett
2008-12-17
4
-60
/
+524
|
*
|
Start converting registry python module to plain C rather than SWIG.
Jelmer Vernooij
2008-12-16
5
-4870
/
+132
*
|
|
Avoid use of parentheses in Python import statements, as it's not supported b...
Jelmer Vernooij
2008-12-19
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
2008-12-17
2
-1
/
+2
|
\
|
|
*
Add new script for building IDL files in librpc/idl, generating both
Jelmer Vernooij
2008-12-16
1
-1
/
+1
|
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-12-16
8
-15
/
+61
|
|
\
|
*
|
Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...
Jelmer Vernooij
2008-12-16
1
-0
/
+1
*
|
|
an experimental patch for fixing ldb bloat
Andrew Tridgell
2008-12-17
3
-9
/
+352
|
|
/
|
/
|
*
|
repack the ldb after re-indexing
Andrew Tridgell
2008-12-16
1
-0
/
+4
*
|
use transactions in ldbadd, ldbmodify and ldbedit
Andrew Tridgell
2008-12-16
3
-0
/
+30
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
2008-12-03
13
-1186
/
+14
|
\
|
|
*
Remove timeout event once we are calling the callback.
Andrew Bartlett
2008-11-17
2
-4
/
+6
|
*
Print unconvertable ldb element values as base64.
Andrew Bartlett
2008-11-17
1
-2
/
+4
|
*
Always validate a DN when constructing from a string in python
Andrew Bartlett
2008-11-17
1
-1
/
+1
|
*
s4:librpc/ndr: integrate NDR_MISC into LIBNDR
Stefan Metzmacher
2008-11-16
2
-2
/
+2
|
*
s4:torture: fix the build with auto dependencies
Stefan Metzmacher
2008-11-16
1
-1
/
+1
|
*
Move libtorture to top-level.
Jelmer Vernooij
2008-11-16
5
-1174
/
+0
|
*
Regenerate SWIG output.
Jelmer Vernooij
2008-11-11
1
-1
/
+0
|
*
It is not valid to talloc_free() ldb_dn_get_linearized()
Andrew Bartlett
2008-11-11
1
-1
/
+0
*
|
fixed options argument to ldb connect in python
Andrew Tridgell
2008-11-06
2
-10
/
+18
*
|
don't give errors when an empty modules list is given to ldb
Andrew Tridgell
2008-11-06
2
-5
/
+9
|
/
*
Use ldb_dn_from_ldb_val to avoid possible over-run of the value.
Andrew Bartlett
2008-11-04
4
-8
/
+8
*
Remove global_loadparm.
Jelmer Vernooij
2008-11-02
2
-6
/
+2
[prev]
[next]