summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-10-15s4: merge from s3 lsa idl.Günther Deschner1-2/+2
Guenther
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij4-10/+29
2008-10-15s4: merge from s3 samr.idl.Günther Deschner4-10/+29
Guenther
2008-10-15Sync parameter names with samba 3.Jelmer Vernooij4-15/+15
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij5-5/+6
2008-10-15s4: fix smbtorture build with merged wksvcs idl.Günther Deschner1-10/+10
Guenther
2008-10-15Fix wkssvc test build.Jelmer Vernooij1-10/+10
2008-10-15Share wkssvc.idl.Jelmer Vernooij2-799/+4
2008-10-15Share eventlog.idl.Jelmer Vernooij2-185/+6
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij3-6/+6
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-6/+6
2008-10-15idl: merge netlogon IDL between s3 and s4 wrt LogonSamLogon.Günther Deschner1-6/+6
Guenther
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-45/+0
2008-10-15Share xattr implementation.Jelmer Vernooij1-134/+0
2008-10-15Share epmapper.Jelmer Vernooij1-314/+0
2008-10-15idl: more netlogon merges between s3 and s4.Günther Deschner1-3/+3
Guenther
2008-10-15s4-idl: merge netlogon bits from s3.Günther Deschner1-44/+79
Guenther
2008-10-15s4-idl: merge lsa_BinaryString from s3.Günther Deschner1-0/+6
Guenther
2008-10-15share ntsvcs.idl.Günther Deschner1-128/+0
Guenther
2008-10-15move svcctl to main idl directory.Günther Deschner1-520/+0
Guenther
2008-10-15Fix includes.Jelmer Vernooij9-7/+9
2008-10-15Share security.idl.Jelmer Vernooij2-4/+5
2008-10-15Share misc.idl.Jelmer Vernooij2-60/+7
2008-10-15Share idl_types.h.Jelmer Vernooij2-70/+1
2008-10-15Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij30-4628/+3
2008-10-15Allow specifying the exact IDL files to build.Jelmer Vernooij2-9/+8
2008-10-15Fix installation of libndr.hJelmer Vernooij2-2/+2
2008-10-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij1-517/+0
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij9-113/+164
2008-10-15Fix include path.Jelmer Vernooij1-1/+1
2008-10-15Remove unused variable.Jelmer Vernooij1-1/+0
2008-10-14Share ndr_krb5pac implementation.Jelmer Vernooij2-141/+1
2008-10-14Share ndr_compression.c.Jelmer Vernooij3-520/+1
2008-10-14Fix merged build .Jelmer Vernooij1-1/+0
2008-10-14Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij10-250/+69
2008-10-14Move make check out of cache call to avoid weird formatting.Jelmer Vernooij1-1/+1
2008-10-14Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij6-41/+57
executed from other m4 files.
2008-10-14Move checks for perl inside function.Jelmer Vernooij1-5/+12
2008-10-14Move checks for make inside function.Jelmer Vernooij1-2/+14
2008-10-14Move tests for Python inside function.Jelmer Vernooij1-39/+56
2008-10-14Fix path check.Jelmer Vernooij1-1/+1
2008-10-14Fix very old bug in ASQSimo Sorce1-2/+2
2008-10-14Move ndr pkg-config file to top-level.Jelmer Vernooij3-13/+2
2008-10-14Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-0/+70
2008-10-14Sync with Samba 3.Jelmer Vernooij4-47/+61
2008-10-14Remove unused structures.Jelmer Vernooij2-188/+4
2008-10-14Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke1-0/+70
Probably that's already somewhere else, but I did not find it.
2008-10-13Fixed a variable undeclared compilation errorTim Prouty1-0/+1
Explicitly declaring environ eliminates a compilation error on some systems.
2008-10-14The ldb async merge broke all MMC management utiltiesMatthias Dieter Wallnöfer1-4/+4
Commit 51baa8deec00244cc0a6e3d29c53932427800610 included a copy-and-paste bug which caused all MMC mangement utilities to break. Because of the typo Samba4 would no longer include the magic 'you may write to these attributes/create these classes' attributes, these tools would display all fields greyed out or 'read only', and not allow the creation of child objects. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-10-13DSDB cosmetic patches: Some enhancementsMatthias Dieter Wallnöfer2-6/+6
Also, use the constants more in the "ldif_handlers" module.