summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-16Let winbind depend directly on libnet rather than through the ejs bindings.Jelmer Vernooij1-1/+2
2008-09-16Merge branch 'master' of ssh://git.samba.org/data/git/samba into wmiJelmer Vernooij10-23/+118
2008-09-16Disable WMI for now since it doesn't compile.Jelmer Vernooij1-1/+1
2008-09-16Fix more WMI compilation issues.Jelmer Vernooij4-5/+14
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij8-1196/+134
2008-09-16Support restricted.Jelmer Vernooij4-8/+14
2008-09-16Import proper IDL for interface pointers.Jelmer Vernooij3-347/+275
2008-09-15Fix aio on FreeBSD.Timur2-1/+31
2008-09-15Fix display of POSIX ACLs.Timur1-2/+2
2008-09-15Fix cut and paste error in quota code.Timur1-2/+2
2008-09-15Fixed "uninitilized variable" build warningSteven Danneman1-1/+1
Simple fix for warning: Compiling utils/sharesec.c utils/sharesec.c: In function `change_share_sec': utils/sharesec.c:404: warning: 'sd' might be used uninitialized in this function
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij11-18/+906
2008-09-15Fixed "uninitialized variable" build warningSteven Danneman1-0/+1
With gcc 4.1.3 on Ubuntu 7.10 the following build warning occurs: Compiling libnet/libnet_samsync_keytab.c cc1: warnings being treated as errors libnet/libnet_samsync_keytab.c: In function ‘fetch_sam_entries_keytab’: libnet/libnet_samsync_keytab.c:102: warning: ‘entry.enctype’ is used uninitialized in this function Fixed by initializing to ENCTYPE_NULL
2008-09-15Fix build warning on FreeBSDSteven Danneman1-2/+2
Fix for the following build warning: Compiling torture/cmd_vfs.c torture/cmd_vfs.c: In function `cmd_open': torture/cmd_vfs.c:275: warning: unsigned int format, different type arg (arg 3) torture/cmd_vfs.c: In function `cmd_mknod': torture/cmd_vfs.c:992: warning: unsigned int format, different type arg (arg 3) sccanf had mismatched types for mode_t between formating parameter and var args.
2008-09-16add generated files in packaging/RHEL[-CTDB]/ to .gitignoreMichael Adam1-0/+3
Michael
2008-09-15idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure.Gerald W. Carter1-12/+69
2008-09-15Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison1-3/+7
reported by Regan Heath <Regan.Heath@BridgeHeadSoftware.com>. Jeremy.
2008-09-15Revert accidental changes to lib/basic.mk.Jelmer Vernooij2-26/+4
2008-09-15Merge branch 'master' of ssh://git.samba.org/data/git/samba into wmiJelmer Vernooij8-31/+492
2008-09-15Merge branch 'master' of ssh://git.samba.org/data/git/samba into frankyJelmer Vernooij1-1/+5
2008-09-15More formatting fixes.Jelmer Vernooij1-7/+14
2008-09-15Fix compilation of Python module.Jelmer Vernooij3-125/+297
2008-09-15Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij4-72/+84
2008-09-15Improve formatting in pidl code, make sure OBJREF member gets created.Jelmer Vernooij2-3/+5
2008-09-15Import SWIG-generated files.Jelmer Vernooij2-0/+4250
2008-09-15No spurious warnings in SWIG file.Jelmer Vernooij1-0/+3
2008-09-15Fix more syntax errors, etc.Jelmer Vernooij4-107/+114
2008-09-15Import WMI changes.Andrzej Hajda1-1/+44
2008-09-15Import DCOM improvements.Andrzej Hajda1-141/+433
2008-09-15Rename Python wmi module to 'wmi' and fix some errors in it.Jelmer Vernooij2-20/+5
2008-09-15Fix syntax errors.Jelmer Vernooij1-3/+3
2008-09-15Adapt to changes in Samba API's, fix formatting.Jelmer Vernooij5-86/+62
2008-09-15Fix imports in Python.Jelmer Vernooij1-3/+3
2008-09-15Avoid writing structs for inherited functions.Jelmer Vernooij2-13/+19
2008-09-15Add wikipedia link to WMI.Jelmer Vernooij1-0/+4
2008-09-15Fix imports.Jelmer Vernooij4-14/+11
2008-09-15More improvements.Jelmer Vernooij6-29/+40
2008-09-15use static header for WMI.Jelmer Vernooij2-2/+55
2008-09-15Improve formatting, use printf rather than DEBUG.Jelmer Vernooij1-5/+8
2008-09-15Cope with DCE/RPC -> NDR renames.Jelmer Vernooij1-7/+8
2008-09-15Allow base classes to be defined in other files.Jelmer Vernooij4-39/+48
2008-09-15Re-Import ODL support.Jelmer Vernooij2-1/+109
2008-09-15Cope with struct renames in DCE/RPC and NDR libraries.Jelmer Vernooij2-7/+13
2008-09-15Cope with includes.h splitup in COM code.Jelmer Vernooij2-0/+7
2008-09-15Redefine BSTR.Jelmer Vernooij1-0/+9
2008-09-15Redefine BSTR.Jelmer Vernooij1-0/+2
2008-09-15Remove old Debian README.Jelmer Vernooij1-30/+0
2008-09-15Point at the wiki for instructions regarding the Debian packages.Jelmer Vernooij1-0/+2
2008-09-15Disable WMI for now, as it doesn't build properly yet.Jelmer Vernooij1-0/+3
2008-09-15Use other utility typemaps inside wmi python functions.Jelmer Vernooij2-21/+21