summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* s3: Add "comment" and "description" to pdb_adsVolker Lendecke2011-02-131-0/+20
* s3: Make "net sam list [users|workstations]" list only the right thingsVolker Lendecke2011-02-131-1/+20
* s3: Remove an unneeded protoVolker Lendecke2011-02-131-3/+0
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-131-6/+6
* s3: Convert tldap_entry_values args to "array, count"Volker Lendecke2011-02-131-2/+2
* s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke2011-02-131-8/+10
* s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke2011-02-131-16/+16
* s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke2011-02-131-1/+1
* s3: Align the args of pdb_ads_update_sam_account to tldap_modifyVolker Lendecke2011-02-131-2/+2
* s3: Make "smbpasswd <user>" work with pdb_adsVolker Lendecke2011-02-121-8/+33
* s3-waf: use bld.env.HAVE_LDAP in some more places, hopefully fixes the builds...Günther Deschner2011-02-111-1/+1
* s3: Align the args in tldap_modifyVolker Lendecke2011-02-101-4/+4
* s3: Align tldap_add and tldap_add_sendVolker Lendecke2011-02-101-3/+3
* s3: Add primary group in pdb_ads_enum_group_membershipsVolker Lendecke2011-02-061-21/+27
* s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke2011-02-061-25/+0
* s3: Fix a potential memleak in secrets_fetch_trusted_domain_passwordVolker Lendecke2011-02-061-1/+3
* s3: In pdb_ads, cope with artificial samu structsVolker Lendecke2011-02-061-2/+10
* s3: Use strlcpy in pdb_ads_connectVolker Lendecke2011-02-061-2/+2
* s3-auth: Fixed account lockout check.Andreas Schneider2011-01-171-1/+1
* Make sure that user exists after running add user script before adding sam ac...Bjoern Baumbach2010-12-071-0/+5
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-10/+10
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-203-5/+5
* s3-waf: fix pdb modules build.Günther Deschner2010-10-181-14/+13
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-1215-9/+15
* s3: Remove talloc_autofree_context from pdb_interfaceVolker Lendecke2010-10-031-1/+1
* s3-waf: rework CLDAP and LIBCLI_LDAP subsystems.Günther Deschner2010-09-271-0/+1
* s3-waf: move pdb subsystem to pdb/wscript_build.Günther Deschner2010-09-271-0/+48
* s3: Remove talloc_autofree_context() from guest_user_info()Volker Lendecke2010-09-261-1/+2
* s3: Remove talloc_autofree_context() from lookup_unix_user_name()Volker Lendecke2010-09-261-1/+1
* s3: Remove talloc_autofree_context() from pdb_init_ads()Volker Lendecke2010-09-261-1/+1
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-10/+11
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-209-17/+26
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-2/+3
* s3-passdb: Try to unlock the account if it is locked out.Andreas Schneider2010-08-301-10/+53
* s3-passdb: Added a pdb_try_account_unlock function.Andreas Schneider2010-08-301-0/+74
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-265-0/+5
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-262-0/+2
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-262-0/+2
* s3:pdb_ldap: move some code in ldapsam_create_dom_group()Michael Adam2010-08-141-22/+25
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-063-0/+3
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-058-0/+8
* s3: [ug]id_to_unix_... can not failVolker Lendecke2010-07-111-4/+12
* s3:pdb_ldap: change LDAP password before samba password hashesBjörn Jacke2010-07-061-33/+34
* s3: Fix another aspect of bug 7262 and make paged results work againVolker Lendecke2010-07-061-4/+4
* s3: Make talloc_attrs() staticVolker Lendecke2010-07-051-1/+1
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
* s3-passdb: Make sure dn is initialized and don't free it.Andreas Schneider2010-06-281-3/+1
* s3-passdb: Make sure we don't call free on a garbage pointer.Andreas Schneider2010-06-281-1/+1
* s3-passdb: Make sure that we don't assign garbage.Andreas Schneider2010-06-281-1/+1