Age | Commit message (Expand) | Author | Files | Lines |
2013-05-16 | pdb_ldap: Do not skip accounts without a sambaAcctFlags value | Andrew Bartlett | 1 | -4/+4 |
2013-04-09 | PASSDB: add support to set and enumerate UPN suffixes associated with our forest | Alexander Bokovoy | 2 | -0/+38 |
2013-02-22 | pdb: Fix array overrun by one. | Andreas Schneider | 1 | -3/+4 |
2013-02-20 | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 2 | -5/+5 |
2013-02-06 | Rename pdb_ldap to pdb_ldapsam | Andreas Schneider | 5 | -12/+16 |
2013-01-23 | waf: Fix pdb_ldap which cannot be built as a module. | Andreas Schneider | 1 | -2/+4 |
2013-01-10 | passdb: Add discard_const_p() to pdb_samba_dsdb | Andrew Bartlett | 1 | -2/+2 |
2012-12-03 | s3:passdb: fix building pdb_ldap as shared module | Michael Adam | 2 | -2/+3 |
2012-12-03 | s3:passdb: don't look into group mappings in legacy_sid_to_unixid() | Michael Adam | 1 | -28/+1 |
2012-12-03 | s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id() | Michael Adam | 1 | -0/+5 |
2012-12-03 | s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb() | Michael Adam | 1 | -3/+3 |
2012-12-03 | s3:passdb: add sid_check_object_is_for_passdb() | Michael Adam | 1 | -0/+1 |
2012-12-03 | s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si... | Michael Adam | 1 | -16/+32 |
2012-12-03 | s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our sam | Michael Adam | 1 | -5/+0 |
2012-12-03 | build the new sid_check_is_for_passdb() function into passdb | Michael Adam | 1 | -0/+1 |
2012-09-27 | s3:passdb formatting changes | Christian Ambach | 1 | -7/+7 |
2012-09-26 | lib/util/charset: We do not use fucntions from wchar.h any more | Andrew Bartlett | 1 | -1/+0 |
2012-09-22 | build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET | Andrew Bartlett | 1 | -1/+1 |
2012-09-22 | s3:pdb_ldap remove unused function | Christian Ambach | 1 | -23/+0 |
2012-09-14 | s3: make smbldaphelper subsystem an internal library | Alexander Bokovoy | 1 | -7/+0 |
2012-09-13 | s3: make ldapsam-related functions a smbldaphelper subsystem | Alexander Bokovoy | 1 | -2/+2 |
2012-09-12 | s3-pdb: filter out more symbols only used in ldapsam internals | Alexander Bokovoy | 1 | -1/+0 |
2012-09-10 | s3-passdb: update abi_match and ignore more statically linked functions | Alexander Bokovoy | 1 | -10/+0 |
2012-09-07 | s3-smbldap: use smbldap_ prefixed functions | Alexander Bokovoy | 3 | -44/+44 |
2012-09-07 | s3-waf: avoid exporting init symbols from statically linked modules | Alexander Bokovoy | 1 | -0/+317 |
2012-09-07 | s3-passdb: convert pdb_ipa to use secrets wrappers | Alexander Bokovoy | 1 | -4/+4 |
2012-09-07 | s3-passdb: convert pdb_ldap to use secrets wrappers | Alexander Bokovoy | 1 | -2/+2 |
2012-09-07 | s3-passdb: wrap secrets.tdb accessors used by PDB modules | Alexander Bokovoy | 1 | -0/+34 |
2012-09-07 | Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets... | Michele Baldessari | 1 | -0/+2 |
2012-09-05 | Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(... | Michele Baldessari | 1 | -0/+2 |
2012-09-04 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2012-09-04 | s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DC | Andrew Bartlett | 2 | -276/+281 |
2012-09-01 | s3: Remove a shadowing variable declaration | Volker Lendecke | 1 | -2/+0 |
2012-08-28 | s3-passdb: Allow reload of the static passdb from python | Andrew Bartlett | 2 | -2/+21 |
2012-08-28 | s3-secrets: Use talloc_stackframe() in secrets_init_path() | Andrew Bartlett | 1 | -3/+6 |
2012-08-28 | s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel() | Andrew Bartlett | 1 | -1/+2 |
2012-08-28 | s3-secrets: Add helper function to set machine account password from secrets_... | Andrew Bartlett | 1 | -0/+86 |
2012-08-23 | s3: fix compile warning on openindiana | Björn Jacke | 1 | -5/+5 |
2012-08-21 | s3-passdb: Allow pdb_sid_to_id to work on any SID | Andrew Bartlett | 3 | -13/+19 |
2012-08-14 | s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databases | Andrew Bartlett | 1 | -5/+10 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 4 | -12/+37 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 2 | -3/+10 |
2012-08-07 | s3-passdb: Simplify idmap wrapper in pdb_samba4 | Andrew Bartlett | 1 | -50/+9 |
2012-08-02 | s3-pypassdb: Fix wrapper for pdb_domain_info to return correct dns_{domain,fo... | Andrew Bartlett | 1 | -2/+2 |
2012-07-31 | s3: Fix Coverity ID 710803 Resource leak | Volker Lendecke | 1 | -0/+1 |
2012-07-24 | s3-pdb: remove unused variables. | Günther Deschner | 1 | -2/+0 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 |
2012-07-18 | source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe() | Rusty Russell | 1 | -519/+489 |
2012-07-18 | source3/passdb/py_passdb.c: don't steal from talloc_stackframe(). | Rusty Russell | 1 | -15/+2 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 7 | -44/+41 |