summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-04-14show what type of idmapping has failedAndrew Tridgell1-2/+2
2008-04-11Actually test the different 'fill levels' in the provision process.Andrew Bartlett1-0/+2
2008-04-11Reuse the lp_ctx and samdb returned by the python provision.Andrew Bartlett1-36/+2
2008-04-11Don't specify the ntds_guid to the C -> python provision interfaceAndrew Bartlett3-4/+0
2008-04-11Don't reopen the sam.ldb againAndrew Bartlett1-2/+0
2008-04-11Use the python-provided ldb and lp_ctx pointers in libnet_vampire.cAndrew Bartlett1-29/+6
2008-04-11Far less cryptic traceback when you have an existing smb.confAndrew Bartlett1-6/+21
2008-04-11Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2-12/+8
2008-04-11Fixed a crash bug in unixuid module on failed ID mappingAndrew Tridgell2-12/+8
2008-04-11Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett11-45/+121
2008-04-11Set a netbios name into provision, and zero the rest.Andrew Bartlett1-2/+2
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij5-34/+94
2008-04-10Fix extra argument to provision_bare().Jelmer Vernooij1-1/+2
2008-04-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovisionJelmer Vernooij1-1/+4
2008-04-10Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij4-7/+20
2008-04-09Make sure we do not reference req after it has been freedSimo Sorce1-1/+4
2008-04-09No longer install unused smbscript binary.Jelmer Vernooij1-1/+0
2008-04-09Fix so version of hostconfig library.Jelmer Vernooij1-1/+1
2008-04-09Fix up provision to specify SERVERDN in more places.Andrew Bartlett1-0/+5
2008-04-09Link the new vampire code togeather.Andrew Bartlett6-15/+113
2008-04-09Don't fill in the secrets DB unless we make the entries.Andrew Bartlett1-7/+8
2008-04-09Factor out filling in the secrets database.Andrew Bartlett2-80/+133
2008-04-09Remove dns_name elementAndrew Bartlett3-4/+2
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