summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-0/+1
2008-12-21Fix more introduced regressions in new bindings.Jelmer Vernooij1-1/+1
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-2/+2
2008-12-21Create and use convenience function for creating new talloc-wrapping Python O...Jelmer Vernooij1-0/+2
2008-12-20Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij16-3537/+3426
2008-12-20Fix tevent python module build as part of samba 4.Jelmer Vernooij3-9/+13
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij9-3510/+118
2008-12-20Fix standalone compilation of events library.Jelmer Vernooij4-25/+23
2008-12-20Add missing files for standalone build.Jelmer Vernooij3-0/+3279
2008-12-19Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij1-2/+2
2008-12-18Make sure to not close tdb database more than once.Jelmer Vernooij1-2/+10
2008-12-18Remove swig use from tdb standalone build.Jelmer Vernooij3-14/+5
2008-12-18Implement missing functions in pytdb.Jelmer Vernooij2-34/+66
2008-12-18Add simple manually written replacement for the tdb module.Jelmer Vernooij6-4990/+453
2008-12-17lib/util: make it possible to use debug.h with using xfile.hStefan Metzmacher2-2/+3
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher18-101/+104
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher30-0/+7911
2008-12-16s3/s4: Fix "shadows a global declaration" warningTim Prouty1-1/+1
2008-12-16Added a simple tdb integrity check to tdbtool. The command "check" runs trave...Holger Hetterich1-1/+28
2008-12-16imported the tdb_repack() code from CTDBAndrew Tridgell2-1/+93
2008-12-16make tdbbackup use transactionsAndrew Tridgell1-6/+19
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-11-26Fix circular dependency error with autoconf 2.6.3.Andreas Schneider1-0/+2
2008-11-20s3/s4 build: Fix "might be unitialized" warningTim Prouty1-1/+1
2008-11-20s3 build: Fix incomplete types warningsTim Prouty1-3/+2
2008-11-18s3/s4 build: Fix execinfo and sasl build error when the libs/headers are in n...Tim Prouty1-2/+12
2008-11-18Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-0/+20
2008-11-18Explicitly include samba4 includes.h to fix the build.Jelmer Vernooij1-1/+1
2008-11-17Add helpful function for comparison of DATA_BLOB elementsAndrew Bartlett1-0/+15
2008-11-16lib/util: hex_encode_talloc(): fix error path and set talloc nameStefan Metzmacher1-0/+4
2008-11-16s4:torture: fix the build with auto dependenciesStefan Metzmacher1-0/+1
2008-11-16Remove unused init function in subunit code.Jelmer Vernooij2-6/+1
2008-11-16Move torture directory to top-level.Jelmer Vernooij2-4/+2
2008-11-16Move libtorture to top-level.Jelmer Vernooij5-0/+1174
2008-11-02Samba3: Remove more configure tests already done by libreplace.Jelmer Vernooij1-1/+9
2008-11-02Rename class to "cls" since the first is a keyword name in C++. Thanks,Jelmer Vernooij1-1/+1
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij1-1/+1
2008-11-01Remove convert_string_talloc_descriptor, add iconv_talloc().Jelmer Vernooij2-59/+77
2008-11-01Move ABS() to libutil.Jelmer Vernooij1-0/+4
2008-11-01ALlow util/debug.h to be included more than once.Jelmer Vernooij1-0/+5
2008-11-01Fix includes in installed version of talloc_stack.h.Jelmer Vernooij1-1/+1
2008-11-01Fix return type of readlink().Jelmer Vernooij1-1/+1
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij6-10/+121
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij4-1/+16
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2-2/+5
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij4-1/+18
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij4-1/+14
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij4-1/+16
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij4-1/+14
2008-11-01Move sys_link to libreplace.Jelmer Vernooij4-1/+15