Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4 | Andrew Bartlett | 1 | -2/+0 |
2012-02-07 | s3-waf: Link tdbsam against needed libraries. | Andreas Schneider | 1 | -1/+1 |
2012-02-07 | s3-waf: Link against tdb_compat instead of tdb. | Andreas Schneider | 1 | -2/+2 |
2012-01-29 | s3: Fix unused variable warnings | Volker Lendecke | 1 | -0/+4 |
2012-01-27 | s3-pdb: Make ADS-type backends updates secrets.tdb. | Simo Sorce | 3 | -0/+127 |
2012-01-27 | s3-pdb: Break SECRETS3 dependency on PDB. | Simo Sorce | 1 | -50/+49 |
2012-01-27 | s3-waf: Add missing dependency of pdb_wbc_sam to wbclient. | Andreas Schneider | 1 | -1/+1 |
2012-01-27 | Finally remove all malloc()'s from the substitute code. Now totally | Jeremy Allison | 1 | -3/+3 |
2012-01-24 | s3-passdb: Fix pdb_samba4 setting of plaintext passwords | Andrew Bartlett | 1 | -1/+9 |
2012-01-24 | s3-passdb: Use DSDB_PASSWORD_BYPASS_LAST_SET flags in pdb_samba4 | Andrew Bartlett | 1 | -9/+9 |
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 3 | -6/+11 |
2012-01-18 | s3-passdb: trying to decouple passdb and secrets a little. | Günther Deschner | 5 | -100/+169 |
2012-01-13 | s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema helper... | Günther Deschner | 1 | -1/+1 |
2011-11-29 | s3-passdb: make pdb_password_change_time_max static. | Günther Deschner | 1 | -1/+1 |
2011-11-18 | s3-py-passdb: Fix handling of uninitialized gid values | Amitay Isaacs | 1 | -1/+1 |
2011-11-18 | s4-s3-upgrade now look for -1 as the special 'not set' value | Andrew Bartlett | 1 | -1/+1 |
2011-11-17 | s3-smbldap: remove duplicate prototype. | Günther Deschner | 1 | -0/+1 |
2011-11-16 | s3-waf: create a smbldap.so library. | Günther Deschner | 1 | -0/+1 |
2011-11-16 | s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments. | Günther Deschner | 1 | -2/+12 |
2011-11-16 | s3-passdb: split out passdb/pdb_ldap_schema.c | Günther Deschner | 6 | -1/+378 |
2011-11-16 | s3: move smbldap_util to pdb_ldap_util. | Günther Deschner | 4 | -1/+369 |
2011-11-16 | Fix bug #8561 - Password change settings not fully observed. | Jeremy Allison | 1 | -4/+34 |
2011-11-11 | py_passdb: Cannot steal an item pointer from an array | Amitay Isaacs | 1 | -4/+9 |
2011-11-09 | s3-py_passdb Ensure that group mapping list input is initailised | Andrew Bartlett | 1 | -1/+2 |
2011-11-09 | s3-passdb Initialise the correct level of pointer dereference | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | s3-passdb: use tevent_context in passdb. | Günther Deschner | 2 | -6/+6 |
2011-10-18 | pdb-interface: Do not use unid_t here | Simo Sorce | 6 | -46/+52 |
2011-10-14 | s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h. | Günther Deschner | 1 | -1/+3 |
2011-10-14 | s3-passdb: remove fstring from pdb_set_user_sid_from_string(). | Günther Deschner | 1 | -1/+1 |
2011-10-14 | s3-passdb: add define guards for machine_sid.h. | Günther Deschner | 1 | -0/+5 |
2011-10-14 | s3-passdb: use uintX_t at least in headers. | Günther Deschner | 1 | -1/+1 |
2011-10-14 | s3-passdb: move passdb prototypes into passdb.h | Günther Deschner | 1 | -325/+0 |
2011-10-12 | s3-group-mapping: Remove fstrings from GROUP_MAP. | Simo Sorce | 9 | -86/+196 |
2011-10-11 | s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type | Michael Adam | 2 | -3/+6 |
2011-10-11 | s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type | Michael Adam | 1 | -6/+10 |
2011-10-11 | s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b... | Michael Adam | 2 | -8/+11 |
2011-10-11 | s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code | Michael Adam | 1 | -8/+12 |
2011-10-11 | s3:passdb:account_pol: use dbwrap_fetch_uint32, not dbwrap_fetch_int32 for th... | Michael Adam | 1 | -3/+12 |
2011-10-11 | s3:secrets: convert to use dbwrap wrapper functions only | Michael Adam | 2 | -7/+14 |
2011-10-11 | s3:passdb: convert account_pol to use dbwrap wrapper functions only | Michael Adam | 1 | -4/+4 |
2011-10-11 | s3:passdb: convert machine_sid to use dbwrap wrapper functions only | Michael Adam | 1 | -3/+3 |
2011-10-11 | s3:passdb: convert pdb_tdb to use dbwrap wrapper functions. | Michael Adam | 1 | -46/+61 |
2011-10-11 | s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b... | Michael Adam | 1 | -5/+6 |
2011-10-11 | s3-passdb: split out passdb/pdb_ipa.h. | Günther Deschner | 4 | -4/+30 |
2011-10-11 | s3-passdb: split out passdb/pdb_nds.h. | Günther Deschner | 4 | -15/+41 |
2011-10-11 | s3-passdb: split out passdb/pdb_ldap.h. | Günther Deschner | 5 | -7/+45 |
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -1/+1 |
2011-10-10 | s3-passdb: split out passdb/pdb_smbpasswd.h. | Günther Deschner | 3 | -4/+31 |
2011-10-10 | s3-passdb: split out passdb/pdb_wbc_sam.h. | Günther Deschner | 3 | -4/+34 |
2011-10-10 | s3-passdb: split out passdb/pdb_tdb.h. | Günther Deschner | 3 | -4/+33 |