pytalloc: Add some comments, use talloc object location in repr rather
[ira/wip.git] / lib /
2008-12-23 Jelmer Vernooijpytalloc: Add some comments, use talloc object location...
2008-12-23 Jelmer VernooijFix prefixing swig library directory with prefix.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer VernooijFix installation of standalone tevent Python module.
2008-12-22 Jelmer VernooijFix standalone build of tdb python module, update ignor...
2008-12-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer VernooijFix missing symbols issues when building with shared...
2008-12-22 Jelmer VernooijNever build tevent modules as shared objects.
2008-12-22 Jelmer VernooijRemove unused Samba4-specific init functions for libtevent.
2008-12-21 Jelmer VernooijFix various Python-related bugs.
2008-12-21 Jelmer VernooijFix more introduced regressions in new bindings.
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-12-20 Jelmer VernooijCreate and use convenience function for creating new...
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijFix tevent python module build as part of samba 4.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijStop using SWIG for ldb Python bindings.
2008-12-20 Jelmer VernooijFix standalone compilation of events library.
2008-12-20 Jelmer VernooijAdd missing files for standalone build.
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijInitial work using manual Python bindings for LDB,...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMake sure to not close tdb database more than once.
2008-12-18 Jelmer VernooijRemove swig use from tdb standalone build.
2008-12-18 Jelmer VernooijImplement missing functions in pytdb.
2008-12-18 Jelmer VernooijAdd simple manually written replacement for the tdb...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Stefan Metzmacherlib/util: make it possible to use debug.h with using...
2008-12-17 Stefan Metzmachers4:lib/tevent: add lib/events/ compat and let things...
2008-12-17 Stefan Metzmachers4:lib/events: move to toplevel directory as lib/tevent/
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Tim Proutys3/s4: Fix "shadows a global declaration" warning
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Holger HetterichAdded a simple tdb integrity check to tdbtool. The...
2008-12-16 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellimported the tdb_repack() code from CTDB
2008-12-16 Andrew Tridgellmake tdbbackup use transactions
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-26 Andreas SchneiderFix circular dependency error with autoconf 2.6.3.
2008-11-21 Tim Proutys3/s4 build: Fix "might be unitialized" warning
2008-11-20 Tim Proutys3 build: Fix incomplete types warnings
2008-11-19 Tim Proutys3/s4 build: Fix execinfo and sasl build error when...
2008-11-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Jelmer VernooijExplicitly include samba4 includes.h to fix the build.
2008-11-16 Andrew BartlettAdd helpful function for comparison of DATA_BLOB elements
2008-11-16 Stefan Metzmacherlib/util: hex_encode_talloc(): fix error path and set...
2008-11-16 Stefan Metzmachers4:torture: fix the build with auto dependencies
2008-11-16 Jelmer VernooijRemove unused init function in subunit code.
2008-11-15 Jelmer VernooijMove torture directory to top-level.
2008-11-15 Jelmer VernooijMove libtorture to top-level.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijSamba3: Remove more configure tests already done by...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRename class to "cls" since the first is a keyword...
2008-11-01 Jelmer VernooijMove lp_*() calls a bit higher up the calls tack.
2008-11-01 Jelmer VernooijRemove convert_string_talloc_descriptor, add iconv_tall...
2008-11-01 Jelmer VernooijMove ABS() to libutil.
2008-11-01 Jelmer VernooijALlow util/debug.h to be included more than once.
2008-11-01 Jelmer VernooijFix includes in installed version of talloc_stack.h.
2008-11-01 Jelmer VernooijFix return type of readlink().
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijUse dup2() replacement from libreplace.
2008-11-01 Jelmer VernooijRemove sys_chroot() - libreplace already provides an...
2008-11-01 Jelmer VernooijMove sys_realpath() to libreplace.
2008-11-01 Jelmer VernooijMove sys_lchown() to libreplace.
2008-11-01 Jelmer VernooijMove sys_symlink() to libreplace.
2008-11-01 Jelmer VernooijMove sys_readlink() to libreplace.
2008-11-01 Jelmer VernooijMove sys_link to libreplace.
2008-11-01 Jelmer VernooijMove sys_chown() to rep_chown().
2008-11-01 Jelmer VernooijOnly provide valgrind_strlen prototype when it's being...
2008-11-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-11-01 Jelmer VernooijSamba3: Include util.h header file rather than having...
2008-11-01 Jelmer VernooijInstall additional libutil headers.
2008-10-31 Andrew Tridgellfinished adding UTF16_MUNGED charset
2008-10-31 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-31 Andrew Tridgelladded a new charset for string2key
2008-10-27 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-27 Jelmer VernooijFix definition of environ on Mac OS X (bugzilla: #5412).
2008-10-27 Jelmer VernooijRemove duplicate check for volatile, move all utime...
2008-10-24 Jelmer VernooijRemove include/local.h and move defines to more appropr...
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-24 Jelmer VernooijRemove more global_loadparm instances, fix syntax errors.
2008-10-24 Jelmer VernooijAdd version of next_codepoint without iconv_convenience.
2008-10-24 Jelmer VernooijRemove dependency of charset code on loadparm.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-24 Jelmer VernooijAvoid retrieving iconv convenience during loops.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove iconv_convenience parameter from simple string...
2008-10-24 Jelmer VernooijMove pytalloc to talloc directory.
2008-10-24 Jelmer VernooijSplit up codepoints code, use consistent _m suffix.
2008-10-23 Jelmer VernooijRename string_replace_w to string_replace_m, which...
2008-10-23 Jelmer VernooijRemove unnecessary include, improve function name.
next