summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-154-664/+12
| | | | | | | | | | | | | | | | Guenther
| * | | idl: more lsa.idl merges.Günther Deschner2008-10-152-15/+15
| | | | | | | | | | | | | | | | Guenther
| * | | s4: fix registry/rpc.c after winreg changes.Günther Deschner2008-10-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | jelmer, can you check if this is ok? Guenther
| * | | s4: merge from s3 lsa idl.Günther Deschner2008-10-151-2/+2
| | | | | | | | | | | | | | | | Guenther
| * | | Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-154-10/+29
| |\ \ \
| | * | | s4: merge from s3 samr.idl.Günther Deschner2008-10-154-10/+29
| | | | | | | | | | | | | | | | | | | | Guenther
| | * | | s4: fix smbtorture build with merged wksvcs idl.Günther Deschner2008-10-151-10/+10
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Sync parameter names with samba 3.Jelmer Vernooij2008-10-154-15/+15
| | | | |
| * | | | winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-155-5/+6
| | | | |
| * | | | Fix wkssvc test build.Jelmer Vernooij2008-10-151-10/+10
| |/ / /
| * | | Share wkssvc.idl.Jelmer Vernooij2008-10-152-799/+4
| | | |
| * | | Share eventlog.idl.Jelmer Vernooij2008-10-152-185/+6
| | | |
| * | | Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij2008-10-153-6/+6
| | | |
| * | | Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-151-6/+6
| |\ \ \
| | * | | idl: merge netlogon IDL between s3 and s4 wrt LogonSamLogon.Günther Deschner2008-10-151-6/+6
| | | | | | | | | | | | | | | | | | | | Guenther
| * | | | Share initshutdown.idl.Jelmer Vernooij2008-10-151-45/+0
| |/ / /
| * | | Share xattr implementation.Jelmer Vernooij2008-10-151-134/+0
| | | |
| * | | Share epmapper.Jelmer Vernooij2008-10-151-314/+0
| | | |
| * | | idl: more netlogon merges between s3 and s4.Günther Deschner2008-10-151-3/+3
| | | | | | | | | | | | | | | | Guenther
| * | | s4-idl: merge netlogon bits from s3.Günther Deschner2008-10-151-44/+79
| | | | | | | | | | | | | | | | Guenther
| * | | s4-idl: merge lsa_BinaryString from s3.Günther Deschner2008-10-151-0/+6
| | | | | | | | | | | | | | | | Guenther
| * | | share ntsvcs.idl.Günther Deschner2008-10-151-128/+0
| | | | | | | | | | | | | | | | Guenther
| * | | move svcctl to main idl directory.Günther Deschner2008-10-151-520/+0
| | | | | | | | | | | | | | | | Guenther
| * | | Fix includes.Jelmer Vernooij2008-10-159-7/+9
| | | |
| * | | Share security.idl.Jelmer Vernooij2008-10-152-4/+5
| | | |
| * | | Share misc.idl.Jelmer Vernooij2008-10-152-60/+7
| | | |
| * | | Share idl_types.h.Jelmer Vernooij2008-10-152-70/+1
| | | |
| * | | Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij2008-10-1530-4628/+3
| | | |
| * | | Allow specifying the exact IDL files to build.Jelmer Vernooij2008-10-152-9/+8
| | | |
| * | | Fix installation of libndr.hJelmer Vernooij2008-10-152-2/+2
| | | |
| * | | Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-517/+0
| | | |
| * | | Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-159-113/+164
| |\ \ \
| | * | | Fix merged build .Jelmer Vernooij2008-10-141-1/+0
| | | | |
| | * | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-1410-250/+69
| | |\ \ \
| | | * | | Fix very old bug in ASQSimo Sorce2008-10-141-2/+2
| | | | | |
| | * | | | Move make check out of cache call to avoid weird formatting.Jelmer Vernooij2008-10-141-1/+1
| | | | | |
| | * | | | Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij2008-10-146-41/+57
| | | | | | | | | | | | | | | | | | | | | | | | executed from other m4 files.
| | * | | | Move checks for perl inside function.Jelmer Vernooij2008-10-141-5/+12
| | | | | |
| | * | | | Move checks for make inside function.Jelmer Vernooij2008-10-141-2/+14
| | | | | |
| | * | | | Move tests for Python inside function.Jelmer Vernooij2008-10-141-39/+56
| | | | | |
| | * | | | Fix path check.Jelmer Vernooij2008-10-141-1/+1
| | | | | |
| * | | | | Fix include path.Jelmer Vernooij2008-10-151-1/+1
| | | | | |
| * | | | | Remove unused variable.Jelmer Vernooij2008-10-151-1/+0
| | | | | |
| * | | | | Share ndr_krb5pac implementation.Jelmer Vernooij2008-10-142-141/+1
| | | | | |
| * | | | | Share ndr_compression.c.Jelmer Vernooij2008-10-143-520/+1
| | |/ / / | |/| | |
| * | | | Move ndr pkg-config file to top-level.Jelmer Vernooij2008-10-143-13/+2
| | | | |
| * | | | Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-141-0/+70
| |\| | |
| | * | | Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke2008-10-141-0/+70
| | | | | | | | | | | | | | | | | | | | Probably that's already somewhere else, but I did not find it.
| * | | | Sync with Samba 3.Jelmer Vernooij2008-10-144-47/+61
| | | | |
| * | | | Remove unused structures.Jelmer Vernooij2008-10-142-188/+4
| |/ / /