summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.Günther Deschner2008-02-143-153/+0
| * Use rpccli_lsa_EnumPrivsAccount() in rpcclient.Günther Deschner2008-02-141-7/+10
| * Remove white space.Günther Deschner2008-02-141-60/+60
| * Use pidl for _lsa_EnumPrivsAccount().Günther Deschner2008-02-142-37/+40
| * Re-run make idl.Günther Deschner2008-02-145-19/+32
| * Fix IDL for lsa_EnumPrivsAccount.Günther Deschner2008-02-141-1/+1
| * Fix typo.Günther Deschner2008-02-141-3/+3
| * Remove accidential commit.Günther Deschner2008-02-141-1/+1
| * Remove unused marshalling for LSA_ENUM_ACCOUNTS.Günther Deschner2008-02-143-156/+0
| * Use rpccli_lsa_EnumAccounts() in net and rpcclient.Günther Deschner2008-02-142-32/+39
| * Use pidl for _lsa_EnumAccounts.Günther Deschner2008-02-142-48/+25
| * Re-run make idl.Günther Deschner2008-02-142-4/+4
| * Fix IDL for lsa_EnumAccounts.Günther Deschner2008-02-141-3/+3
| * Try and fix the Darwin build with dynamic libs.Michael Adam2008-02-141-1/+3
| * Remove unused marshalling for NET_LOGON_CTRL and NET_LOGON_CTRL2.Günther Deschner2008-02-133-545/+0
| * Use pidl for _netr_LogonControl2.Günther Deschner2008-02-132-50/+51
| * Add some netr_NETLOGON_INFO init functions.Günther Deschner2008-02-131-3/+43
| * Fix logonctrl2 command in rpcclient.Günther Deschner2008-02-131-15/+55
| * Move some lsa init routines around.Günther Deschner2008-02-132-40/+40
| * Re-run make idl.Günther Deschner2008-02-134-14/+40
| * Fix IDL for netr_ServerPasswordSet.Günther Deschner2008-02-131-3/+3
| * Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.Michael Adam2008-02-131-7/+5
| * Use --with-static-libs=libtalloc instead of --with-static-libs=tallocMichael Adam2008-02-131-4/+4
| * Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam2008-02-132-48/+53
| * Re-run make idl.Günther Deschner2008-02-134-9/+22
| * Fix IDL for netr_LogonControl2.Günther Deschner2008-02-131-1/+1
| * Use pidl for _netr_ServerReqChallenge.Günther Deschner2008-02-132-45/+13
| * Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner2008-02-131-69/+69
| * Remove const on policy handle in net rpc.Günther Deschner2008-02-131-10/+9
| * Only use the needed objects for libnetapi.aMichael Adam2008-02-131-2/+2
| * Add -L./bin to LDFLAGS when building shared libs.Michael Adam2008-02-131-1/+4
| * auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-133-72/+279
| * wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-47/+43
| * libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
| * winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher2008-02-131-1/+43
| * Only export talloc related symbols in libtalloc.so.Michael Adam2008-02-131-1/+4
| * Use pidl for _netr_LogonControl.Günther Deschner2008-02-132-41/+23
| * Use rpccli_netr_LogonControl() in rpcclient.Günther Deschner2008-02-131-17/+39
| * Remove redundant (and unused) set of samr opcodes.Günther Deschner2008-02-131-71/+0
| * Add libreplace objects to libtalloc.so.Michael Adam2008-02-131-1/+1
* | Fix formatting.Jelmer Vernooij2008-03-051-3/+2
* | Add --update option to smbget.Charles2008-03-051-3/+27
|/
* Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner2008-02-132-30/+0
* Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.Günther Deschner2008-02-133-269/+0
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner2008-02-131-7/+16
* Remove unused marshalling for SAMR_ENUM_DOM_GROUPS.Günther Deschner2008-02-133-238/+0
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner2008-02-131-7/+16
* Change hand written configure help strings to use AS_HELP_STRING().Michael Adam2008-02-131-62/+61
* Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam2008-02-131-1/+1
* Remove unused marshalling for SAMR_LOOKUP_RIDS.Günther Deschner2008-02-133-316/+0