summaryrefslogtreecommitdiff
path: root/libgpo/gpo_fetch.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2017-12150: libgpo: make use of SMB_SIGNING_REQUIRED in gpo_connect_server()Stefan Metzmacher2017-09-201-1/+1
* libgpo: Correctly use the 'server' parameter after parsing it out of the GPO ...Jeremy Allison2016-08-101-1/+1
* libgpo: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-1/+1
* libgpo: apply some const.Günther Deschner2014-01-071-1/+1
* libgpo: use existing connection to the ds for the sysvol queries.Günther Deschner2013-12-121-1/+2
* libgpo: remove unused loadparm_context from functions.Günther Deschner2013-12-121-4/+2
* build: Remove _SAMBA_BUILD == 4 from libgpoAndrew Bartlett2011-07-061-48/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-251-1/+1
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-1/+1
* libgpo: Use system libraries if possible.Jelmer Vernooij2010-06-131-1/+1
* s3-libgpo: move group policy protos to where they belong.Günther Deschner2010-05-171-0/+2
* libgpo: Fix some minor issues.Günther Deschner2009-04-201-1/+2
* Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman2009-04-201-0/+1
* Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser.Wilco Baan Hofman2009-04-201-0/+1
* Move some headers around to avoid confusion.Wilco Baan Hofman2009-04-201-1/+1
* Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman2009-04-201-11/+10
* Make the gpo files build for samba 4.Wilco Baan Hofman2009-04-201-1/+78
* Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu...Wilco Baan Hofman2009-04-201-6/+12
* Move gpo_fetch to top-level.Jelmer Vernooij2009-04-201-0/+189