index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
pyldb: Fix some more long lines, fix formatting.
Jelmer Vernooij
2012-03-02
1
-14
/
+37
*
pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...
Jelmer Vernooij
2012-03-01
1
-13
/
+16
*
build: look for backtrace_symbols in libexec
Andrew Bartlett
2012-03-01
1
-1
/
+1
*
lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
Stefan Metzmacher
2012-02-29
2
-1
/
+93
*
lib/crypto: add aes_cmac_128* (rfc 4493)
Stefan Metzmacher
2012-02-29
4
-4
/
+231
*
lib/crypto: fix hmac_sha256_final() prototype
Stefan Metzmacher
2012-02-27
1
-1
/
+1
*
s3-param: Align lp_{max,min}protocol with lib/param names
Andrew Bartlett
2012-02-27
1
-0
/
+24
*
lib/tdb2: rename tdb2.pc to tdb.pc
Rusty Russell
2012-02-27
2
-1
/
+1
*
lib/tdb2: 2.0.0 ABI
Amitay Isaacs
2012-02-21
1
-0
/
+40
*
lib/tdb2: Convert tdb2 to a standalone library
Amitay Isaacs
2012-02-21
4
-0
/
+99
*
lib/tdb2: Fix wscript
Amitay Isaacs
2012-02-21
1
-29
/
+52
*
lib/tdb2: Mark public function as such
Amitay Isaacs
2012-02-21
9
-40
/
+40
*
lib/tdb2: Do not include config.h in (to-be) public library, use replace.
Amitay Isaacs
2012-02-21
2
-2
/
+22
*
lib/tdb2: tools should use config.h, and replace where available.
Rusty Russell
2012-02-21
5
-1
/
+28
*
lib/ccan: define HAVE_CCAN.
Rusty Russell
2012-02-21
1
-0
/
+1
*
popt: Check for popt manually as well, not just using pkg-config.
Jelmer Vernooij
2012-02-20
1
-1
/
+1
*
build: Add libbsd as a dep for LIBREPLACE_HOSTCC
Andrew Bartlett
2012-02-20
1
-4
/
+5
*
popt: Use pkg-config file to look for popt.
Jelmer Vernooij
2012-02-19
1
-1
/
+1
*
lib/util: Remove unused sys_inet_makeaddr()
Andrew Bartlett
2012-02-17
2
-11
/
+0
*
lib/util: Remove unused sys_gethostbyname()
Andrew Bartlett
2012-02-17
2
-48
/
+0
*
lib/util: Remove sys_poll as it is no longer needed
Andrew Bartlett
2012-02-16
2
-91
/
+0
*
lib/util: Remove unused sys_select_signal()
Andrew Bartlett
2012-02-16
2
-19
/
+0
*
tevent_signal: Fix a valgrind error
Volker Lendecke
2012-02-15
1
-1
/
+2
*
tdb: build and run unit tests in tdb/test/
Rusty Russell
2012-02-14
1
-7
/
+87
*
tdb/test: fix up tests for use in SAMBA tdb code.
Rusty Russell
2012-02-14
5
-13
/
+16
*
tdb: wean CCAN-style unit tests off of tap.
Rusty Russell
2012-02-14
25
-23
/
+64
*
tdb: import unit tests from CCAN into tdb/test/
Rusty Russell
2012-02-14
35
-1
/
+2567
*
tdb: make tdb_private.h idempotent.
Rusty Russell
2012-02-14
1
-0
/
+3
*
s3-libads: Move to using only the HAVE_KRB5 define
Andrew Bartlett
2012-02-13
1
-2
/
+2
*
s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5
Andrew Bartlett
2012-02-13
2
-18
/
+3
*
LDB:pyldb.c - use always the case insensitive comparison for attribute names
Matthias Dieter Wallnöfer
2012-02-13
1
-2
/
+2
*
lib/util: Remove unused str_format_nbt_domain()
Andrew Bartlett
2012-02-10
2
-41
/
+0
*
charset: Remove unused strcmp_w()
Andrew Bartlett
2012-02-10
2
-15
/
+0
*
charset: Remove unused iconv_talloc()
Andrew Bartlett
2012-02-10
3
-120
/
+1
*
tevent: change the version to 0.9.15
tevent-0.9.15
Stefan Metzmacher
2012-02-09
2
-1
/
+79
*
tevent: Fix deleting signal events from within themselves
Volker Lendecke
2012-02-09
1
-2
/
+33
*
Fix shadow variable name warning.
Jeremy Allison
2012-02-08
1
-10
/
+10
*
crypto: Use libbsd md5 header, if available.
Jelmer Vernooij
2012-02-07
3
-2
/
+17
*
crypto/md5: Change prototypes to match BSD.
Jelmer Vernooij
2012-02-07
1
-5
/
+7
*
charset/tests: Add prototypes for test functions.
Jelmer Vernooij
2012-02-07
2
-0
/
+7
*
loadparm: handle P_SEP in switches (silences warning with clang).
Jelmer Vernooij
2012-02-07
1
-0
/
+5
*
pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt'
Jelmer Vernooij
2012-02-07
1
-2
/
+2
*
crypto: Add prototype for main torture functions.
Jelmer Vernooij
2012-02-07
3
-0
/
+4
*
lib/util: Add hex_encode_buf
Volker Lendecke
2012-02-06
2
-9
/
+21
*
s3-popt: Fix configure.developer builds on Solairs.
Ira Cooper
2012-02-04
1
-0
/
+2
*
loadparm: fix a load of uninitialized memory errors found by valgrind.
Michael Adam
2012-02-03
1
-1
/
+1
*
replace: Only add bsd dependency when bsd library was found.
Jelmer Vernooij
2012-02-02
1
-1
/
+4
*
tdb2: add --disable-tdb2
Rusty Russell
2012-02-02
1
-0
/
+3
*
selftest: Remove unused support for --exeext
Andrew Bartlett
2012-02-01
4
-58
/
+58
*
replace: Add include for bsd/string.h.
Jelmer Vernooij
2012-02-01
1
-0
/
+4
[next]