summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_gpupdate.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
It's a bit shocking how many references we have to global contexts. Make this a bit more obvious. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-2/+2
This reflects that the event context is also used outside of the server processes. The command used for the rename: find . -name '*.[hc]' -print0 | xargs -0 sed -i 's/server_event_context/global_event_context/' Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2018-07-04samba-gpupdate: Change machine option to targetDavid Mulder1-1/+1
On a Windows client, you designate machine/user apply with a 'target' parameter. This change makes gpupdate work more like that command. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jul 4 13:23:09 CEST 2018 on sn-devel-144
2018-04-11winbind: Fix CID 1427625 Calling risky functionVolker Lendecke1-1/+1
Probably not really a problem, but we have generate_random(), so why not use it? Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2018-01-13gpo: Add the winbind call to gpupdateDavid Mulder1-0/+116
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>