summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_gettoken.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-15s3:winbindd: split our wb_gettoken_trybuiltins() helperStefan Metzmacher1-1/+11
2025-01-15s3:winbindd: split out wb_gettoken_trylocalgroups() functionStefan Metzmacher1-1/+11
2022-07-21s3:winbind: Add additional debug level check to wb_gettoken_recv()Pavel Filipenský1-3/+9
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in wb_gettoken.cPavel Filipenský1-11/+16
2022-07-15s3:winbind: Change num_sids from int to uint32_t in wb_lookupusergroups_recv()Pavel Filipenský1-12/+12
2022-07-15s3:winbind: Change num_sids from int to uint32_t in wb_gettoken_recv()Pavel Filipenský1-3/+3
2022-07-15s3:winbind: Improve logging in wb_gettoken.cPavel Filipenský1-4/+32
2017-03-06Re-enable token groups fallbackVolker Lendecke1-7/+21
2017-01-24winbind: Don't add duplicate IDs in wbinfo -rVolker Lendecke1-43/+38
2017-01-04winbind: Add "expand_local_aliases" to wb_gettokenVolker Lendecke1-1/+9
2017-01-02winbind: Remove find_builtin_domain helper functionVolker Lendecke1-1/+1
2017-01-02winbind: Simplify wb_gettokenVolker Lendecke1-6/+1
2017-01-02winbind: Don't do supplementary group lookup manuallyVolker Lendecke1-26/+37
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-6/+3
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-23s3: Fix Coverity ID 2203, NULL_RETURNSVolker Lendecke1-0/+4
2011-01-11s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher1-1/+1
2010-12-06s3: Fix bug 7843: Expand the local SAMs aliasesJeremy Allison1-2/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2009-12-28s3: Check for lp_winbind_trusted_domains_only in wb_gettoken()Volker Lendecke1-0/+7
2009-08-05s3:winbind: Add async wb_gettokenVolker Lendecke1-0/+218