summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbind: Fix some enum type mismatches found by the Solaris compilerVolker Lendecke2009-09-183-3/+3
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-09-172-20/+47
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-09-173-96/+78
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-5/+5
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-111-3/+4
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-09-111-1/+2
* s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...Günther Deschner2009-09-091-1/+1
* s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke2009-09-076-125/+127
* s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke2009-09-076-106/+137
* s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke2009-09-076-104/+137
* s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke2009-09-076-73/+148
* s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpyVolker Lendecke2009-09-051-8/+5
* s3:winbind: Remove pointless <cond> ? true : false;Volker Lendecke2009-09-051-4/+4
* s3:winbind: Make the pam_auth subfunctions staticVolker Lendecke2009-09-052-18/+9
* s3:winbind: Fix Coverity ID 933: FORWARD_NULLVolker Lendecke2009-09-041-0/+1
* s3:winbind: Fix Coverity ID 940: Resource LeakVolker Lendecke2009-09-041-0/+1
* s3:winbind: Fix bug 5626Volker Lendecke2009-08-303-29/+23
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-307-29/+115
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-307-29/+129
* s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke2009-08-297-317/+214
* s3:winbind: Convert WINBINDD_LIST_USERS to the new APIVolker Lendecke2009-08-294-7/+213
* s3:winbind: add a fake NDR winbind cache validatorVolker Lendecke2009-08-291-0/+11
* s3:winbind: Convert the getgrent functions to the new APIVolker Lendecke2009-08-296-1038/+332
* s3:winbind: Add a comment about fill_grent_mem_domusers...Volker Lendecke2009-08-291-0/+4
* s3:winbind: Add some missing error checksVolker Lendecke2009-08-292-0/+6
* s3:winbind: Fix a typoVolker Lendecke2009-08-291-1/+1
* s3:winbind: Add async wb_next_grentVolker Lendecke2009-08-293-0/+193
* s3:winbind: Add async QueryGroupListVolker Lendecke2009-08-291-0/+40
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-297-98/+246
* s3:winbind: Convert the GETDCNAME routines to the new APIVolker Lendecke2009-08-294-22/+97
* s3:winbind: Add async wb_dsgetdcnameVolker Lendecke2009-08-292-0/+124
* s3:winbind: Convert winbindd_dsgetdcname to the new APIVolker Lendecke2009-08-294-117/+207
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-291-0/+81
* s3:winbind: Convert the GETPWENT routines to the new APIVolker Lendecke2009-08-297-385/+278
* s3:winbind: Add async next_pwentVolker Lendecke2009-08-293-0/+163
* s3:winbind: Add async fill_pwentVolker Lendecke2009-08-292-0/+162
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-293-0/+112
* s3:winbind: simplify wb_seqnums_done a bitVolker Lendecke2009-08-291-15/+24
* s3:winbind: Make wb_seqnums.c update the winbind cache seqnumsVolker Lendecke2009-08-291-1/+12
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-298-47/+59
* s3:winbind: Fix a typoVolker Lendecke2009-08-291-1/+1
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-292-8/+8
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-293-24/+23
* s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke2009-08-275-255/+129
* s3:winbind: Fix a typoVolker Lendecke2009-08-271-1/+1
* s3:winbind: Remove the manual caching for the async wb_ functionsVolker Lendecke2009-08-276-80/+15
* s3:winbind: Some calls are not cacheableVolker Lendecke2009-08-271-0/+19