summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_async.c
AgeCommit message (Expand)AuthorFilesLines
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