summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winbind.idl
AgeCommit message (Collapse)AuthorFilesLines
2010-09-17s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett1-0/+5
This must be done in winbindd as it already has the schannel connection and the credential chain. If we re-established that elsewhere, we would break the chain in winbindd. Andrew Bartlett Signed-Off-By: Andrew Tridgell <tridge@samba.org>
2010-05-24s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett1-26/+1
These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin1-3/+10
2008-04-02wbclient: Add an async winbind client library.Kai Blin1-2/+32
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
2008-01-12idl: Use typedef rather than declare.Jelmer Vernooij1-2/+2
(This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf)
2007-10-10r22582: Cleanups towards making winbind work again. We still have a long ↵Andrew Bartlett1-2/+1
way to go, as this has bitrotted over the past months. This change in particular catches winbind up with the next composite_create() function. We also needed to remove an unused flags field, and fill in the lm response. Andrew Bartlett (This used to be commit bd26e4ffaf1c060fdc3aae28fd4393e83c5a83ea)
2007-10-10r19846: Fix bunch of IDL warnings.Jelmer Vernooij1-3/+1
(This used to be commit 48e6df59444a78dc268b84c5f94787de09d41908)
2007-10-10r19588: Use include and import statements rather than depends() and helper().Jelmer Vernooij1-2/+3
(This used to be commit 347ae9628202ca4de4318ef8156999239aad9192)
2007-10-10r17342: implement a SamLogon via IRPC in samba4's winbindStefan Metzmacher1-0/+40
metze (This used to be commit c3ce7a0c3708f0c8e784404e86034f7a00685f88)