Age | Commit message (Expand) | Author | Files | Lines |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -4/+4 |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -1/+0 |
2010-05-14 | s4:winbindd Rework some winbind structures to make s3compat easier | Andrew Bartlett | 1 | -160/+160 |
2010-04-19 | s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERS | Stefan Metzmacher | 1 | -1/+3 |
2010-04-19 | s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPS | Stefan Metzmacher | 1 | -1/+3 |
2010-04-19 | s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOM | Stefan Metzmacher | 1 | -0/+1 |
2010-04-15 | s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not th... | Stefan Metzmacher | 1 | -3/+5 |
2010-03-09 | s4:winbind - use "unsigned" variables where possible | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-03-09 | s4:winbind: stub implementation of WINBINDD_PAM_LOGOFF | Matthieu Patou | 1 | -0/+26 |
2010-03-09 | s4:winbind: Fix a misplaced returned info | Matthieu Patou | 1 | -4/+2 |
2010-03-09 | s4:winbind Implement logic for getgroups to work | Matthieu Patou | 1 | -17/+57 |
2010-03-09 | s4:winbind: implement calls for allowing getent groups | Matthieu Patou | 1 | -2/+69 |
2009-10-20 | s4: ran minimal_includes.pl on source4/winbind | Andrew Tridgell | 1 | -2/+0 |
2009-10-02 | s4-winbind: support the s3 response flags on krb5 auth too | Andrew Tridgell | 1 | -2/+39 |
2009-10-02 | s4-winbind: support the Samba3 TXT form of the info3 for wbinfo -a | Andrew Tridgell | 1 | -0/+112 |
2009-08-18 | s4 winbind: Quiet down the WINBINDD_DOMAIN_INFO handler stub warning | Kai Blin | 1 | -1/+1 |
2009-08-18 | s4 winbind: Implement a stubbed out version of WINBINDD_DOMAIN_INFO | Kai Blin | 1 | -0/+16 |
2009-01-15 | s4-winbind: Add support for the WINBINDD_LIST_GROUPS command. | Kai Blin | 1 | -0/+45 |
2009-01-02 | s4 winbind: Correctly silence a "discard const" warning | Kai Blin | 1 | -2/+2 |
2009-01-02 | Revert "s4 winbind: Avoid a "discards const" compiler warning." | Stefan Metzmacher | 1 | -2/+2 |
2008-12-29 | s4 winbind: Add support for WINBINDD_GETGRGID call | Kai Blin | 1 | -1/+30 |
2008-12-29 | s4 winbind: Add implementation for WINBINDD_GETGRNAM | Kai Blin | 1 | -1/+32 |
2008-12-29 | s4 winbind: Avoid a "discards const" compiler warning. | Kai Blin | 1 | -2/+2 |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-10 | Return the same privilaged winbindd socket as we actually use. | Andrew Bartlett | 1 | -2/+1 |
2008-05-06 | Tiago Batista posted a patch to fix the build: | Tiago Batista | 1 | -1/+1 |
2008-04-18 | Fix samba3 protocol to correctly include the NULL terminator | Andrew Bartlett | 1 | -0/+3 |
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 1 | -2/+0 |
2008-04-16 | Fix struct_based winbind test for 'check machine account'. | Andrew Bartlett | 1 | -4/+5 |
2008-04-15 | Fix winbind to check machine account. | Andrew Bartlett | 1 | -20/+60 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 1 | -5/+5 |
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24577: Implement basic getpwent. | Kai Blin | 1 | -1/+43 |
2007-10-10 | r24576: Implement endpwent | Kai Blin | 1 | -0/+7 |
2007-10-10 | r24575: Implement setpwent | Kai Blin | 1 | -1/+30 |
2007-10-10 | r24574: Fix a warning in wb_samba3_cmd.c | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24483: Implement backend for wbinfo -u (list users) | Kai Blin | 1 | -0/+45 |
2007-10-10 | r24480: Bump another DEBUG down to level 5 | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24397: Bump debug level of sid2(u|g)id calls to 5. | Kai Blin | 1 | -3/+3 |
2007-10-10 | r24375: Implement backend for wbinfo --uid-infp (getpwuid) | Kai Blin | 1 | -1/+30 |
2007-10-10 | r24373: Implement backend for wbinfo -G (gid2sid) | Kai Blin | 1 | -0/+45 |
2007-10-10 | r24372: Implement backend for wbinfo -U | Kai Blin | 1 | -0/+49 |
2007-10-10 | r24371: Actually add the glue to make wbinfo -S and wbinfo -Y work | Kai Blin | 1 | -0/+76 |
2007-10-10 | r24370: Implement wbinfo -i backend (getpwnam) | Kai Blin | 1 | -1/+31 |
2007-10-10 | r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c... | Kai Blin | 1 | -22/+2 |