Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | Add some netr_NETLOGON_INFO init functions. | Günther Deschner | 1 | -3/+43 |
2008-02-13 | Fix logonctrl2 command in rpcclient. | Günther Deschner | 1 | -15/+55 |
2008-02-13 | Move some lsa init routines around. | Günther Deschner | 2 | -40/+40 |
2008-02-13 | Re-run make idl. | Günther Deschner | 4 | -14/+40 |
2008-02-13 | Fix IDL for netr_ServerPasswordSet. | Günther Deschner | 1 | -3/+3 |
2008-02-13 | Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead. | Michael Adam | 1 | -7/+5 |
2008-02-13 | Use --with-static-libs=libtalloc instead of --with-static-libs=talloc | Michael Adam | 1 | -4/+4 |
2008-02-13 | Link in libnetapi as shared or static library (same mechanism as talloc). | Michael Adam | 2 | -48/+53 |
2008-02-13 | Re-run make idl. | Günther Deschner | 4 | -9/+22 |
2008-02-13 | Fix IDL for netr_LogonControl2. | Günther Deschner | 1 | -1/+1 |
2008-02-13 | Use pidl for _netr_ServerReqChallenge. | Günther Deschner | 2 | -45/+13 |
2008-02-13 | Pure cosmetics: remove trailing whitespace in netlogon server. | Günther Deschner | 1 | -69/+69 |
2008-02-13 | Remove const on policy handle in net rpc. | Günther Deschner | 1 | -10/+9 |
2008-02-13 | Only use the needed objects for libnetapi.a | Michael Adam | 1 | -2/+2 |
2008-02-13 | Add -L./bin to LDFLAGS when building shared libs. | Michael Adam | 1 | -1/+4 |
2008-02-13 | auth_winbind: use wbcAuthenticateUserEx() | Stefan Metzmacher | 3 | -72/+279 |
2008-02-13 | wbinfo: use wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -47/+43 |
2008-02-13 | libwbclient: add wbcAuthenticateUserEx() function | Stefan Metzmacher | 3 | -1/+460 |
2008-02-13 | winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode | Stefan Metzmacher | 1 | -1/+43 |
2008-02-13 | Only export talloc related symbols in libtalloc.so. | Michael Adam | 1 | -1/+4 |
2008-02-13 | Use pidl for _netr_LogonControl. | Günther Deschner | 2 | -41/+23 |
2008-02-13 | Use rpccli_netr_LogonControl() in rpcclient. | Günther Deschner | 1 | -17/+39 |
2008-02-13 | Remove redundant (and unused) set of samr opcodes. | Günther Deschner | 1 | -71/+0 |
2008-02-13 | Add libreplace objects to libtalloc.so. | Michael Adam | 1 | -1/+1 |
2008-02-13 | Goodbye parse_samr.c, rest in peace - but never come back! | Günther Deschner | 2 | -30/+0 |
2008-02-13 | Remove unused marshalling for SAMR_ENUM_DOM_ALIASES. | Günther Deschner | 3 | -269/+0 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases. | Günther Deschner | 1 | -7/+16 |
2008-02-13 | Remove unused marshalling for SAMR_ENUM_DOM_GROUPS. | Günther Deschner | 3 | -238/+0 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups. | Günther Deschner | 1 | -7/+16 |
2008-02-13 | Change hand written configure help strings to use AS_HELP_STRING(). | Michael Adam | 1 | -62/+61 |
2008-02-13 | Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING. | Michael Adam | 1 | -1/+1 |
2008-02-13 | Remove unused marshalling for SAMR_LOOKUP_RIDS. | Günther Deschner | 3 | -316/+0 |
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_LookupRids. | Günther Deschner | 1 | -23/+25 |
2008-02-13 | Remove unused init_sam_entry routine. | Günther Deschner | 1 | -12/+0 |
2008-02-13 | Fix build: Add missing prerequisites for libwbclient.so | Michael Adam | 1 | -4/+4 |
2008-02-13 | libwbclient: include wb_common.o in libwbclient.a | Stefan Metzmacher | 1 | -10/+12 |
2008-02-13 | nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros | Stefan Metzmacher | 5 | -38/+16 |
2008-02-13 | Fix install: Add creation of include dir to installlibtalloc target. | Michael Adam | 1 | -0/+1 |
2008-02-13 | Remove unused marshalling for NET_TRUST_DOM_LIST. | Günther Deschner | 2 | -118/+0 |
2008-02-13 | Use pidl for _netr_NetrEnumerateTrustedDomains(). | Günther Deschner | 2 | -42/+36 |
2008-02-13 | Merge data_blob_talloc_zero() from samba4. | Günther Deschner | 1 | -0/+12 |
2008-02-13 | Add linking -ltalloc to libwbclient.so. Noted by Metze. | Michael Adam | 1 | -2/+2 |
2008-02-13 | Add forgotten file exports/libtalloc.syms ... Thanks Günther! | Michael Adam | 1 | -0/+3 |
2008-02-13 | Some minor, cosmetic cleanup in srv_samr_util.c. | Günther Deschner | 1 | -58/+108 |
2008-02-13 | Fix some comment typos. | Michael Adam | 1 | -5/+5 |
2008-02-13 | Remove some unneded variables: we always build and install some talloc libs. | Michael Adam | 2 | -12/+3 |
2008-02-13 | Put talloc lib targets into variables and uses these. | Michael Adam | 2 | -8/+14 |
2008-02-13 | Simplify code by moving duplicate assignment to common place. | Michael Adam | 1 | -2/+1 |
2008-02-13 | Add support for linking talloc library statically or dynamically into samba. | Michael Adam | 2 | -4/+46 |
2008-02-13 | Use data from lib/talloc/libtalloc.m4 instead of hard coded data. | Michael Adam | 2 | -4/+13 |