Age | Commit message (Expand) | Author | Files | Lines |
2008-02-06 | Allow actual call to set file offline | Alexander Bokovoy | 1 | -12/+20 |
2008-02-06 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into dmapi-int... | Alexander Bokovoy | 96 | -8964/+3761 |
2008-02-05 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 12 | -1019/+200 |
2008-02-05 | Don't return true on talloc fail. | Jeremy Allison | 1 | -0/+12 |
2008-02-06 | Remove most of SAM_UNK_INFO marshalling. | Günther Deschner | 2 | -468/+0 |
2008-02-06 | Remove unused marshalling for SAMR_SET_DOMAIN_INFO. | Günther Deschner | 3 | -179/+0 |
2008-02-06 | Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO. | Günther Deschner | 3 | -215/+0 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in winbindd. | Günther Deschner | 7 | -85/+106 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c. | Günther Deschner | 1 | -61/+83 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in net rpc. | Günther Deschner | 1 | -11/+11 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in rpcclient. | Günther Deschner | 1 | -69/+63 |
2008-02-06 | Use pidl for _samr_SetDomainInfo(). | Günther Deschner | 2 | -54/+19 |
2008-02-06 | Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO2. | Günther Deschner | 3 | -207/+0 |
2008-02-06 | Use pidl for _samr_QueryDomainInfo() and _samr_QueryDomainInfo2(). | Günther Deschner | 2 | -114/+76 |
2008-02-06 | Add some helper init routines for samr_DomInfo structures. | Günther Deschner | 1 | -0/+143 |
2008-02-06 | Re-run make idl. | Günther Deschner | 5 | -20/+52 |
2008-02-06 | Fix IDL for samr_QueryDomainInfo and samr_QueryDomainInfo2. | Günther Deschner | 1 | -2/+2 |
2008-02-06 | Remove unused headers for SAMR_SET_SEC_OBJ. | Günther Deschner | 1 | -21/+0 |
2008-02-05 | Small whitespace cleanup + check for null returns on talloc_strdup. | Jeremy Allison | 1 | -8/+12 |
2008-02-05 | The krb5 locator should now be correctly able to handle | Jeremy Allison | 1 | -4/+4 |
2008-02-05 | Fix a couple of "might be used uninitialized" warnings. | Jeremy Allison | 1 | -2/+2 |
2008-02-05 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2008-02-05 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-02-05 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-02-05 | Fix _samr_Connect5(). Yes we do pretend to be > w2k all the time :) | Günther Deschner | 1 | -1/+1 |
2008-02-05 | Use SAMR_CONNECT_W2K for samr_Connect4 in rpcclient. | Günther Deschner | 1 | -1/+1 |
2008-02-05 | Re-run make idl. | Günther Deschner | 5 | -11/+53 |
2008-02-05 | Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN. | Günther Deschner | 3 | -116/+0 |
2008-02-05 | Use rpccli_samr_RemoveMemberFromForeignDomain() in net. | Günther Deschner | 1 | -3/+3 |
2008-02-05 | Use pidl for _samr_RemoveMemberFromForeignDomain(). | Günther Deschner | 2 | -42/+10 |
2008-02-05 | Remove unused marshalling for SAMR_QUERY_USERALIASES. | Günther Deschner | 3 | -267/+0 |
2008-02-05 | Remove unused marshalling for SAMR_QUERY_GROUPMEM. | Günther Deschner | 3 | -200/+0 |
2008-02-05 | Use rpccli_samr_QueryGroupMember() all over the place. | Günther Deschner | 3 | -30/+42 |
2008-02-05 | Augment the samr_Connect4 call | Volker Lendecke | 1 | -3/+9 |
2008-02-05 | Remove trailing while space, just couldn't resist. No code change. | Günther Deschner | 2 | -341/+341 |
2008-02-05 | Fix bug 5421 -- thanks to MJ Anthony | Volker Lendecke | 1 | -1/+1 |
2008-02-05 | Use idl for _samr_QueryGroupMember(). | Günther Deschner | 2 | -44/+25 |
2008-02-05 | Re-run make idl. | Günther Deschner | 5 | -7/+23 |
2008-02-05 | Fix IDL for samr_QueryGroupMember(). | Günther Deschner | 1 | -1/+1 |
2008-02-05 | Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient. | Günther Deschner | 2 | -29/+38 |
2008-02-05 | Use pidl for _samr_GetAliasMembership(). | Günther Deschner | 2 | -49/+18 |
2008-02-05 | Remove marshalling for SAMR_LOOKUP_DOMAIN. | Günther Deschner | 3 | -150/+0 |
2008-02-05 | Use rpccli_samr_LookupDomain() in rpcclient. | Günther Deschner | 1 | -11/+14 |
2008-02-05 | Use pidl for _samr_LookupDomain(). | Günther Deschner | 2 | -51/+24 |
2008-02-05 | Re-run make idl. | Günther Deschner | 5 | -7/+23 |
2008-02-05 | Fix IDL for samr_LookupDomain(). | Günther Deschner | 1 | -2/+2 |
2008-02-05 | Remove unused marshalling for SAMR_QUERY_ALIASMEM. | Günther Deschner | 3 | -208/+0 |
2008-02-05 | Use rpccli_samr_GetMembersInAlias() in net and rpcclient. | Günther Deschner | 2 | -14/+31 |
2008-02-05 | Use pidl for _samr_GetMembersInAlias(). | Günther Deschner | 2 | -50/+23 |
2008-02-05 | Remove unused marshalling for SAMR_ADD_ALIASMEM. | Günther Deschner | 3 | -108/+0 |