summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_cmd_getpwnam.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-28s4:winbindd: fix spacing and line length in cmd_getpwnam_recv_domain()Michael Adam1-1/+2
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Feb 28 03:54:41 CET 2013 on sn-devel-104
2011-09-24s4 winbind: Don't drop workgroup name for getpw*Kai Blin1-1/+8
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Sep 24 22:49:50 CEST 2011 on sn-devel-104
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-2/+0
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-1/+1
2008-04-24libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin1-1/+2
(This used to be commit 5f3a70f285ad8a412105c0e498e486f93fc279bc)
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and ↵Jelmer Vernooij1-3/+5
wbsrv_connection. (This used to be commit 7c008664238ed966cb82adf5b25b22157bb50730)
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-2/+2
(This used to be commit e9039782204389cc827e76da319d5ccf6d33be46)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher1-1/+0
metze (This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-1/+1
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24370: Implement wbinfo -i backend (getpwnam)Kai Blin1-0/+194
(This used to be commit 3b8d8fb2c1c75ce5bf30c8676326ac63bd2a4a3d)