index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
talloc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18601: updated web page for new talloc build method
Andrew Tridgell
1
-0
/
+2
2007-10-10
r18600: - fix shell syntax in tests for libraries
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18594: fail the configure step if the required library is not found for tdb,
Andrew Tridgell
1
-1
/
+5
2007-10-10
r18539: 'make distclean' should delete config.cache
Andrew Tridgell
1
-3
/
+1
2007-10-10
r18535: move the AC_CANONICAL_HOST and host specific flag tests into
Andrew Tridgell
2
-0
/
+3045
2007-10-10
r18521: implement volkers suggestion for avoiding the type punning warnings
Andrew Tridgell
2
-3
/
+4
2007-10-10
r18485: include libreplace.m4 in the aclocal.m4 files
Stefan Metzmacher
2
-2
/
+3
2007-10-10
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
3
-4
/
+4
2007-10-10
r18435: added a function talloc_move() which is like talloc_steal(), but is
Andrew Tridgell
4
-3
/
+61
2007-10-10
r18283: libreplace.m4 needs to be early in configure.ac in other packages too
Andrew Tridgell
1
-10
/
+5
2007-10-10
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r18163: Remove defines for BOOL, False and True
Jelmer Vernooij
1
-82
/
+72
2007-10-10
r18152: move our AC macros into lib/replace/libreplace_macros.m4
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r18143: the 'showflags' convention from Samba is useful for the other packages
Andrew Tridgell
1
-1
/
+6
2007-10-10
r18142: add make distclean to talloc build
Stefan Metzmacher
1
-4
/
+7
2007-10-10
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
2
-29
/
+2
2007-10-10
r18100: actually make usage of libreplace :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18096: try to make tcc happy and don't the same struct names in a global and
Stefan Metzmacher
1
-11
/
+7
2007-10-10
r18089: sometimes autoconf picks up some old stuff:
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r18086: here too
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18083: i should sleep more ....
Andrew Tridgell
2
-1
/
+1
2007-10-10
r18082: bring talloc in line with new conventions
Andrew Tridgell
2
-2
/
+3
2007-10-10
r18080: added distclean target to talloc
Andrew Tridgell
1
-0
/
+7
2007-10-10
r18077: move some configure tests out of talloc that are now in libreplace
Andrew Tridgell
1
-22
/
+0
2007-10-10
r18076: convert talloc to the new libreplace system
Andrew Tridgell
4
-7
/
+23
2007-10-10
r18064: merge from samba3
Stefan Metzmacher
1
-6
/
+9
2007-10-10
r18031: Merge my replace fixes:
Jelmer Vernooij
2
-0
/
+1
2007-10-10
r18027: Fix some 64-bit warnings
Volker Lendecke
2
-10
/
+19
2007-10-10
r17966: remove all generated files
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17965: make talloc build more portable
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r17964: try to support sun* hosts
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r17963: fix install logic for talloc.3
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r17960: try to use gmake if present on IRIX
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r17958: as talloc_init() enabled null tracking, we should avoid to use it
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r17957: don't try to use an internet connection when generating the manpage
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r17952: merge changes from samba3
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r17950: sync talloc with samba3
Stefan Metzmacher
1
-0
/
+7
2007-10-10
r17907: - add a generic talloc_report_depth_cb() function which takes a callback
Stefan Metzmacher
4
-52
/
+173
2007-10-10
r17905: fix c++ warnings
Stefan Metzmacher
1
-13
/
+13
2007-10-10
r17895: - talloc_increase_ref_count() can fail
Stefan Metzmacher
4
-7
/
+16
2007-10-10
r17893: add a function to disable the null_context
Stefan Metzmacher
3
-2
/
+15
2007-10-10
r17892: fix the last talloc c++ warning
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r17891: remove c++ warnings from talloc
Stefan Metzmacher
2
-13
/
+14
2007-10-10
r17886: add talloc_ptrtype() and talloc_array_ptrtype(),
Stefan Metzmacher
4
-0
/
+112
2007-10-10
r17885: use _TALLOC_TYPEPF() consitently
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r17883: check if talloc_asprintf() works correct
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r17712: fix compiler warning
Stefan Metzmacher
1
-1
/
+6
2007-10-10
r17685: talloc.pc is in the build directory
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17683: to pick up config.h we need -I. as well for talloc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17681: fixed standalone talloc build to support building in a separate
Andrew Tridgell
2
-3
/
+7
[next]