summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij50-868/+886
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij35-676/+692
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij7-37/+198
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij6-15/+37
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij17-17/+108
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell9-15/+28
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell4-13/+31
2008-04-14show what type of idmapping has failedAndrew Tridgell1-2/+2
2008-04-13smb_build: Make sure LIBRARY_SONAME is never uninitialized.James Peach1-0/+4
2008-04-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovisionJelmer Vernooij24-535/+1385
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij6-13/+13
2008-04-13Use new torture_assert_mem_equal.Jelmer Vernooij1-1/+1
2008-04-13Attempt to fix get_value() test on sparc machines.Jelmer Vernooij2-1/+10
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