BASE-DELAYWRITE: be more friendly to filesystems without high resolution timestamps
[jelmer/samba4-debian.git] / source /
2008-04-08 Stefan MetzmacherBASE-DELAYWRITE: be more friendly to filesystems withou...
2008-04-08 Stefan MetzmacherBASE-DELAYWRITE: use timeval_* and make it possible...
2008-04-08 Jelmer VernooijClearer names for singleton return types.
2008-04-08 Jelmer VernooijRemove length arguments, add tests for unixinfo.GidToSi...
2008-04-08 Jelmer VernooijFix bug handling size arguments in a direction without...
2008-04-08 Jelmer VernooijArray lengths can be obtained from Python objects so...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-08 Jelmer VernooijSet VENDORPREFIX rather than PREFIX to try to fix insta...
2008-04-08 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-08 Andrew BartlettRe-add support for the --ldap-backend-port option to...
2008-04-08 Andrew BartlettRework talloc hirarchy for C provision setup.
2008-04-08 Jelmer VernooijAdd manually written Python binding for libnet_Join.
2008-04-08 Jelmer VernooijAdd trivial test for unixinfo interface.
2008-04-08 Jelmer VernooijAdd python bindings for drsuapi.
2008-04-08 Jelmer VernooijAdd python bindings for unixinfo.
2008-04-08 Jelmer VernooijAdd [todo] for functions that are obviously incomplete.
2008-04-08 Jelmer VernooijRaise NotImplementedError from functions that don't...
2008-04-08 Jelmer VernooijSupport [todo] attribute on functions.
2008-04-08 Jelmer VernooijAdd Python bindings for DFS.
2008-04-08 Jelmer VernooijAdd signature of connect function to docstrings.
2008-04-07 Jelmer Vernooijuse builtin getset stuff rather than custom getattr...
2008-04-07 Jelmer VernooijAdd function signature to docstrings in python.
2008-04-07 Jelmer VernooijRegister types rather than constructors, display struct...
2008-04-07 Jelmer VernooijSet tp_flags for Python types.
2008-04-07 Jelmer VernooijSet docstrings from helpstring attribute where possible.
2008-04-07 Jelmer VernooijAdd simple docstring for Python modules.
2008-04-06 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-05 Jelmer VernooijAdd test for authservice struct.
2008-04-05 Jelmer VernooijFix authservice count.
2008-04-05 Andrew BartlettExtend credentials python API to include set_machine_ac...
2008-04-05 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-04 Jelmer VernooijInstall pidl by default if ExtUtils::MakeMaker is avail...
2008-04-04 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-04 Andrew BartlettPass discovered server DN down to provision.
2008-04-04 Andrew BartlettClean up provision and rootdse module to hard-code...
2008-04-03 Jelmer VernooijInstall libevents since it's required by samba-gtk.
2008-04-02 Jelmer VernooijFix installation of dcerpc_atsvc and registry as requir...
2008-04-02 Kai Blinprovision: Remove backup group mapping
2008-04-02 Kai Blinprovision: Set up id mappings in the idmap db, only...
2008-04-02 Kai Blinidmap: Also store sid type in the idmap db
2008-04-02 Kai Blinntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
2008-04-02 Kai Blinntvfs: Use wbclient in vsf_unixuid, not sidmap
2008-04-02 Kai Blinrpc_server: Remove references to sidmap from the lsa...
2008-04-02 Kai Blinrpc_server: Use wbclient instead of sidmap in unixinfo...
2008-04-02 Kai Blinwbclient: Add an async winbind client library.
2008-04-02 Kai Blinwinbind: Bump down the debuglevel.
2008-04-02 Kai BlinIRPC: Add include guards for the header.
2008-04-02 Kai Blinutil: Add talloc_get_type_abort() call.
2008-04-02 Jelmer VernooijRe-add params file to git.
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijReintroduce header previously autogenerated but ignored...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijRemove no longer installed files.
2008-04-02 Jelmer VernooijMove handle utility functions to public header, remove...
2008-04-02 Jelmer VernooijTrim down installed headers some more.
2008-04-02 Jelmer VernooijMerge hive.h into registry.h
2008-04-02 Jelmer VernooijMerge patchfile.h into registry.h
2008-04-02 Jelmer VernooijReduce the number of installed headers.
2008-04-02 Jelmer VernooijInstall public header files again and include required...
2008-04-02 Andrew BartlettFix conflicts in setup/provision script.
2008-04-02 Andrew BartlettFix merge of my host GUID removal and the IPv6 addition...
2008-04-02 Andrew Kroegerprovision: Add support for IPv6 (bz #4593).
2008-04-02 Andrew BartlettRemove references to setting the host GUID, as the...
2008-04-01 Jelmer VernooijDon't write public functions to protoheaders.
2008-04-01 Jelmer VernooijAdd warning to public headers.
2008-04-01 Jelmer VernooijInclude right perl directory when installed.
2008-04-01 Jelmer VernooijInstall samba-hostconfig library.
2008-04-01 Jelmer VernooijInstall pidl to the same directory as Samba.
2008-04-01 Jelmer VernooijFix dependency on samba-hostconfig.
2008-04-01 Jelmer VernooijAdd context pointer to secrets functions.
2008-04-01 Jelmer VernooijAdd userdata argument to reseed callback function.
2008-04-01 Jelmer VernooijRename libsamba-config to libsamba-hostconfig.
2008-04-01 Jelmer VernooijAdd README file explaining param/.
2008-04-01 Jelmer VernooijMove ini-like file parser to the utility library.
2008-03-29 Stefan MetzmacherMerge commit 'origin/v4-0-stable' into v4-0-test
2008-03-29 Andrew BartlettOn our way to alpha4...
2008-03-29 Andrew BartlettMark as GIT snapshots again
2008-03-29 Andrew BartlettThis is Samba4 alpha3!
2008-03-29 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-03-29 Andrew BartlettRework 'compleated' message in provision to be more...
2008-03-29 Andrew KroegerMakefile: Allow "make" with no arguments to build all...
2008-03-29 Andrew Kroegermkrelease: Add checks to ensure run from top-level...
2008-03-29 Andrew BartlettAdd a few more safety catches to the mkrelease.sh script.
2008-03-29 Andrew BartlettDon't leave release trees hanging around
2008-03-29 Andrew BartlettMerge branch 'v4-0-test' of git://git.id10ts.net/samba...
2008-03-29 Andrew Kroegermkrelease: Update to work with Git instead of SVN.
2008-03-29 Andrew BartlettFix more valgrind issues.
2008-03-29 Andrew BartlettFix some valgrind issues.
2008-03-28 Andrew BartlettFinally found the magic string to skip the python regis...
2008-03-28 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-28 Andrew BartlettFix and test python scripts and kerberos
2008-03-28 Andrew KroegerMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-03-28 Stefan Metzmachertorture: fix compiler warnings
2008-03-28 Stefan Metzmacherlibcli/security: fix compiler warnings
2008-03-28 Stefan Metzmachercldap_server: fix compiler warning
2008-03-28 Stefan Metzmacherlibreplace(samba4): let LIBREPLACE depend on LIBREPLACE...
2008-03-28 Andrew KroegerConvert some more files to GPLv3.
2008-03-27 Andrew BartlettAdd tool for enabling accounts
2008-03-28 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
next