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
/
talloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: don't install public headers if a private library
Andrew Tridgell
2011-03-15
1
-0
/
+1
*
talloc: use public_headers to install talloc.h and pytalloc.h
Andrew Tridgell
2011-03-15
1
-2
/
+2
*
build: removed the old autogen.sh and autogen-waf.sh scripts
Andrew Tridgell
2011-02-07
1
-11
/
+0
*
waf: ensure "make dist" works from a clean git tree for all libraries
Andrew Tridgell
2011-01-08
1
-2
/
+4
*
talloc: change version to 2.0.5 after a critical bugfix
Stefan Metzmacher
2011-01-05
2
-1
/
+63
*
talloc: fixed a use after free error
Andrew Tridgell
2011-01-05
1
-1
/
+16
*
talloc: added a test for the use after free Rusty found
Andrew Tridgell
2011-01-05
1
-0
/
+17
*
talloc: Clarify error message on access after free.
Jelmer Vernooij
2011-01-05
1
-4
/
+4
*
talloc: Typo fix for api docs
Brad Hards
2011-01-04
1
-1
/
+1
*
talloc: Fix warnings in test code
Brad Hards
2011-01-03
3
-3
/
+12
*
Revert broken destructor changes.
Jelmer Vernooij
2011-01-03
1
-1
/
+1
*
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
2011-01-03
1
-1
/
+1
*
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
2011-01-01
1
-3
/
+1
*
s4-python: Add more prototypes.
Jelmer Vernooij
2011-01-01
1
-0
/
+2
*
s4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij
2011-01-01
1
-1
/
+1
*
talloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij
2011-01-01
1
-62
/
+0
*
talloc: remove autotools support.
Jelmer Vernooij
2010-12-24
11
-3763
/
+0
*
talloc: Remove reference to nonexistant configure.developer in autogen.sh.
Jelmer Vernooij
2010-12-21
2
-12
/
+11
*
talloc: Add ability to generate Python docs using pydoctor.
Jelmer Vernooij
2010-12-11
2
-0
/
+10
*
build: introduce SAMBA_CHECK_PYTHON_HEADERS
Matthieu Patou
2010-12-10
1
-1
/
+1
*
talloc: pytalloc-util should not have an ABI-file yet
Stefan Metzmacher
2010-12-09
1
-2
/
+0
*
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
2010-12-09
1
-4
/
+2
*
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
2010-12-09
1
-2
/
+2
*
talloc: build pytalloc-util with the same logic as libtalloc
Stefan Metzmacher
2010-12-08
1
-1
/
+4
*
talloc: mark pytalloc-util functions as _PUBLIC_
Stefan Metzmacher
2010-12-08
1
-6
/
+6
*
talloc: remove unused PyString_FromString_check_null() from pytalloc-util
Stefan Metzmacher
2010-12-08
1
-8
/
+0
*
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
2010-12-08
2
-2
/
+2
*
pytalloc: Add docstring for talloc.Object.
Jelmer Vernooij
2010-12-05
1
-1
/
+3
*
talloc: add ABI/talloc-2.0.4.sigs
Stefan Metzmacher
2010-12-03
2
-1
/
+63
*
talloc: Bump version number after pytalloc changes.
Jelmer Vernooij
2010-12-03
1
-1
/
+1
*
pytalloc: Make py_talloc_default_cmp private.
Jelmer Vernooij
2010-12-01
3
-14
/
+15
*
pytalloc: Make py_talloc_dealloc private.
Jelmer Vernooij
2010-12-01
3
-14
/
+11
*
pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).
Jelmer Vernooij
2010-12-01
3
-15
/
+12
*
pytalloc: Expose PyTalloc_GetObjectType
Jelmer Vernooij
2010-12-01
2
-2
/
+3
*
pytalloc: Add convenience function for checking if something is a talloc
Jelmer Vernooij
2010-12-01
2
-0
/
+29
*
talloc: Add talloc object.
Jelmer Vernooij
2010-11-30
1
-0
/
+15
*
talloc: added TALLOC_FREE_FILL environment variable
Andrew Tridgell
2010-11-19
1
-0
/
+30
*
pytalloc: Make some arguments optional.
Jelmer Vernooij
2010-11-07
1
-6
/
+6
*
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2010-11-05
2
-1
/
+90
*
talloc: rename pytalloc.c to pytalloc_util.c
Jelmer Vernooij
2010-11-05
2
-1
/
+1
*
build: a more portable way of finding waf in makefiles
Andrew Tridgell
2010-11-03
1
-3
/
+1
*
waf: added reconfigure targets to our libraries
Andrew Tridgell
2010-11-03
1
-0
/
+5
*
talloc: Install pytalloc.h.
Jelmer Vernooij
2010-11-01
1
-0
/
+1
*
replace/talloc: Avoid automatically pulling in new configure/Makefile,
Jelmer Vernooij
2010-10-31
1
-6
/
+0
*
talloc: Look harder for waf.
Jelmer Vernooij
2010-10-31
1
-1
/
+8
*
replace: Build using waf by default.
Jelmer Vernooij
2010-10-31
1
-1
/
+3
*
talloc: Switch over to using waf as the default build system for the standalo...
Jelmer Vernooij
2010-10-31
5
-15
/
+107
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-7
/
+0
*
talloc.3: Remove documentation for deprecated talloc_append_string,
Jelmer Vernooij
2010-10-30
1
-11
/
+0
*
talloc: Fix manual pages in standalone build.
Jelmer Vernooij
2010-10-30
1
-2
/
+1
[next]