summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpo_fetch.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-16s3: put the gpo cache dir under cache_dir instead of lock_dirMichael Adam1-2/+2
Michael
2008-02-29Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner1-23/+12
Gunther (This used to be commit d7346e9360ffa97e44fa781293d32c707436193b)
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-16/+5
No more temptations to use static length strings. Jeremy. (This used to be commit ec003f39369910dee852b7cafb883ddaa321c2de)
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-5/+12
Jeremy. (This used to be commit a1725f4ff7ed375808c78ac661b539557748d0a5)
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-1/+1
string. Jeremy. (This used to be commit fe30a523dfc77cc373145624246fd3ad5c62b9ac)
2007-10-10r24416: Some more minor edits for libgpo, mostly reformatting and moving of ↵Günther Deschner1-21/+25
functions. Guenther (This used to be commit 3e240672b431b7132dfb2bdd46198ab758eadd0b)
2007-10-10r23920: Fix debug statement.Günther Deschner1-1/+1
Guenther (This used to be commit 7317eb408de8798ce6160907b59aad96acf983b6)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r23770: Some minor cleanups in libgpoGünther Deschner1-24/+28
(including some valgrind errors, uninitialized vars, etc.) Guenther (This used to be commit 1a2878db2d2fcdc53fa74fea48b82a1903e6a1f1)
2007-10-10r22484: Check for the talloc_strdup to succeed.Günther Deschner1-0/+1
Guenther (This used to be commit 38b4fddf5dba8ff28274237fcf69d628dc06640d)
2007-10-10r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner1-47/+4
Guenther (This used to be commit 02b75ff2a833677df3448b0f9a4928cb3f0274de)
2007-10-10r18986: Add some more GPO download helper functions.Günther Deschner1-0/+237
Guenther (This used to be commit d2db3b6b4695038374d0848e1ce981ccf0ae8c24)