2008-12-19 |
Jelmer Vernooij | Merge branch 'pyregistry' of git://git.samba.org/jelmer...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Reprocess LDB SWIG file.
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Depend on specific version of LDB, as the API seems...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Specify explicit path to tevent.h, compilation breaks...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Avoid use of parentheses in Python import statements...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Fix more tests.
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Port over more functionality to new SWIGless Python...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Remove swig support from standalone ldb build.
|
commit | commitdiff | tree |
2008-12-19 |
Jelmer Vernooij | Initial work using manual Python bindings for LDB,...
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Cope with slight changes in tdb API.
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Make sure to not close tdb database more than once.
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Remove swig use from tdb standalone build.
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Implement missing functions in pytdb.
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Add simple manually written replacement for the tdb...
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Fix Python event tests after rename to tevent.
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Fix samba3sam test after removal of dom_sid IDL file.
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Use plain Python C API for registry module, rather...
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Add convenience macro for raising exceptions for NTSTATUS...
|
commit | commitdiff | tree |
2008-12-18 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Don't write out forward declarations for enums, as...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Fix header installation after move of gen_ndr headers.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Start converting registry python module to plain C...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Use py_* files to check whether generated files are...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Ignore generated files.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Remove ndrdump - it's available in merged build mode...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Remove use of C++ keywords.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Share object files for gen_ndr.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Make some fatal errors non-fatal. This means we generate...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Fix [out] pointers in DCOM-related IDL files.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Remove pidl SWIG backend; the native Python one works...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Simplify idl-deps.pl script a bit.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Only create (D)COM output files if there were COM objects...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Add new script for building IDL files in librpc/idl...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | s4/provision: Upper case default realm, use only first...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Fix path to ndr_notify.c.
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Move shared gen_ndr files to librpc/gen_ndr in the...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Consider shared IDL files and Samba3-specific IDL files...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Rename dom_sid.idl -> server_id.idl (since it no longer...
|
commit | commitdiff | tree |
2008-12-16 |
Jelmer Vernooij | Ignore setup symlink.
|
commit | commitdiff | tree |
2008-12-15 |
Jelmer Vernooij | Add python extensions for dom_sid.
|
commit | commitdiff | tree |
2008-12-15 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-14 |
Jelmer Vernooij | Rename ldap.h to ldap-util.h to avoid clashing with...
|
commit | commitdiff | tree |
2008-12-14 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Move dom_sid to the Samba 3 IDL file, remove the old...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Manually marshall dom_sid, so we can use a fixed size...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Don't allow specifying arguments to pidl object constructors...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Allow overriding repr function for pidl-defined types.
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Support pyhelper property to allow additional methods...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Remove noejs property, which is no longer used.
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Add convenience function for determining if an array...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-12-12 |
Jelmer Vernooij | Remove EJS backend for PIDL, as we don't have EJS anymore.
|
commit | commitdiff | tree |
2008-12-11 |
Jelmer Vernooij | Install symlink for convenience for the samba4 setup...
|
commit | commitdiff | tree |
2008-12-11 |
Jelmer Vernooij | Add interactive flag to setup/provision (also the default...
|
commit | commitdiff | tree |
2008-12-11 |
Jelmer Vernooij | Build python modules by default in merged build (required...
|
commit | commitdiff | tree |
2008-11-26 |
Jelmer Vernooij | Move netr_SamDatabaseID8Bit to netlogon.idl to prevent...
|
commit | commitdiff | tree |
2008-11-26 |
Jelmer Vernooij | Don't filter out any variables for config.pm, only...
|
commit | commitdiff | tree |
2008-11-26 |
Andreas Schneider | Fix circular dependency error with autoconf 2.6.3.
|
commit | commitdiff | tree |
2008-11-26 |
Jelmer Vernooij | Use a simple shell loop instead of _AC_SUBST_VARS.
|
commit | commitdiff | tree |
2008-11-25 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-11-25 |
Sam Liddicott | Make sure dom_sid.h is installed.
|
commit | commitdiff | tree |
2008-11-21 |
Jelmer Vernooij | Fix include path for installation.
|
commit | commitdiff | tree |
2008-11-19 |
Jelmer Vernooij | Fix path for torture.h.
|
commit | commitdiff | tree |
2008-11-18 |
Jelmer Vernooij | Move wireshark conformance file to top-level.
|
commit | commitdiff | tree |
2008-11-18 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-11-18 |
Jelmer Vernooij | Explicitly include samba4 includes.h to fix the build.
|
commit | commitdiff | tree |
2008-11-16 |
Jelmer Vernooij | Remove unused init function in subunit code.
|
commit | commitdiff | tree |
2008-11-16 |
Jelmer Vernooij | Fix merged build.
|
commit | commitdiff | tree |
2008-11-15 |
Jelmer Vernooij | Move torture directory to top-level.
|
commit | commitdiff | tree |
2008-11-15 |
Jelmer Vernooij | Move libtorture to top-level.
|
commit | commitdiff | tree |
2008-11-11 |
Jelmer Vernooij | Regenerate SWIG output.
|
commit | commitdiff | tree |
2008-11-11 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-11-11 |
Jelmer Vernooij | Remove unused variable, fix return.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Fix memory leak.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Fix the build.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove global_loadparm.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove last instance of global_loadparm.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove use of global_loadparm for disabled gensec backends.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove global_loadparm stub in Samba 3 as it's no longer...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove another use of global_loadparm.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Use standard heimdal function for finding interfaces...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove unused include of param/param.h.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Samba3: Remove more configure tests already done by...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove MIN, MAX, slprintf, vslprintf defines already...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Use environment variable rather than loadparm parameter...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove use of global_loadparm when comparing nt status...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove use of global_loadparm during initialization...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Remove use of global loadparm in python modules.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Add utility function for getting the default loadparm...
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Move check of SMB_CONF_PATH to loadparm code.
|
commit | commitdiff | tree |
2008-11-02 |
Jelmer Vernooij | Add *test4 rules to merged build Makefile, to allow...
|
commit | commitdiff | tree |