summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2012-05-022-19/+29
* s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unn...Michael Adam2012-05-021-1/+0
* s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam2012-05-022-3/+3
* s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett2012-05-022-18/+32
* s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarityAndrew Bartlett2012-05-021-3/+3
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-027-133/+142
* passdb: Do not panic in initialize_password_dbChristof Schmitt2012-04-301-17/+17
* s3: Remove two unused variablesVolker Lendecke2012-04-211-2/+0
* s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam2012-04-203-156/+0
* s3: Remove an unused variableVolker Lendecke2012-04-201-1/+0
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-195-36/+3
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-4/+4
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-1/+1
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-241-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-242-2/+2
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-1/+1
* s3: Fix bug 8567 -- segfault in dom_sid_compareVolker Lendecke2012-02-201-0/+1
* s3-secrets: Remove unused secrets_delete_generic()Andrew Bartlett2012-02-181-16/+0
* s3-secrets: Remove unused secrets_delete_machine_password()Andrew Bartlett2012-02-181-13/+0
* s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4Andrew Bartlett2012-02-081-2/+0
* s3-waf: Link tdbsam against needed libraries.Andreas Schneider2012-02-071-1/+1
* s3-waf: Link against tdb_compat instead of tdb.Andreas Schneider2012-02-071-2/+2
* s3: Fix unused variable warningsVolker Lendecke2012-01-291-0/+4
* s3-pdb: Make ADS-type backends updates secrets.tdb.Simo Sorce2012-01-273-0/+127
* s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce2012-01-271-50/+49
* s3-waf: Add missing dependency of pdb_wbc_sam to wbclient.Andreas Schneider2012-01-271-1/+1
* Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison2012-01-271-3/+3
* s3-passdb: Fix pdb_samba4 setting of plaintext passwordsAndrew Bartlett2012-01-241-1/+9
* s3-passdb: Use DSDB_PASSWORD_BYPASS_LAST_SET flags in pdb_samba4Andrew Bartlett2012-01-241-9/+9
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-183-6/+11
* s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner2012-01-185-100/+169
* s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema helper...Günther Deschner2012-01-131-1/+1
* s3-passdb: make pdb_password_change_time_max static.Günther Deschner2011-11-291-1/+1
* s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs2011-11-181-1/+1
* s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett2011-11-181-1/+1
* s3-smbldap: remove duplicate prototype.Günther Deschner2011-11-171-0/+1
* s3-waf: create a smbldap.so library.Günther Deschner2011-11-161-0/+1
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-2/+12
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-166-1/+378
* s3: move smbldap_util to pdb_ldap_util.Günther Deschner2011-11-164-1/+369
* Fix bug #8561 - Password change settings not fully observed.Jeremy Allison2011-11-161-4/+34
* py_passdb: Cannot steal an item pointer from an arrayAmitay Isaacs2011-11-111-4/+9
* s3-py_passdb Ensure that group mapping list input is initailisedAndrew Bartlett2011-11-091-1/+2
* s3-passdb Initialise the correct level of pointer dereferenceAndrew Bartlett2011-11-091-1/+1