summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-04-09Be consistant in using ${SEVERDN}.Andrew Bartlett5-7/+7
2008-04-09Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett22-5041/+376
2008-04-09Start implementation of real 'net vampire' code.Andrew Bartlett6-375/+1120
2008-04-09Merge branch 'openchange' into cprovisionJelmer Vernooij3-8/+1
2008-04-09Add docstring, PEP8.Jelmer Vernooij1-5/+15
2008-04-09Move provision C bindings to param/.Jelmer Vernooij7-27/+54
2008-04-08BASE-DELAYWRITE: be more friendly to filesystems without high resolution time...Stefan Metzmacher1-1/+12
2008-04-08BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime u...Stefan Metzmacher1-101/+164
2008-04-08Clearer names for singleton return types.Jelmer Vernooij1-3/+2
2008-04-08Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2-3/+9
2008-04-08Fix bug handling size arguments in a direction without actual data.Jelmer Vernooij1-11/+22
2008-04-08Array lengths can be obtained from Python objects so remove them from the Pyt...Jelmer Vernooij1-1/+25
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pidldocsJelmer Vernooij14-96/+179
2008-04-08Set VENDORPREFIX rather than PREFIX to try to fix installation on someJelmer Vernooij1-1/+1
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett27-396/+553
2008-04-08Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett3-25/+37
2008-04-08Rework talloc hirarchy for C provision setup.Andrew Bartlett1-18/+19
2008-04-08Add manually written Python binding for libnet_Join.Jelmer Vernooij6-4890/+81
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij2-0/+31
2008-04-08Add python bindings for drsuapi.Jelmer Vernooij3-1/+6
2008-04-08Add python bindings for unixinfo.Jelmer Vernooij2-0/+5
2008-04-08Add [todo] for functions that are obviously incomplete.Jelmer Vernooij20-303/+303
2008-04-08Raise NotImplementedError from functions that don't have complete IDL.Jelmer Vernooij1-14/+29
2008-04-08Support [todo] attribute on functions.Jelmer Vernooij1-0/+1
2008-04-08Add Python bindings for DFS.Jelmer Vernooij2-0/+5
2008-04-08Add signature of connect function to docstrings.Jelmer Vernooij1-7/+20
2008-04-08use builtin getset stuff rather than custom getattr/setattr implementation.Jelmer Vernooij1-28/+23
2008-04-08Add function signature to docstrings in python.Jelmer Vernooij1-3/+31
2008-04-08Register types rather than constructors, display structs as classes.Jelmer Vernooij1-63/+96
2008-04-08Set tp_flags for Python types.Jelmer Vernooij1-0/+2
2008-04-08Set docstrings from helpstring attribute where possible.Jelmer Vernooij1-14/+38
2008-04-07Add simple docstring for Python modules.Jelmer Vernooij1-1/+1
2008-04-06Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2-16/+37
2008-04-06Add test for authservice struct.Jelmer Vernooij2-16/+37
2008-04-06Fix authservice count.Jelmer Vernooij1-1/+1
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett4-29/+78
2008-04-05Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett12-11/+48
2008-04-04Don't install libevents for now, just its headers. It is already part of othe...Jelmer Vernooij1-3/+1
2008-04-04Avoid installing unused header file.Jelmer Vernooij1-2/+0
2008-04-04Don't install talloc manpage from samba, it's already installed from the stan...Jelmer Vernooij1-3/+0
2008-04-04Install pidl by default if ExtUtils::MakeMaker is available. This should make...Jelmer Vernooij3-2/+5
2008-04-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij28-287/+938
2008-04-04Pass discovered server DN down to provision.Andrew Bartlett4-0/+14
2008-04-04Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett3-24/+31
2008-04-03Install libevents since it's required by samba-gtk.Jelmer Vernooij6-6/+18
2008-04-03Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij4-4/+19
2008-04-03provision: Remove backup group mappingKai Blin1-10/+3
2008-04-02provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin3-70/+120
2008-04-02idmap: Also store sid type in the idmap dbKai Blin1-71/+74
2008-04-02ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin4-49/+166