summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Fix EnumDomainAliases when no aliases are in LDAPVolker Lendecke2010-06-101-6/+4
* s3:pdb_ldap: fix bug 7505 - init_sam_from_ldap stores group in sid2uid cacheMichael Adam2010-06-101-1/+1
* s3-passdb: Fix typo in comment.Karolin Seeger2010-06-101-1/+1
* s3: Fix bug 7253Volker Lendecke2010-06-091-1/+8
* s3:passdb Export function to calculate the proper primary group sidSimo Sorce2010-06-072-86/+132
* s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou2010-06-021-4/+77
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:passdb Fix memory leakSimo Sorce2010-05-291-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-2115-221/+221
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-215-229/+229
* s3-passdb: move get_logon_hours_from_pdb() into samr server.Günther Deschner2010-05-181-23/+0
* s3:split secrets.c to put machine account secrets in a new fileAndrew Bartlett2010-05-182-366/+398
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-182-11/+11
* s3-tldap: only include tldap when actually needed.Günther Deschner2010-05-181-0/+2
* security: merge builtin rid tables.Günther Deschner2010-05-181-18/+18
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-185-13/+13
* s3-passdb: moving account_pol.c into passdb.Günther Deschner2010-05-081-0/+453
* s3-pdb_ldap: fix memleak.Günther Deschner2010-04-291-2/+2
* s3: Make a debug msg more readableVolker Lendecke2010-04-281-1/+1
* 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