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
/
lib
/
talloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
talloc: fixed spelling errors in comment
Andrew Tridgell
2010-09-15
1
-2
/
+2
*
pidl-python: cope with NULL pointers in more places
Andrew Tridgell
2010-09-02
2
-0
/
+24
*
pytalloc: treat a NULL ptr as Py_None
Andrew Tridgell
2010-09-02
1
-1
/
+7
*
pytalloc: fixed py_talloc_steal()
Andrew Tridgell
2010-08-25
2
-1
/
+9
*
s4-pytalloc: use better names for python talloc objects
Andrew Tridgell
2010-08-25
1
-0
/
+2
*
talloc:documentation - explain that "talloc_free" works also with "NULL" poin...
Matthias Dieter Wallnöfer
2010-08-14
2
-14
/
+26
*
wafsamba: Fix typo: noextenion -> noextension.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
talloc: Don't set is_bundled for standalone build.
Jelmer Vernooij
2010-05-31
1
-2
/
+4
*
Add manpages argument to SAMBA_LIBRARY().
Jelmer Vernooij
2010-05-31
1
-17
/
+2
*
s4-waf: sanitize library names like the old build system did, only add
Jelmer Vernooij
2010-05-31
1
-2
/
+2
*
talloc: Fixed a doxygen problem with PRINTF_ATTRIBUTE.
Andreas Schneider
2010-05-10
1
-3
/
+3
*
talloc: Documented the missing string functions.
Andreas Schneider
2010-05-06
1
-0
/
+86
*
talloc: Documentation fix for talloc
Holger Hans Peter Freyther
2010-05-01
2
-2
/
+2
*
talloc: there is no ambiguity when freeing a ptr with a null parent
Andrew Tridgell
2010-04-20
5
-2
/
+104
*
build: more adjustments for the ABI type name maps
Andrew Tridgell
2010-04-18
1
-3
/
+3
*
s4-waf: rebuild signature files with the api type maps
Andrew Tridgell
2010-04-18
1
-3
/
+3
*
talloc: mark public functions as _PUBLIC_
Andrew Tridgell
2010-04-18
1
-62
/
+62
*
talloc-waf: added ABI checking for talloc
Andrew Tridgell
2010-04-18
2
-0
/
+65
*
s4-waf: don't try to use the system lib for the library build
Andrew Tridgell
2010-04-13
1
-4
/
+5
*
talloc-waf: the talloc1-compat lib depends on talloc
Andrew Tridgell
2010-04-13
1
-2
/
+2
*
talloc-waf: added the manpage generation and talloc1-compat generation
Andrew Tridgell
2010-04-13
1
-1
/
+34
*
build: use a common autogen-waf.sh for all builds
Andrew Tridgell
2010-04-12
1
-22
/
+1
*
s4-waf: fixed waf distcheck for our standalone libs and s4
Andrew Tridgell
2010-04-06
1
-0
/
+4
*
s4-waf: added simple 'waf test' support for tdb, talloc and ldb
Andrew Tridgell
2010-04-06
1
-4
/
+5
*
s4-waf: autogen-waf.sh for the standalone library builds
Andrew Tridgell
2010-04-06
1
-0
/
+22
*
s4-waf: use a common pattern for finding buildtools and libs
Andrew Tridgell
2010-04-06
1
-12
/
+7
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-3
/
+3
*
s4-waf: fixed finding of buildtools and srcdir
Andrew Tridgell
2010-04-06
1
-7
/
+9
*
s4-waf: avoid having to run waf configure before waf dist
Andrew Tridgell
2010-04-06
1
-1
/
+4
*
s4-waf: allow standalone tarball build of libraries
Andrew Tridgell
2010-04-06
1
-1
/
+9
*
s4-waf: added 'waf dist' to our standalone libs as well
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
s4-waf: added 'waf dist' to build the tarball
Andrew Tridgell
2010-04-06
1
-1
/
+8
*
talloc-waf: install talloc.pc if standalone
Andrew Tridgell
2010-04-06
1
-0
/
+8
*
talloc-waf: match version number with main build
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
s4-waf: added implied_deps for system libraries
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
talloc-waf: don't build the talloc testsuite in s4
Andrew Tridgell
2010-04-06
1
-4
/
+6
*
s4-waf: support the use of system libraries
Andrew Tridgell
2010-04-06
1
-4
/
+11
*
s4-waf: set default for bundled libraries
Andrew Tridgell
2010-04-06
1
-0
/
+6
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: don't install talloc_testsuite and ldbtest
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
build: using deps= for deps is clearer
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added BUILD_SUBDIR() wrapper
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added ADD_CFLAGS() and started of Samba4 build
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added waf build rules for ldb
Andrew Tridgell
2010-04-06
1
-3
/
+3
*
build: neater way to find libreplace and start on tevent waf build
Andrew Tridgell
2010-04-06
1
-4
/
+10
*
build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functions
Andrew Tridgell
2010-04-06
1
-12
/
+6
*
build: updates to waf scripts for replace and talloc
Andrew Tridgell
2010-04-06
1
-3
/
+1
*
build: a first attempt at waf build for talloc and libreplace
Andrew Tridgell
2010-04-06
1
-0
/
+27
*
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
[next]