summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* s3:passdb: avoid sid_to_gid() if the sid is "domain users"Stefan Metzmacher2010-03-251-3/+7
* Fix some nonempty blank linesVolker Lendecke2010-03-251-3/+3
* s3-builtin: Add missing builtin groups.Karolin Seeger2010-03-231-0/+8
* s3-builtin: Add some builtin groups.Karolin Seeger2010-03-231-1/+8
* s3: Make login_cache_write take a pointerVolker Lendecke2010-03-162-7/+8
* s3: Make login_cache_read take a pointer, avoid a mallocVolker Lendecke2010-03-162-24/+16
* s3: Remove a typedefVolker Lendecke2010-03-162-6/+7
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-161-7/+7
* s3-passdb: Fix typo in debug message.Karolin Seeger2010-03-101-1/+1
* s3:schannel streamline interfaceSimo Sorce2010-02-231-131/+0
* s3-passdb: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
* s3: Fix bug 5198 -- parse chfn(1)-change gecos fieldVolker Lendecke2010-02-131-1/+34
* s3: change ldap filter to what really was intendedBjörn Jacke2010-02-101-1/+1
* s3:passdb: only use gid_to_sid() result if the result is a group of our local...Stefan Metzmacher2010-02-091-4/+16
* s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher2010-02-081-31/+35
* s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2010-02-081-7/+29
* s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted sup...Stefan Metzmacher2010-02-081-5/+85
* s3:passdb: speed up pdb_get_group_sid()Stefan Metzmacher2010-02-081-5/+28
* s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke2010-02-081-0/+4
* s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher2010-02-081-0/+71
* s3: Make use of ZERO_STRUCTPVolker Lendecke2010-02-051-1/+2
* s3: Remove a pointless if-statementVolker Lendecke2010-02-051-1/+1
* s3: Make guest_user_info() staticVolker Lendecke2010-02-051-1/+1
* s3: Hide some uses of pdb_get_init_flags (which I would love to remove...)Volker Lendecke2010-02-052-2/+2
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-052-35/+34
* s3:passdb: fix a type Domain Users has RID -513Stefan Metzmacher2010-02-041-1/+1
* Second part of fix for bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-01-271-1/+2
* Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-01-271-7/+15
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-231-8/+6
* s3:pdb_ldap: Fix large paged search.Volker Lendecke2010-01-211-0/+1
* s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value.Stefan Metzmacher2010-01-141-1/+1
* s3: Remove a pointless if-statementVolker Lendecke2010-01-121-3/+2
* s3: Use sid_check_is_in_our_domain instead of a direct sid_peek_check_ridVolker Lendecke2010-01-101-4/+2
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-107-38/+30
* s3:passdb: store the plain nt passwords hashes in history, not salted md5Michael Adam2010-01-071-5/+10
* s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymoreVolker Lendecke2010-01-071-24/+19
* s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked aboveVolker Lendecke2010-01-071-2/+4
* s3: Add a paranoia check to pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-0/+5
* s3: Simplify pdb_set_plaintext_passwd() by removing a redundant conditionVolker Lendecke2010-01-071-22/+11
* s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytesVolker Lendecke2010-01-071-5/+2
* s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_arrayVolker Lendecke2010-01-071-5/+2
* s3: Make use of talloc_array in pdb_set_plaintext_passwd()Volker Lendecke2010-01-071-2/+3
* s3: Simplify pdb_set_plaintext_passwd() a bitVolker Lendecke2010-01-071-66/+63
* s3: Simplify pdb_set_plaintext_passwd() slightlyVolker Lendecke2010-01-071-56/+83
* s3:pdb_set_pw_history: free the old history before setting the new.Michael Adam2010-01-071-0/+1
* s3:pdb_ldap:init_sam_from_ldap: untangle an assignment from the checkMichael Adam2010-01-071-3/+3
* s3: "startsmbfilepwent" only looks at the inode -- is that enough?Volker Lendecke2009-11-291-4/+2
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-2/+4
* s3:pdb_ldap: fix a comment typoMichael Adam2009-11-191-1/+1
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2009-11-191-0/+75