index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: tdb does not depend on talloc
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added waf build rules for ldb
Andrew Tridgell
2010-04-06
5
-19
/
+55
*
build: some more config checks
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
build: added recursive library handling
Andrew Tridgell
2010-04-06
1
-1
/
+13
*
build: added target directory options
Andrew Tridgell
2010-04-06
2
-0
/
+22
*
build: neater way to find libreplace and start on tevent waf build
Andrew Tridgell
2010-04-06
5
-32
/
+128
*
build: added some comments for tdb build
Andrew Tridgell
2010-04-06
1
-3
/
+15
*
build: more binaries for waf tdb build
Andrew Tridgell
2010-04-06
1
-0
/
+12
*
build: added waf build for tdb
Andrew Tridgell
2010-04-06
1
-0
/
+24
*
build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions
Andrew Tridgell
2010-04-06
4
-81
/
+131
*
build: updates to waf scripts for replace and talloc
Andrew Tridgell
2010-04-06
3
-11
/
+17
*
build: a first attempt at waf build for talloc and libreplace
Andrew Tridgell
2010-04-06
3
-0
/
+205
*
lib/replace: Don't use StrnCpy inside crypt.c
Kai Blin
2010-04-04
1
-1
/
+1
*
lib/replace: use correct inttypes in crypt.c
Kai Blin
2010-04-04
1
-2
/
+2
*
socket-wrapper: not all systems have FIONREAD defined
Andrew Tridgell
2010-04-03
1
-0
/
+2
*
debug: enable talloc logging
Andrew Tridgell
2010-04-02
2
-0
/
+15
*
talloc: a useful bit of debug code
Andrew Tridgell
2010-04-02
1
-0
/
+8
*
talloc: add a define for TALLOC_MAX_DEPTH
Andrew Tridgell
2010-04-02
2
-1
/
+5
*
talloc: change talloc minor version to 2.0.2
Andrew Tridgell
2010-04-02
1
-1
/
+1
*
talloc: limit the depth that talloc will go for talloc_is_parent()
Andrew Tridgell
2010-04-02
1
-2
/
+11
*
subunit: Include remainder of bindings and metadata.
Jelmer Vernooij
2010-03-31
23
-10
/
+1959
*
testtools: Fix included testtools, for systems that don't have it.
Jelmer Vernooij
2010-03-31
30
-1
/
+679
*
Put testtools directly under lib/ to make it easier to install from Samba 4.
Jelmer Vernooij
2010-03-31
23
-17
/
+19
*
smbtorture: Report number of available tests in a testsuite using subunit.
Jelmer Vernooij
2010-03-31
3
-1
/
+53
*
subunit: Also import copies of filters and perl module.
Jelmer Vernooij
2010-03-31
13
-1
/
+1002
*
replace: allow memmem() with an empty string to return NULL
Andrew Tridgell
2010-03-30
1
-1
/
+3
*
charset: look for the codepages in the right place
Andrew Tridgell
2010-03-30
1
-2
/
+2
*
subunit: Update to newer upstream version.
Jelmer Vernooij
2010-03-29
5
-3
/
+50
*
s4-python: Move dnspython to lib/, like the other Python modules
Jelmer Vernooij
2010-03-29
113
-0
/
+16825
*
s4-waf: use the libreplace strerror_r if needed
Andrew Tridgell
2010-03-29
2
-6
/
+11
*
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
2010-03-29
1
-1
/
+1
*
talloc: testsuite should use <talloc.h> not "talloc.h"
Andrew Tridgell
2010-03-29
1
-1
/
+1
*
tdb: update exports and signatures files
Simo Sorce
2010-03-26
2
-0
/
+2
*
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
2010-03-26
6
-8
/
+24
*
s3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider
2010-03-26
2
-5
/
+7
*
tevent: added tevent_re_initialise()
Andrew Tridgell
2010-03-26
2
-0
/
+17
*
util: on FreeBSD true is in /usr/bin. Use execvp to find it
Andrew Tridgell
2010-03-26
1
-1
/
+1
*
libutil: moved the networking defines to util_net.h
Andrew Tridgell
2010-03-26
3
-27
/
+29
*
libreplace: strerror_r() is needed by heimdal on solaris8
Andrew Tridgell
2010-03-26
3
-1
/
+14
*
tsocket: not all systems have IPV6_V6ONLY
Andrew Tridgell
2010-03-26
1
-2
/
+2
*
tdb: Fix indentation in tdb_new_database()
Volker Lendecke
2010-03-25
1
-1
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2010-03-25
10
-45
/
+44
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
3
-3
/
+3
*
libreplace: fixed declaration of dprintf() on FreeBSD
Andrew Tridgell
2010-03-24
2
-2
/
+12
*
build: fixed nss_wrapper on solaris
Andrew Tridgell
2010-03-24
1
-0
/
+4
*
convert_string_talloc_convenience - print out the input buffer in a better wa...
Matthias Dieter Wallnöfer
2010-03-22
1
-1
/
+2
*
tdb: Fix bug 7248, avoid the nanosleep dependency
Volker Lendecke
2010-03-22
1
-4
/
+4
*
lib/util: add allocate_anonymous_shared()
Stefan Metzmacher
2010-03-22
2
-0
/
+33
*
Fix an uninitialized variable
Volker Lendecke
2010-03-21
1
-0
/
+4
*
Use TALLOC_FREE in talloc_pop()
Volker Lendecke
2010-03-21
1
-2
/
+1
[next]