Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-02 | s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user. | Günther Deschner | 1 | -0/+46 | |
Note that this only is tried with editposix=yes. Guenther | |||||
2009-08-27 | s3-schannel: remove remaining code that was using "struct dcinfo". | Günther Deschner | 1 | -167/+0 | |
Guenther | |||||
2009-08-27 | s3-schannel: upgrade old format schannel_store.tdb. | Günther Deschner | 1 | -4/+9 | |
Guenther | |||||
2009-08-27 | s3-schannel: add simple wrappers to fetch and store schannel auth info. | Günther Deschner | 2 | -0/+69 | |
Guenther | |||||
2009-08-27 | s3-schannel: make open_schannel_session_store() public. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-08-03 | s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent. | Günther Deschner | 1 | -0/+7 | |
This lets samr_GetAliasMembership return with NT_STATUS_OK when called with 0 sids (just what w2k3 does). Guenther | |||||
2009-07-31 | Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS | Volker Lendecke | 1 | -4/+8 | |
It took me a bit to understand what this flag does. I hope this is a bit clearer, at least it is to me. | |||||
2009-07-29 | s3:passdb: use transaction_wrapped write in tdbsam_new_rid() | Michael Adam | 1 | -1/+2 | |
Now all tdb writes in passdb use transactions. Michael | |||||
2009-07-29 | s3:secrets: use transaction wrapped store in get rand seed. | Michael Adam | 1 | -2/+2 | |
Now secrets.tdb is only writen with transactions. Michael | |||||
2009-07-29 | s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t. | Michael Adam | 1 | -3/+5 | |
Michael | |||||
2009-07-17 | Fix Coverity CIDs 887, 888. Don't pass NULL's to functions | Jeremy Allison | 1 | -4/+3 | |
that deref them. Jeremy. | |||||
2009-07-14 | s3-passdb: fix wbc build warning. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-07-14 | Fix bug 5886 | Volker Lendecke | 1 | -8/+26 | |
Ok, that's a very long-standing one. I finally got around to install a recent OpenLDAP and test the different variants of setting a NULL password etc. Thanks all for your patience! Volker | |||||
2009-07-14 | s3-account_policy: add pdb_policy_type enum. | Günther Deschner | 5 | -42/+46 | |
Guenther | |||||
2009-07-13 | s3-pdb_ads: set correct pdb field with the value from 'accountExpires' ↵ | Günther Deschner | 1 | -1/+1 | |
attribute. Guenther | |||||
2009-07-13 | libds: merge the UF<->ACB flag mapping functions. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-07-10 | Return 0 domains from enum_trusteddoms | Volker Lendecke | 1 | -1/+3 | |
2009-07-10 | Quieten events and tldap debug messages | Volker Lendecke | 1 | -1/+1 | |
2009-07-09 | Make escape_ldap_string take a talloc context | Volker Lendecke | 1 | -23/+22 | |
2009-07-04 | pdb_ads: For cached samu entries, priv is NULL | Volker Lendecke | 1 | -75/+81 | |
We have to recreate the priv entry on demand. This needs fixing in passdb... :-) | |||||
2009-07-04 | Add pdb_ads_get_domain_info | Volker Lendecke | 1 | -0/+53 | |
2009-07-04 | pdb_ads: Use tldap_fetch_rootdse in pdb_ads_connect | Volker Lendecke | 1 | -13/+12 | |
2009-07-04 | pdb_ads: Fetch the domain GUID | Volker Lendecke | 1 | -1/+7 | |
2009-07-04 | Add pdb_get_domain_info | Volker Lendecke | 2 | -0/+20 | |
2009-07-04 | Make pdb_ads return an additional flag | Volker Lendecke | 1 | -1/+1 | |
2009-06-30 | Fix bug #6431 - local groups from 3.0 setups no longer found. | Volker Lendecke | 1 | -8/+8 | |
Search for groups without group suffix, group suffix is only used for new entries. | |||||
2009-06-29 | s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in ↵ | Günther Deschner | 1 | -10/+15 | |
passdb. pdb_{get,set}_comment were already existing in the API but were never used. Guenther | |||||
2009-06-29 | s3:pdb_ads: we need to make the fd for tldap/tsocket non-blocking | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 6 | -19/+19 | |
2009-06-28 | Make pdb_ads survive a restart of Samba4 | Volker Lendecke | 1 | -106/+225 | |
The search function retries once, the modifying call that hits a dead smbd returns an error. The next try will reconnect. This was simple to implement and provides a good compromise against Samba4 idling our connection. Most of the modifying calls are quickly after a search (like OpenUser) anyway. | |||||
2009-06-26 | s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache(). | Michael Adam | 1 | -1/+1 | |
With the previous code, the cache can never have been hit at all. Michael | |||||
2009-06-24 | Only set the password if there is one | Volker Lendecke | 1 | -4/+8 | |
2009-06-20 | Prepare control support | Volker Lendecke | 1 | -10/+11 | |
We will have arrays of controls passed to tldap.c. Follow a mantra from the classic book "Thinking Forth" by Leo Brodie: Favor counts over terminators :-) This makes the parameter lists to tldap pretty long, but everyone will have wrapper routines anyway, see for example tldap_search_fmt. And the OpenLDAP manpages call the non-_ext routines deprecated, probably for a reason. | |||||
2009-06-20 | Fix setting passwords in pdb_ads | Volker Lendecke | 1 | -6/+7 | |
The samba4 password_hash module does not allow changing the password fields via the "delete oldval" -> "add newval" set of modify operations, it requires a single "replace with newval" operation. Andrew, Samba3 by default uses that delete/add pair to detect if between fetching the old value and storing the new one the old value has changed. This is lost by using the "replace" operation. Would it make sense to add this to the password_hash module? Volker | |||||
2009-06-20 | talloc_tos() aborts if it can not get a stackframe | Volker Lendecke | 1 | -3/+0 | |
2009-06-12 | Activate tldap tracing in pdb_ads | Volker Lendecke | 1 | -0/+34 | |
2009-06-11 | s3 passdb ads: add missing character | Tim Prouty | 1 | -1/+1 | |
2009-06-11 | Implement pdb_enum_alias_memberships | Volker Lendecke | 1 | -3/+88 | |
2009-06-10 | Implement pdb_ads_set_aliasinfo | Volker Lendecke | 1 | -1/+68 | |
2009-06-10 | pdb_default_aliasinfo is just fine for pdb_ads right now | Volker Lendecke | 1 | -8/+1 | |
2009-06-10 | Implement pdb_ads_lookup_rids | Volker Lendecke | 1 | -3/+69 | |
2009-06-10 | Fix a segfault in pdb_ads_delete_user() | Volker Lendecke | 1 | -3/+11 | |
If a user comes from the passdb cache, priv is NULL | |||||
2009-06-09 | If there are no mods, don't bother the ldap server | Volker Lendecke | 1 | -0/+5 | |
2009-06-09 | Some more fields in pdb_ads_init_ads_from_sam() | Volker Lendecke | 1 | -0/+20 | |
2009-06-09 | Do not pull samAccountName twice | Volker Lendecke | 1 | -7/+0 | |
2009-06-09 | No need to free twice -- thanks gd :-) | Volker Lendecke | 1 | -1/+0 | |
2009-06-09 | Implement pdb_ads_[add|del]_groupmem | Volker Lendecke | 1 | -11/+69 | |
2009-06-09 | Implement pdb_ads_delete_dom_group | Volker Lendecke | 1 | -1/+47 | |
2009-06-08 | Implement pdb_ads_enum_group_members | Volker Lendecke | 1 | -3/+57 | |
2009-06-08 | Fix some nonempty blank lines | Volker Lendecke | 1 | -34/+34 | |