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
Commit message (
Expand
)
Author
Age
Files
Lines
*
squash 'cast between incompatible function types' warning
Noel Power
2019-05-16
1
-4
/
+9
*
make some auth functions return an NTSTATUS like other similar functions for ...
Kristján Valur
2019-04-02
1
-4
/
+7
*
build: Remove bld.gen_python_environments()
Andrew Bartlett
2019-03-21
1
-6
/
+5
*
pygpo: take ownership of password pointer
Kristján Valur
2019-03-07
1
-3
/
+3
*
pygpo: Safer handling of memory for ads_ptr.
Kristján Valur
2019-03-07
1
-27
/
+37
*
pygpo: Fix module initialization.
Kristján Valur
2019-03-07
1
-16
/
+19
*
pygpo: keep a reference to python credentials in the ADS struct to keep the i...
Kristján Valur
2019-03-07
1
-5
/
+8
*
pygpo: More python exception cleanup.
Kristján Valur
2019-03-07
1
-52
/
+51
*
pygpo: Fix error handing when getting gpo unix path.
Kristján Valur
2019-03-07
1
-6
/
+4
*
pygpo: Proper exception exit in py_ads_connect().
Kristján Valur
2019-03-07
1
-17
/
+18
*
pygpo: Replace the use of SystemError with RuntimeError.
Kristján Valur
2019-03-07
1
-12
/
+12
*
utils:libgpo: re-add libgpo as library, it should not be part of gpext
Günther Deschner
2019-01-28
1
-4
/
+11
*
libgpo: remove 404 link in comment
Douglas Bagnall
2019-01-28
1
-1
/
+0
*
libgpo: remove duplicate entry in value table
Douglas Bagnall
2019-01-28
1
-4
/
+0
*
libgpo: Use C99 initializer for gp_extension_reg_table
Andreas Schneider
2019-01-28
1
-18
/
+69
*
Fix typos and ban the rams from samba
tdb-1.3.17
Swen Schillig
2019-01-10
1
-2
/
+2
*
libgpo: Use dom_sid_str_buf
Volker Lendecke
2018-12-11
1
-4
/
+6
*
libgpo: Align integer types
Volker Lendecke
2018-11-27
1
-1
/
+1
*
libgpo: Use dom_sid_str_buf
Volker Lendecke
2018-11-27
1
-3
/
+15
*
libgpo: Make sure status is intialized
Andreas Schneider
2018-11-14
1
-1
/
+1
*
libgpo: Use dom_sid_str_buf
Volker Lendecke
2018-11-09
1
-11
/
+4
*
lib: Pass mem_ctx to cache_path()
Volker Lendecke
2018-08-17
1
-1
/
+1
*
pygpo: Fix a talloc_tos() leak in py_gpo_get_unix_path
Volker Lendecke
2018-08-17
1
-4
/
+3
*
python.gpo.ADS_STRUCT: check type of loadparm argument
Douglas Bagnall
2018-05-03
1
-1
/
+8
*
wscript_build: make sure we link extra-python versions of libraries
Noel Power
2018-04-13
1
-2
/
+3
*
libgpo: gpo_copy_file() shouldn't explicitly call smb1
David Mulder
2018-04-12
1
-1
/
+1
*
pygpo: Fix CID 1422263 Resource leak
Volker Lendecke
2018-04-04
1
-2
/
+1
*
libgpo: port samba.gpo to python3
David Mulder
2018-03-23
2
-13
/
+26
*
libgpo: Add FALL_THROUGH statements in gpo_sec.c
Andreas Schneider
2018-03-01
1
-2
/
+4
*
libgpo: Fix the build --without-ads
Volker Lendecke
2018-02-06
1
-0
/
+5
*
libgpo: Remedy some longer lines
Garming Sam
2017-12-15
1
-23
/
+41
*
libgpo: Tidy up some if statements
Garming Sam
2017-12-15
1
-16
/
+32
*
libgpo: typo credentaials -> credentials
Garming Sam
2017-12-15
1
-1
/
+1
*
libgpo: Always check for ldap_server argument
Garming Sam
2017-12-15
1
-1
/
+3
*
libgpo: Fix CID 1422263 Resource leak
Volker Lendecke
2017-11-22
1
-0
/
+2
*
libgpo: Fix CID 1422262 Explicit null dereferenced
Volker Lendecke
2017-11-21
1
-1
/
+5
*
Fix formating of sources to be less than 80 lines
Garming Sam
2017-11-21
1
-28
/
+58
*
python: Convert gop.GROUP_POLICY_OBJECT to pytalloc
Andrew Bartlett
2017-11-20
1
-82
/
+51
*
python: Remove talloc_stackframe() held in an object
Andrew Bartlett
2017-11-20
1
-11
/
+15
*
libgpo: Setup the stack frame in ads_connect
David Mulder
2017-11-20
1
-0
/
+9
*
python: Remove Python 2.4 compat macro
Andrew Bartlett
2017-11-20
1
-4
/
+0
*
python: Use py_check_dcerpc_type() to safely check for credentials
Andrew Bartlett
2017-11-20
2
-4
/
+16
*
pygpo: Check for errors in gpo.gpo_get_sysvol_gpt_version()
Andrew Bartlett
2017-11-20
1
-1
/
+11
*
libgpo: Add libgpo python bindings
David Mulder
2017-11-20
1
-2
/
+387
*
gpo: fix the building of gpext to only once
Garming Sam
2017-11-20
1
-7
/
+6
*
gpo: Add python libgpo bindings
Luke Morrison
2017-11-20
5
-5
/
+1461
*
Revert "libgpo: remove unused libgpo wscript_build."
Garming Sam
2017-11-20
1
-0
/
+7
*
lib: gpo: Put enforced GPOs at the end of the list.
Lutz Justen
2017-09-23
1
-8
/
+57
*
lib: gpo: Fixes issue with GPOPTIONS_BLOCK_INHERITANCE.
Lutz Justen
2017-09-23
1
-63
/
+77
*
lib: gpo: Changes order to match GPO application order.
Lutz Justen
2017-09-23
1
-12
/
+12
[next]