summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_async.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Move parse_sidlist to the only calling fileVolker Lendecke2010-11-171-39/+0
* s3: Remove some unused codeVolker Lendecke2010-11-171-21/+0
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-2/+2
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-3/+3
* s3: Remove unused winbindd_dual_lookupnameVolker Lendecke2009-12-211-40/+0
* s3: Remove unused winbindd_dual_lookupsidVolker Lendecke2009-12-211-40/+0
* s3: Remove unused do_asyncVolker Lendecke2009-12-211-58/+0
* s3: Remove unused do_async_domainVolker Lendecke2009-12-211-27/+0
* s3: Remove unused query_user_asyncVolker Lendecke2009-12-211-49/+0
* s3: Remove unused winbindd_getsidaliases_asyncVolker Lendecke2009-12-211-72/+0
* s3: Remove unused winbindd_lookupname_asyncVolker Lendecke2009-12-211-150/+0
* s3: Remove unused winbindd_lookupsid_asyncVolker Lendecke2009-12-211-113/+0
* s3:winbind: Convert WINBINDD_LIST_GROUPS to the new APIVolker Lendecke2009-08-291-180/+0
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-291-58/+0
* s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke2009-08-271-165/+0
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-1/+1
* s3:winbind: Make parse_sidlist take a const char *Volker Lendecke2009-08-051-4/+11
* Some mods for recent coding conventionsVolker Lendecke2009-08-011-1/+2
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-141-14/+14
* Add winbindd_dual_ping to all childrenVolker Lendecke2009-06-141-0/+6
* Convert the winbind parent->child communication to wb_reqtransVolker Lendecke2009-06-141-4/+0
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-141-16/+16
* Convert response.extra_data.data from malloc to tallocVolker Lendecke2009-05-121-11/+7
* s3:winbindd: make do_async_domain() static.Michael Adam2009-02-171-6/+6
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-88/+2
* Fix nonempty blank linesVolker Lendecke2008-12-071-12/+12
* [s3]winbindd: fix a comment typoMichael Adam2008-09-231-1/+1
* Attempt to fix the build on Irix CCVolker Lendecke2008-08-131-1/+3
* From Steve Danneman @ Isilon.Jeremy Allison2008-06-261-10/+75
* Fix two c++ warningsVolker Lendecke2008-05-251-1/+1
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-221-0/+91
* Small whitespace cleanup + check for null returns on talloc_strdup.Jeremy Allison2008-02-051-8/+12
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-6/+14
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-6/+6
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-1/+2
* Use sid_to_string directlyVolker Lendecke2007-12-151-3/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
* Improve a debug message.Michael Adam2007-12-061-1/+1
* r25568: move idmap related functions into their own file.Stefan Metzmacher2007-10-221-741/+0
* r25567: make do_async() non staticStefan Metzmacher2007-10-221-6/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-84/+84
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-6/+747
* r25568: move idmap related functions into their own file.Stefan Metzmacher2007-10-101-741/+0
* r25567: make do_async() non staticStefan Metzmacher2007-10-101-6/+6
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1695