summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads_gpo.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r18177: Some build- and memleak-fixes for the (not build by default) ADS GPOGünther Deschner1-12/+25
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+436