summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winbind.idl
AgeCommit message (Collapse)AuthorFilesLines
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)