index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgpo
/
gpo_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos and ban the rams from samba
tdb-1.3.17
Swen Schillig
2019-01-10
1
-2
/
+2
*
libgpo: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-1
/
+7
*
Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.
Garming Sam
2014-03-05
1
-8
/
+32
*
libgpo: apply some const.
Günther Deschner
2014-01-07
1
-4
/
+4
*
libgpo: only use libgpo/gpext/gpext.h where really needed.
Günther Deschner
2014-01-07
1
-0
/
+1
*
libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().
Günther Deschner
2014-01-07
1
-3
/
+4
*
libgpo: remove some unused code and remove that important FIXME note.
Günther Deschner
2014-01-07
1
-93
/
+0
*
libgpo: directly call gpext_process_extension() from gpo_process_gpo_list.
Günther Deschner
2014-01-07
1
-41
/
+5
*
libgpo: implement CSE filtering in gpext_process_extension().
Günther Deschner
2014-01-07
1
-2
/
+1
*
libgpo: allow to pass down deleted and changed gpo list to CSE plugins.
Günther Deschner
2014-01-07
1
-1
/
+2
*
libgpo: add gpo_copy().
Günther Deschner
2014-01-07
1
-0
/
+52
*
libgpo: make gpo_get_gp_ext_from_gpo public.
Günther Deschner
2014-01-07
1
-4
/
+4
*
libgpo: make gpo_process_a_gpo() static to the util code.
Günther Deschner
2014-01-07
1
-6
/
+6
*
libgpo: remove ads reference from dump calls and make them take const structs.
Günther Deschner
2014-01-07
1
-31
/
+13
*
libgpo: prefix some more calls with gpext_.
Günther Deschner
2014-01-07
1
-3
/
+3
*
libgpo: remove some unnecessary usage of ADS_STATUS.
Günther Deschner
2013-12-18
1
-32
/
+32
*
libgpo: remove unrequired references to ads_struct.
Günther Deschner
2013-12-18
1
-8
/
+5
*
libgpo: clean up CSE api, remove unrequired references to ads_struct.
Günther Deschner
2013-12-18
1
-1
/
+1
*
libgpo: fix segfault in gpo_process_gpo_list().
Günther Deschner
2013-12-12
1
-6
/
+4
*
libgpo: remove use of deprecated talloc functions.
Günther Deschner
2013-12-12
1
-10
/
+15
*
libgpo: remove unused loadparm_context from functions.
Günther Deschner
2013-12-12
1
-5
/
+2
*
s3: fix build without ads support
Björn Jacke
2012-06-13
1
-3
/
+4
*
build: Remove _SAMBA_BUILD == 4 from libgpo
Andrew Bartlett
2011-07-06
1
-14
/
+0
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-1
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
1
-5
/
+5
*
libgpo: Use system libraries if possible.
Jelmer Vernooij
2010-06-13
1
-1
/
+1
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
s3-libgpo: move group policy protos to where they belong.
Günther Deschner
2010-05-17
1
-1
/
+1
*
Fix NULL pointer dereference in libgpo when listing Local Policy which has no...
Wilco Baan Hofman
2009-11-15
1
-3
/
+4
*
Adjust samba 3 to the new gpo API. Still untested code.
Wilco Baan Hofman
2009-04-20
1
-9
/
+10
*
Make the gpo files build for samba 4.
Wilco Baan Hofman
2009-04-20
1
-52
/
+38
*
Mark the places where work needs to be done.
Wilco Baan Hofman
2009-04-20
1
-4
/
+8
*
Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu...
Wilco Baan Hofman
2009-04-20
1
-8
/
+10
*
Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...
Wilco Baan Hofman
2009-04-20
1
-3
/
+7
*
Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.
Wilco Baan Hofman
2009-04-20
1
-1
/
+1
*
Move some libgpo files to root.
Jelmer Vernooij
2009-04-20
1
-0
/
+872