summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads_gpo.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-26s3-net: disable net_ads_gpo_apply() and net_ads_gpo_refresh()David Mulder1-245/+0
2020-01-13net_ads_gpo: remove old '#if 0' blocksDouglas Bagnall1-45/+0
2019-10-22net: 'net ads gpo getgpo' command not dumping gpoAmit Kumar1-1/+13
2019-09-01Spelling fixes s/containter/container/Mathieu Parent1-3/+3
2018-08-17lib: Pass mem_ctx to cache_path()Volker Lendecke1-1/+1
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-7/+7
2014-10-06gpo: don't leak cache_path onto talloc tosDavid Disseldorp1-4/+12
2014-04-13Typo: speciefied -> specified.Jelmer Vernooij1-1/+1
2014-01-07libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().Günther Deschner1-1/+1
2014-01-07libgpo: remove ads reference from dump calls and make them take const structs.Günther Deschner1-6/+6
2013-12-18libgpo: remove some unnecessary usage of ADS_STATUS.Günther Deschner1-2/+2
2013-12-18libgpo: remove unrequired references to ads_struct.Günther Deschner1-1/+1
2013-12-12libgpo: remove unused loadparm_context from functions.Günther Deschner1-4/+3
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett1-3/+3
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett1-1/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-07-01s3-libads: only include libds flags where needed.Günther Deschner1-0/+1
2010-06-29s3-net: Make sure we don't call free on garbage.Andreas Schneider1-1/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-1/+1
2010-05-20s3-net: show how to use filters for group policy processing.Günther Deschner1-0/+2
2010-05-20s3-net: compile net_ads_gpo_apply().Günther Deschner1-4/+0
2010-05-17s3-libgpo: move group policy protos to where they belong.Günther Deschner1-0/+2
2010-01-19s3 net: Fix compile warningsKai Blin1-17/+24
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-17/+17
2009-07-29s3 net: i18n for net ads gpoKai Blin1-78/+79
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner1-2/+2
2009-04-20Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman1-2/+4
2009-04-06s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett1-4/+2
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-2/+2
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Use d_printf() instead of printf() in net_ads_gpo.cKai Blin1-38/+38
2008-06-10net: Make "net ads gpo" use functable3Kai Blin1-47/+124
2008-05-10net: Remove globalsKai Blin1-21/+21
2008-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner1-37/+157
2007-10-10r24413: Minor edits for libgpo.Günther Deschner1-4/+16
2007-10-10r23874: Some more minor edits for net ads gpo.Günther Deschner1-27/+88
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23772: Add ads_find_samaccount() helper function.Günther Deschner1-61/+6
2007-10-10r23770: Some minor cleanups in libgpoGünther Deschner1-3/+3
2007-10-10r21607: While committing I saw I had not newline terminated this string ...Simo Sorce1-1/+1
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce1-0/+1
2007-10-10r19003: Finally activate "net ads gpo".Günther Deschner1-23/+19
2007-10-10r18988: Check and refresh expired GPOs.Günther Deschner1-0/+5
2007-10-10r18987: Add some usage prints for "net ads gpo".Günther Deschner1-13/+33
2007-10-10r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupidGünther Deschner1-2/+2
2007-10-10r18879: Fix crash for "net ads gpo list".Günther Deschner1-1/+11
2007-10-10r18853: Fix remaining warnings. Volker, should be fine now.Günther Deschner1-1/+1
2007-10-10r18852: Fix compiler warning (thanks Volker).Günther Deschner1-2/+2
2007-10-10r18819: Fix build without LDAP.Günther Deschner1-1/+1