summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_samba3_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-16source4/winbind/wb_samba3_cmd.c: Fix typo in comment.Karolin Seeger1-1/+1
2013-02-18wb_samba3_cmd.c: Fix typo in comment.Karolin Seeger1-1/+1
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-4/+4
2011-09-08s4-winbindd: implement WINBINDD_SIDS_TO_XIDSAndrew Tridgell1-0/+94
2011-02-08pam: share pam errors in a common location.Günther Deschner1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-4/+4
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+0
2010-05-14s4:winbindd Rework some winbind structures to make s3compat easierAndrew Bartlett1-160/+160
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERSStefan Metzmacher1-1/+3
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPSStefan Metzmacher1-1/+3
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOMStefan Metzmacher1-0/+1
2010-04-15s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not th...Stefan Metzmacher1-3/+5
2010-03-09s4:winbind - use "unsigned" variables where possibleMatthias Dieter Wallnöfer1-3/+3
2010-03-09s4:winbind: stub implementation of WINBINDD_PAM_LOGOFFMatthieu Patou1-0/+26
2010-03-09s4:winbind: Fix a misplaced returned infoMatthieu Patou1-4/+2
2010-03-09s4:winbind Implement logic for getgroups to workMatthieu Patou1-17/+57
2010-03-09s4:winbind: implement calls for allowing getent groupsMatthieu Patou1-2/+69
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-2/+0
2009-10-02s4-winbind: support the s3 response flags on krb5 auth tooAndrew Tridgell1-2/+39
2009-10-02s4-winbind: support the Samba3 TXT form of the info3 for wbinfo -aAndrew Tridgell1-0/+112
2009-08-18s4 winbind: Quiet down the WINBINDD_DOMAIN_INFO handler stub warningKai Blin1-1/+1
2009-08-18s4 winbind: Implement a stubbed out version of WINBINDD_DOMAIN_INFOKai Blin1-0/+16
2009-01-15s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.Kai Blin1-0/+45
2009-01-02s4 winbind: Correctly silence a "discard const" warningKai Blin1-2/+2
2009-01-02Revert "s4 winbind: Avoid a "discards const" compiler warning."Stefan Metzmacher1-2/+2
2008-12-29s4 winbind: Add support for WINBINDD_GETGRGID callKai Blin1-1/+30
2008-12-29s4 winbind: Add implementation for WINBINDD_GETGRNAMKai Blin1-1/+32
2008-12-29s4 winbind: Avoid a "discards const" compiler warning.Kai Blin1-2/+2
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-10Return the same privilaged winbindd socket as we actually use.Andrew Bartlett1-2/+1
2008-05-06Tiago Batista posted a patch to fix the build:Tiago Batista1-1/+1
2008-04-18Fix samba3 protocol to correctly include the NULL terminatorAndrew Bartlett1-0/+3
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-2/+0
2008-04-16Fix struct_based winbind test for 'check machine account'.Andrew Bartlett1-4/+5
2008-04-15Fix winbind to check machine account.Andrew Bartlett1-20/+60
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-5/+5
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-2/+2
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-3/+3
2007-10-10r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher1-2/+0
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24577: Implement basic getpwent.Kai Blin1-1/+43
2007-10-10r24576: Implement endpwentKai Blin1-0/+7
2007-10-10r24575: Implement setpwentKai Blin1-1/+30
2007-10-10r24574: Fix a warning in wb_samba3_cmd.cKai Blin1-1/+1
2007-10-10r24483: Implement backend for wbinfo -u (list users)Kai Blin1-0/+45
2007-10-10r24480: Bump another DEBUG down to level 5Kai Blin1-1/+1
2007-10-10r24397: Bump debug level of sid2(u|g)id calls to 5.Kai Blin1-3/+3
2007-10-10r24375: Implement backend for wbinfo --uid-infp (getpwuid)Kai Blin1-1/+30