summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_async.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17s3: Move parse_sidlist to the only calling fileVolker Lendecke1-39/+0
2010-11-17s3: Remove some unused codeVolker Lendecke1-21/+0
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-11s3-auth Change type of num_sids to uint32_tAndrew Bartlett1-2/+2
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-3/+3
2009-12-21s3: Remove unused winbindd_dual_lookupnameVolker Lendecke1-40/+0
2009-12-21s3: Remove unused winbindd_dual_lookupsidVolker Lendecke1-40/+0
2009-12-21s3: Remove unused do_asyncVolker Lendecke1-58/+0
2009-12-21s3: Remove unused do_async_domainVolker Lendecke1-27/+0
2009-12-21s3: Remove unused query_user_asyncVolker Lendecke1-49/+0
2009-12-21s3: Remove unused winbindd_getsidaliases_asyncVolker Lendecke1-72/+0
2009-12-21s3: Remove unused winbindd_lookupname_asyncVolker Lendecke1-150/+0
2009-12-21s3: Remove unused winbindd_lookupsid_asyncVolker Lendecke1-113/+0
2009-08-29s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke1-180/+0
2009-08-29w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke1-58/+0
2009-08-27s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke1-165/+0
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-1/+1
2009-08-05s3:winbind: Make parse_sidlist take a const char *Volker Lendecke1-4/+11
2009-08-01Some mods for recent coding conventionsVolker Lendecke1-1/+2
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-14/+14
2009-06-14Add winbindd_dual_ping to all childrenVolker Lendecke1-0/+6
2009-06-14Convert the winbind parent->child communication to wb_reqtransVolker Lendecke1-4/+0
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-16/+16
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-11/+7
2009-02-17s3:winbindd: make do_async_domain() static.Michael Adam1-6/+6
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-88/+2
2008-12-07Fix nonempty blank linesVolker Lendecke1-12/+12
2008-09-23[s3]winbindd: fix a comment typoMichael Adam1-1/+1
2008-08-13Attempt to fix the build on Irix CCVolker Lendecke1-1/+3
2008-06-26From Steve Danneman @ Isilon.Jeremy Allison1-10/+75
2008-05-25Fix two c++ warningsVolker Lendecke1-1/+1
2008-05-22Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman1-0/+91
2008-02-05Small whitespace cleanup + check for null returns on talloc_strdup.Jeremy Allison1-8/+12
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-6/+14
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-6/+6
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-15Use sid_to_string directlyVolker Lendecke1-3/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+2
2007-12-06Improve a debug message.Michael Adam1-1/+1
2007-10-22r25568: move idmap related functions into their own file.Stefan Metzmacher1-741/+0
2007-10-22r25567: make do_async() non staticStefan Metzmacher1-6/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-84/+84
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-6/+747
2007-10-10r25568: move idmap related functions into their own file.Stefan Metzmacher1-741/+0
2007-10-10r25567: make do_async() non staticStefan Metzmacher1-6/+6
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+1695