summaryrefslogtreecommitdiff
path: root/source4/scripting/python/pyglue.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-04s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij1-25/+0
2010-04-04s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij1-62/+0
2010-04-04s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij1-2/+2
2010-04-04s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij1-29/+0
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-42/+0
2010-04-03s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij1-6/+0
2010-04-03s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij1-15/+0
2010-04-02s4-pyglue: setup talloc logging in python modulesAndrew Tridgell1-0/+2
2010-03-22s4:dsdb Remove unused 'dsdb_make_schema_global' call from pyglueAndrew Bartlett1-17/+0
2010-03-16Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova1-0/+15
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-2/+2
2010-03-11s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett1-3/+4
2010-02-26s4:pyglue: add generate_random_password()Stefan Metzmacher1-2/+22
2010-02-26samdb: added get_ntds_GUID() methodAndrew Tridgell1-0/+35
2010-02-26pyglue: added py_samdb_server_site_name()Andrew Tridgell1-0/+29
2010-02-26pyglue: added py_samdb_ntds_invocation_id()Andrew Tridgell1-0/+36
2010-02-26pyglue: don't return 127.0.0.0/8 IPs in interface_ips()Andrew Tridgell1-5/+18
2010-02-23s4-pyglue: added interface_ips() callAndrew Tridgell1-0/+43
2010-02-15s4-drs: Function for accessing dsdb_load_partition_usn from PythonFernando J V da Silva1-0/+50
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2010-01-21s4: add python bindings for wrap_(s|g)etxattrMatthieu Patou1-2/+2
2009-12-31pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij1-23/+0
2009-11-20Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova1-0/+6
2009-11-05s4:samdb python bindings - add a wrapper for "dsdb_make_schema_global"Matthias Dieter Wallnöfer1-0/+17
2009-11-05s4:samdb python bindings - Reorder some function bodies to match the order in...Matthias Dieter Wallnöfer1-25/+24
2009-10-25s4-python: fixed annoyance where control-C doesn't kill our python scriptsAndrew Tridgell1-0/+10
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-09-17s4/python: flagsMatthias Dieter Wallnöfer1-5/+41
2009-09-10Revert "s4: Let the "setpassword" script finally use the "samdb_set_password"...Matthias Dieter Wallnöfer1-63/+2
2009-09-07s4: Let the "setpassword" script finally use the "samdb_set_password" routineMatthias Dieter Wallnöfer1-2/+63
2009-09-03allow setting of the debug level in python from CAndrew Tridgell1-0/+11
2009-08-27s4:python Add helper to get at the domain SIDAndrew Bartlett1-0/+27
2009-08-26s4:provison Add prefixes to ldb using same code a later modify will useAndrew Bartlett1-0/+26
2009-08-17s4:pyglue Add a wrapper for loading the correct UTF8 casefolderMatthias Dieter Wallnöfer1-0/+20
2009-08-17s4:schema Allow a schema load on an unconnected databaseAndrew Bartlett1-1/+1
2009-08-17s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett1-3/+32
2009-08-11s4:test for "primaryGroupToken"Matthias Dieter Wallnöfer1-0/+23
2009-07-18Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij1-0/+9
2009-07-16s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett1-0/+6
2009-07-16Add a way to set an opaque integer onto a samdbAndrew Bartlett1-0/+59
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-9/+17
2009-03-05Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett1-3/+28
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-8/+8
2008-12-29pyglue: fix the build with automatic dependeciesStefan Metzmacher1-1/+1
2008-12-23pyldb: Fix segfault because of incorrect reference counting.Jelmer Vernooij1-0/+1
2008-12-22Add header for pyparam.Jelmer Vernooij1-1/+1
2008-12-22Remove includes of py_*.h, which are no longer generated.Jelmer Vernooij1-2/+0
2008-12-21Fix more introduced regressions in new bindings.Jelmer Vernooij1-13/+5