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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-13
Fix some nonempty blank lines
Volker Lendecke
1
-18
/
+18
2011-02-12
tdb: Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2011-02-11
waf: pure cosmetic reformatting of the two samba-util object lists (to ease c...
Günther Deschner
1
-1
/
+30
2011-02-10
s3: Fix some nonempty blank lines
Volker Lendecke
1
-2
/
+2
2011-02-10
replace: Add missing eval to m4 script
Sumit Bose
1
-2
/
+2
2011-02-10
socket_wrapper: avoid c++ style comments.
Günther Deschner
1
-2
/
+2
2011-02-10
s4-torture: not having an output dir is not a fatal error
Andrew Tridgell
1
-1
/
+3
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2011-02-09
tevent: Fix typos
Volker Lendecke
1
-2
/
+2
2011-02-08
lib/compression: add shared wscript_build.
Günther Deschner
1
-0
/
+6
2011-02-07
waf: add clock_gettime clock ID checks to libreplace wscript.
Günther Deschner
1
-1
/
+17
2011-02-07
build: removed the old autogen.sh and autogen-waf.sh scripts
Andrew Tridgell
6
-46
/
+0
2011-02-07
s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.dat
Andrew Tridgell
1
-12
/
+4
2011-02-04
charcnv: removed call to setlocale() (bug 7519)
Andrew Tridgell
1
-10
/
+0
2011-02-03
replace: Try to fix broken sys/capabilites.h on Linux.
Stefan Metzmacher
3
-1
/
+10
2011-02-03
Revert "replace: Try to fix broken sys/capabilites.h on Linux."
Stefan Metzmacher
3
-6
/
+1
2011-02-02
replace: Try to fix broken sys/capabilites.h on Linux.
Andreas Schneider
3
-1
/
+6
2011-02-02
s4-waf Don't install any Samba packages into PYTHONDIR
Andrew Bartlett
1
-2
/
+2
2011-01-20
lib/util: add tests for anonymous_shared_allocate/free()
Stefan Metzmacher
1
-0
/
+70
2011-01-20
lib/util: add anonymous_shared_free()
Stefan Metzmacher
2
-2
/
+40
2011-01-20
lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
Stefan Metzmacher
2
-2
/
+2
2011-01-20
lib/util: fix rounding to page size in allocate_anonymous_shared()
Stefan Metzmacher
1
-1
/
+5
2011-01-19
tdb: Added doxygen documentation.
Andreas Schneider
3
-25
/
+2454
2011-01-08
waf: ensure "make dist" works from a clean git tree for all libraries
Andrew Tridgell
4
-8
/
+16
2011-01-06
lib/addns: move DNS client library to the main directory.
Günther Deschner
10
-0
/
+2537
2011-01-06
tdbrestore: Update to GPLv3+, remove old FSF address.
Jelmer Vernooij
1
-3
/
+2
2011-01-05
talloc: change version to 2.0.5 after a critical bugfix
Stefan Metzmacher
2
-1
/
+63
2011-01-05
talloc: fixed a use after free error
Andrew Tridgell
1
-1
/
+16
2011-01-05
talloc: added a test for the use after free Rusty found
Andrew Tridgell
1
-0
/
+17
2011-01-05
talloc: Clarify error message on access after free.
Jelmer Vernooij
1
-4
/
+4
2011-01-04
talloc: Typo fix for api docs
Brad Hards
1
-1
/
+1
2011-01-03
lib/crypto: add aes_cfb8_encrypt()
Stefan Metzmacher
2
-0
/
+26
2011-01-03
talloc: Fix warnings in test code
Brad Hards
3
-3
/
+12
2011-01-03
Revert broken destructor changes.
Jelmer Vernooij
1
-1
/
+1
2011-01-03
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
1
-1
/
+1
2011-01-01
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
2
-4
/
+2
2011-01-01
s4-python: Add more prototypes.
Jelmer Vernooij
1
-0
/
+2
2011-01-01
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
1
-1
/
+1
2011-01-01
talloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij
3
-180
/
+0
2010-12-29
Use sockaddr_storage in async sendto/recvfrom
Volker Lendecke
2
-11
/
+28
2010-12-29
tdb: add ABI/tdb-1.2.9.sigs
Stefan Metzmacher
1
-0
/
+62
2010-12-29
tdb: tdb_summary() support.
Rusty Russell
7
-10
/
+206
2010-12-28
async_send->sendto, async_recv->recvfrom
Volker Lendecke
2
-42
/
+53
2010-12-27
tdb: setup TEST_DATA_PREFIX for make test
Stefan Metzmacher
1
-1
/
+5
2010-12-26
tevent: More documentation updates
Volker Lendecke
1
-1
/
+72
2010-12-26
tevent: More doc fixes
Volker Lendecke
1
-13
/
+47
2010-12-25
tevent: Some documentation fixes
Volker Lendecke
1
-22
/
+45
2010-12-25
tevent: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-12-24
tdb:tdbtorture: use TEST_DATA_PREFIX for files
Stefan Metzmacher
1
-8
/
+30
2010-12-24
tdb:tdbtest: use TEST_DATA_PREFIX for files
Stefan Metzmacher
1
-3
/
+28
[next]