summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2012-02-20s3: Fix bug 8567 -- segfault in dom_sid_compareVolker Lendecke1-0/+1
2012-02-18s3-secrets: Remove unused secrets_delete_generic()Andrew Bartlett1-16/+0
2012-02-18s3-secrets: Remove unused secrets_delete_machine_password()Andrew Bartlett1-13/+0
2012-02-08s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4Andrew Bartlett1-2/+0
2012-02-07s3-waf: Link tdbsam against needed libraries.Andreas Schneider1-1/+1
2012-02-07s3-waf: Link against tdb_compat instead of tdb.Andreas Schneider1-2/+2
2012-01-29s3: Fix unused variable warningsVolker Lendecke1-0/+4
2012-01-27s3-pdb: Make ADS-type backends updates secrets.tdb.Simo Sorce3-0/+127
2012-01-27s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce1-50/+49
2012-01-27s3-waf: Add missing dependency of pdb_wbc_sam to wbclient.Andreas Schneider1-1/+1
2012-01-27Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison1-3/+3
2012-01-24s3-passdb: Fix pdb_samba4 setting of plaintext passwordsAndrew Bartlett1-1/+9
2012-01-24s3-passdb: Use DSDB_PASSWORD_BYPASS_LAST_SET flags in pdb_samba4Andrew Bartlett1-9/+9
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke3-6/+11
2012-01-18s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner5-100/+169
2012-01-13s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema helper...Günther Deschner1-1/+1
2011-11-29s3-passdb: make pdb_password_change_time_max static.Günther Deschner1-1/+1
2011-11-18s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs1-1/+1
2011-11-18s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett1-1/+1
2011-11-17s3-smbldap: remove duplicate prototype.Günther Deschner1-0/+1
2011-11-16s3-waf: create a smbldap.so library.Günther Deschner1-0/+1
2011-11-16s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner1-2/+12
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner6-1/+378
2011-11-16s3: move smbldap_util to pdb_ldap_util.Günther Deschner4-1/+369
2011-11-16Fix bug #8561 - Password change settings not fully observed.Jeremy Allison1-4/+34
2011-11-11py_passdb: Cannot steal an item pointer from an arrayAmitay Isaacs1-4/+9
2011-11-09s3-py_passdb Ensure that group mapping list input is initailisedAndrew Bartlett1-1/+2
2011-11-09s3-passdb Initialise the correct level of pointer dereferenceAndrew Bartlett1-1/+1
2011-10-28s3-passdb: use tevent_context in passdb.Günther Deschner2-6/+6
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce6-46/+52
2011-10-14s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h.Günther Deschner1-1/+3
2011-10-14s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner1-1/+1
2011-10-14s3-passdb: add define guards for machine_sid.h.Günther Deschner1-0/+5
2011-10-14s3-passdb: use uintX_t at least in headers.Günther Deschner1-1/+1
2011-10-14s3-passdb: move passdb prototypes into passdb.hGünther Deschner1-325/+0
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce9-86/+196
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam2-3/+6
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-6/+10
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2-8/+11
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-8/+12
2011-10-11s3:passdb:account_pol: use dbwrap_fetch_uint32, not dbwrap_fetch_int32 for th...Michael Adam1-3/+12
2011-10-11s3:secrets: convert to use dbwrap wrapper functions onlyMichael Adam2-7/+14
2011-10-11s3:passdb: convert account_pol to use dbwrap wrapper functions onlyMichael Adam1-4/+4
2011-10-11s3:passdb: convert machine_sid to use dbwrap wrapper functions onlyMichael Adam1-3/+3
2011-10-11s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.Michael Adam1-46/+61
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-5/+6
2011-10-11s3-passdb: split out passdb/pdb_ipa.h.Günther Deschner4-4/+30
2011-10-11s3-passdb: split out passdb/pdb_nds.h.Günther Deschner4-15/+41
2011-10-11s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner5-7/+45
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett1-1/+1