Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only ↵ | Andrew Bartlett | 2013-05-28 | 1 | -2/+0 |
| | | | | | | | | have the waf build Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> | ||||
* | Rename pdb_ldap to pdb_ldapsam | Andreas Schneider | 2013-02-06 | 1 | -1/+1 |
| | | | | | | | This patch moves pdb_ldap to pdb_ldapsam unconditionally and makes possible to load ldapsam.so dynamically Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s3-smbldap: use smbldap_ prefixed functions | Alexander Bokovoy | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | s3-passdb: convert pdb_ipa to use secrets wrappers | Alexander Bokovoy | 2012-09-07 | 1 | -4/+4 |
| | |||||
* | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 2012-08-09 | 1 | -1/+3 |
| | |||||
* | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 2012-07-18 | 1 | -4/+4 |
| | | | | | | | | | | They use talloc_tos() internally: hoist that up to the callers, some of whom don't want to us talloc_tos(). A simple patch, but hits a lot of files. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | Fix unused variable warnings. | Jeremy Allison | 2012-06-19 | 1 | -6/+2 |
| | | | | | Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Jun 19 21:17:51 CEST 2012 on sn-devel-104 | ||||
* | s3-pdb: Make ADS-type backends updates secrets.tdb. | Simo Sorce | 2012-01-27 | 1 | -0/+42 |
| | | | | | | | | | | Make the backends that have ADS capability the only ones that can change the SID and GUID in secrets.tdb at initialization time. Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Jan 27 19:42:17 CET 2012 on sn-devel-104 | ||||
* | s3-passdb: split out passdb/pdb_ldap_schema.c | Günther Deschner | 2011-11-16 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-passdb: split out passdb/pdb_ipa.h. | Günther Deschner | 2011-10-11 | 1 | -0/+1 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 11 12:15:36 CEST 2011 on sn-devel-104 | ||||
* | s3-passdb: split out passdb/pdb_ldap.h. | Günther Deschner | 2011-10-11 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domain | Sumit Bose | 2011-08-31 | 1 | -0/+23 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Add posix offset to struct pdb_trusted_domain | Sumit Bose | 2011-08-31 | 1 | -0/+22 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Derive domain GUID from SID | Sumit Bose | 2011-08-31 | 1 | -2/+23 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | ||||
* | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2011-06-09 | 1 | -2/+2 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | ||||
* | s3: Fix Coverity ID 2471: UNINIT | Volker Lendecke | 2011-04-14 | 1 | -2/+1 |
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 16:22:58 CEST 2011 on sn-devel-104 | ||||
* | s3: Fix Coverity ID 2470: STRAY_SEMICOLON | Volker Lendecke | 2011-04-13 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 12:57:43 CEST 2011 on sn-devel-104 | ||||
* | s3: Fix Coverity ID 2472, UNINIT | Volker Lendecke | 2011-04-11 | 1 | -2/+1 |
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Apr 11 17:14:35 CEST 2011 on sn-devel-104 | ||||
* | s3: Fix Coverity ID 2473, UNINIT | Volker Lendecke | 2011-04-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:passdb:pdb_ipa: fix a C++ implicit void * cast warnings | Michael Adam | 2011-04-07 | 1 | -1/+2 |
| | |||||
* | s3-pdb_ipa: Create DN for new object | Sumit Bose | 2011-04-06 | 1 | -0/+18 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Add ipasam_create_dom_group() | Sumit Bose | 2011-04-06 | 1 | -29/+214 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Add ipasam_create_user() | Sumit Bose | 2011-04-06 | 1 | -44/+297 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Detect IPA server | Sumit Bose | 2011-04-06 | 1 | -1/+7 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return value | Sumit Bose | 2011-04-06 | 1 | -38/+9 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob. | Günther Deschner | 2011-04-06 | 1 | -4/+4 |
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-pdb_ipa: Fix indentation | Sumit Bose | 2011-04-06 | 1 | -13/+12 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-libndr: add ../librpc/ndr/libndr.h include in some places. | Günther Deschner | 2011-03-31 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-passdb: add passdb.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-pdb_ipa: remove uninitialized (and unused) status code. | Günther Deschner | 2011-02-21 | 1 | -2/+1 |
| | | | | Guenther | ||||
* | s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted ↵ | Günther Deschner | 2011-02-17 | 1 | -1/+1 |
| | | | | | | domain support. Guenther | ||||
* | s3-ipasam: Add aliases for trusted domain user | Sumit Bose | 2011-02-16 | 1 | -1/+15 |
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 12:58:13 CET 2011 on sn-devel-104 | ||||
* | s3-lsa: Implement lsaRSetForestTrustInformation | Sumit Bose | 2011-02-16 | 1 | -0/+15 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: add IPA specific attributes | Sumit Bose | 2011-02-16 | 1 | -2/+211 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info() | Sumit Bose | 2011-02-16 | 1 | -0/+45 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: add ipasam_get_trusted_domain_by_sid() | Sumit Bose | 2011-02-16 | 1 | -18/+79 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: add wrapper for ipasam_enum_trusteddoms() | Sumit Bose | 2011-02-16 | 1 | -8/+43 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: implement enum_trusted_domains | Sumit Bose | 2011-02-16 | 1 | -0/+76 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: implement {get,set,del}_trusted_domain | Sumit Bose | 2011-02-16 | 1 | -0/+434 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-ipasam: Disable old trustdom_pw calls | Sumit Bose | 2011-02-16 | 1 | -0/+36 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-passdb: Add minimal stub for IPA passdb backend | Sumit Bose | 2011-02-16 | 1 | -0/+47 |
Signed-off-by: Günther Deschner <gd@samba.org> |