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-06-14
Cosmetic fixes.
Simo Sorce
1
-88
/
+141
2008-06-14
Fix events_aio
Simo Sorce
1
-3
/
+3
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
10
-17
/
+72
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
25
-41
/
+85
2008-06-14
This patch make it possible to build the events library completely
Simo Sorce
22
-282
/
+426
2008-06-14
Use proper python errors.
Jelmer Vernooij
2
-27
/
+17
2008-06-11
Use variables for source dir of python ldb bindings.
Jelmer Vernooij
1
-3
/
+3
2008-06-11
Use variables for source dir of python tdb bindings.
Jelmer Vernooij
1
-2
/
+2
2008-06-10
Revert "Add configure test for vdeplug library."
Stefan Metzmacher
1
-7
/
+0
2008-06-10
Fix initialization warnings.
Jeremy Allison
1
-1
/
+1
2008-06-10
Some C++ warnings
Stefan Metzmacher
1
-2
/
+2
2008-06-10
socket_wrapper: truncate packets to a 1500 byte payload
Stefan Metzmacher
1
-0
/
+8
2008-06-09
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher
1
-1
/
+2
2008-06-09
libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_
Stefan Metzmacher
1
-4
/
+4
2008-06-08
Make it possible to disable gnutls at configure time,
Simo Sorce
1
-25
/
+36
2008-06-08
Add more docstrings in tdb.
Jelmer Vernooij
3
-2
/
+26
2008-06-04
copied the Heimdal sha256 functions into lib/crypto to avoid a link
Andrew Tridgell
5
-3
/
+327
2008-06-04
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
8
-783
/
+2
2008-06-04
lib/crypto: remove unused sha1 and hmac-sha1 code
Stefan Metzmacher
8
-782
/
+2
2008-06-03
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
1
-45
/
+151
2008-06-03
Align the Python and EJS ldap tests.
Andrew Bartlett
1
-45
/
+151
2008-06-03
SMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell
4
-1
/
+133
2008-06-02
fixed a warning
Andrew Tridgell
1
-1
/
+1
2008-05-31
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
4
-24
/
+16
2008-05-30
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij
1
-5
/
+10
2008-05-30
two more places where the wrong type is passed to PyArg_ParseTupleAndKeywords()
Andrew Tridgell
1
-4
/
+6
2008-05-30
fixed a segv in the python messaging code on 64 bit systems
Andrew Tridgell
1
-1
/
+4
2008-05-30
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
4
-16
/
+24
2008-05-29
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij
1
-0
/
+198
2008-05-29
Fix extra dash in command line flag.
Jelmer Vernooij
1
-1
/
+1
2008-05-29
Remove extra spaces on prefixMap input and output.
Andrew Bartlett
1
-1
/
+1
2008-05-29
Finish the LDIF parsers for the prefixMap attribute.
Andrew Bartlett
1
-12
/
+33
2008-05-29
Print prefixMap in a human-readable format.
Andrew Bartlett
1
-0
/
+177
2008-05-27
Add variable for smbreadline directory.
Jelmer Vernooij
1
-2
/
+2
2008-05-27
Allow external use of regf idl.
Jelmer Vernooij
1
-5
/
+4
2008-05-27
Move CFLAGS that are not inherited out of smb_build.
Jelmer Vernooij
1
-1
/
+1
2008-05-27
Use new dynconfig.h location.
Jelmer Vernooij
4
-3
/
+5
2008-05-27
Use variable for ldb source directory.
Jelmer Vernooij
4
-38
/
+38
2008-05-27
Move version.o and dynconfig.o into their own directory.
Jelmer Vernooij
1
-27
/
+0
2008-05-26
Remove evil hack which breaks Python bindings.
Jelmer Vernooij
1
-1
/
+1
2008-05-26
Finish smbstatus in Python.
Jelmer Vernooij
1
-0
/
+3
2008-05-26
Allow using IRPC functions on the messaging bus from Python.
Jelmer Vernooij
2
-24
/
+33
2008-05-26
Implement IRPC calls over the internal messaging bus.
Jelmer Vernooij
1
-70
/
+119
2008-05-26
Provide access to server_id from python bindings, add more tests.
Jelmer Vernooij
4
-6
/
+68
2008-05-26
Add bindings for deregister.
Jelmer Vernooij
1
-0
/
+21
2008-05-26
Support messaging_client_init in the python bindings.
Jelmer Vernooij
1
-40
/
+58
2008-05-26
Add bindings for irpc_{add,remove}_name.
Jelmer Vernooij
1
-0
/
+39
2008-05-25
Add tests for irpc python bindings.
Jelmer Vernooij
1
-0
/
+25
2008-05-25
Start building IRPC Python support.
Jelmer Vernooij
2
-44
/
+240
2008-05-24
Initialize module.
Jelmer Vernooij
1
-1
/
+2
[prev]
[next]