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: 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
*
talloc: fix waf build for libtalloc-compat1
Stefan Metzmacher
2010-10-27
1
-4
/
+4
*
talloc: change pytalloc-util to be a public library.
Jelmer Vernooij
2010-10-26
1
-1
/
+2
*
talloc: Install pytalloc-util as system library.
Jelmer Vernooij
2010-10-26
2
-3
/
+36
*
talloc: Avoid dependency on unknown EXT_LIB_PYTHON.
Jelmer Vernooij
2010-10-26
1
-1
/
+1
*
talloc: Move pytalloc to lib/talloc.
Jelmer Vernooij
2010-10-26
1
-0
/
+8
*
waf: Only specify vnum for non-private libraries.
Jelmer Vernooij
2010-10-26
1
-15
/
+20
*
talloc: pytalloc should not depend on samba specific code
Stefan Metzmacher
2010-10-24
1
-3
/
+2
*
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
waf: replace the is_bundled option with private_library
Andrew Tridgell
2010-10-21
1
-2
/
+2
*
s4-build: fixed some formatting
Andrew Tridgell
2010-10-21
1
-3
/
+3
*
pytalloc: use talloc_unlink() to free py_talloc objects
Kamen Mazdrashki
2010-10-20
1
-1
/
+3
*
talloc: make header C++ safe
Simo Sorce
2010-10-20
1
-0
/
+8
*
talloc: Fix #include line in manpage.
Jelmer Vernooij
2010-10-09
1
-1
/
+1
*
pytalloc: Fix warning that we are subtracting void* pointers
Kamen Mazdrashki
2010-10-08
1
-1
/
+1
*
Move talloc_enable_null_tracking() to the s3 daemons
Volker Lendecke
2010-10-08
1
-7
/
+0
*
waf: fixed exit status of test suites
Andrew Tridgell
2010-10-07
1
-2
/
+4
*
talloc: Add a warning about talloc_autofree_context() and dlclose()
Volker Lendecke
2010-09-24
2
-0
/
+22
*
pytalloc: Add default compare function.
Jelmer Vernooij
2010-09-21
2
-1
/
+15
*
pidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij
2010-09-20
2
-11
/
+0
*
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
[next]