summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/pyglue.c
Commit message (Expand)AuthorAgeFilesLines
* s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij2010-04-061-19/+0
* s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij2010-04-061-18/+0
* Move glue.set_credentials hack to samba.Ldb.Jelmer Vernooij2010-04-061-24/+0
* Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij2010-04-061-24/+0
* s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij2010-04-041-25/+0
* s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij2010-04-041-62/+0
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-041-2/+2
* s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij2010-04-041-29/+0
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-041-42/+0
* s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij2010-04-031-6/+0
* s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij2010-04-031-15/+0
* s4-pyglue: setup talloc logging in python modulesAndrew Tridgell2010-04-021-0/+2
* s4:dsdb Remove unused 'dsdb_make_schema_global' call from pyglueAndrew Bartlett2010-03-221-17/+0
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-161-0/+15
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-2/+2
* s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett2010-03-111-3/+4
* s4:pyglue: add generate_random_password()Stefan Metzmacher2010-02-261-2/+22
* samdb: added get_ntds_GUID() methodAndrew Tridgell2010-02-261-0/+35
* pyglue: added py_samdb_server_site_name()Andrew Tridgell2010-02-261-0/+29
* pyglue: added py_samdb_ntds_invocation_id()Andrew Tridgell2010-02-261-0/+36
* pyglue: don't return 127.0.0.0/8 IPs in interface_ips()Andrew Tridgell2010-02-261-5/+18
* s4-pyglue: added interface_ips() callAndrew Tridgell2010-02-231-0/+43
* s4-drs: Function for accessing dsdb_load_partition_usn from PythonFernando J V da Silva2010-02-151-0/+50
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4: add python bindings for wrap_(s|g)etxattrMatthieu Patou2010-01-211-2/+2
* pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2009-12-311-23/+0
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-201-0/+6
* s4:samdb python bindings - add a wrapper for "dsdb_make_schema_global"Matthias Dieter Wallnöfer2009-11-051-0/+17
* s4:samdb python bindings - Reorder some function bodies to match the order in...Matthias Dieter Wallnöfer2009-11-051-25/+24
* s4-python: fixed annoyance where control-C doesn't kill our python scriptsAndrew Tridgell2009-10-251-0/+10
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4/python: flagsMatthias Dieter Wallnöfer2009-09-171-5/+41
* Revert "s4: Let the "setpassword" script finally use the "samdb_set_password"...Matthias Dieter Wallnöfer2009-09-101-63/+2
* s4: Let the "setpassword" script finally use the "samdb_set_password" routineMatthias Dieter Wallnöfer2009-09-071-2/+63
* allow setting of the debug level in python from CAndrew Tridgell2009-09-031-0/+11
* s4:python Add helper to get at the domain SIDAndrew Bartlett2009-08-271-0/+27
* s4:provison Add prefixes to ldb using same code a later modify will useAndrew Bartlett2009-08-261-0/+26
* s4:pyglue Add a wrapper for loading the correct UTF8 casefolderMatthias Dieter Wallnöfer2009-08-171-0/+20
* s4:schema Allow a schema load on an unconnected databaseAndrew Bartlett2009-08-171-1/+1
* s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett2009-08-171-3/+32
* s4:test for "primaryGroupToken"Matthias Dieter Wallnöfer2009-08-111-0/+23
* Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij2009-07-181-0/+9
* s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett2009-07-161-0/+6
* Add a way to set an opaque integer onto a samdbAndrew Bartlett2009-07-161-0/+59
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-9/+17
* Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-051-3/+28
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-8/+8
* pyglue: fix the build with automatic dependeciesStefan Metzmacher2008-12-291-1/+1