summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-12-29lib/tevent: rename event_* => tevent_* in the header fileStefan Metzmacher9-117/+198
2008-12-24lib/tevent: libtevent will change a lot until it's version 1.0.0Stefan Metzmacher1-1/+1
2008-12-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-5/+15
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-0/+1
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-1/+1
2008-12-23Install tevent_internal.h, as Samba 4 needs it.Jelmer Vernooij1-0/+1
2008-12-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij12-109/+83
2008-12-23Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij3-1/+23
2008-12-23pytevent: Add missing file.Jelmer Vernooij1-0/+10
2008-12-23Allow using external libtevent.Jelmer Vernooij1-11/+0
2008-12-23standalone: Use more variables, preparing to include these files from mainJelmer Vernooij3-14/+17
2008-12-23Move Samba4-specific file out of common libtevent.Jelmer Vernooij2-73/+1
2008-12-22In gcc version 4.3.2 we get warnings for functions declared withJeremy Allison1-2/+10
2008-12-23ldb: Fix linking against tevent library (rather than events)Jelmer Vernooij1-0/+1
2008-12-23pytalloc: Add some comments, use talloc object location in repr ratherJelmer Vernooij1-5/+15
2008-12-23python/tevent: Remove use of pytalloc.h.Jelmer Vernooij1-8/+21
2008-12-23Fix prefixing swig library directory with prefix.Jelmer Vernooij1-2/+2
2008-12-22Fix installation of standalone tevent Python module.Jelmer Vernooij1-2/+1
2008-12-22Fix standalone build of tdb python module, update ignores for standalone tdb.Jelmer Vernooij1-4/+4
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-2/+1
2008-12-22Never build tevent modules as shared objects.Jelmer Vernooij1-0/+4
2008-12-22Remove unused Samba4-specific init functions for libtevent.Jelmer Vernooij2-40/+0
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