summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.Günther Deschner2011-03-301-0/+16
* s3-passdb: move util_builtin.c out of passdb.Günther Deschner2011-03-301-125/+0
* s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2011-03-302-130/+0
* s3-passdb: move util_wellknown.c out of passdb.Günther Deschner2011-03-302-183/+0
* s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner2011-03-303-40/+40
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-3020-0/+20
* s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner2011-03-301-0/+364
* s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner2011-03-301-0/+158
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-305-0/+5
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-304-0/+4
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-303-0/+3
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-302-0/+2
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-302-0/+2
* s3: Fix Coverity ID 976: BAD_SIZEOFVolker Lendecke2011-03-271-1/+1
* s3: Fix Coverity ID 513: UNINITVolker Lendecke2011-03-271-1/+1
* s3: Fix Coverity ID 2328: FORWARD_NULLVolker Lendecke2011-03-271-0/+3
* s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.Günther Deschner2011-03-241-1/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-3/+2
* Fix compiler warning in debug message.Jeremy Allison2011-03-171-1/+1
* s3: Fix Coverity ID 1034, CHECKED_RETURNVolker Lendecke2011-03-161-3/+1
* s3: Fix a cut&paste error in pdb_ads_connectVolker Lendecke2011-03-161-1/+1
* s3: Read uidNumber/gidNumber in pdb_ads_sid_to_idVolker Lendecke2011-03-151-29/+45
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-105-14/+8
* s3: Move EXOP definitions to smbldap.hVolker Lendecke2011-03-061-25/+0
* s3: Remove an obsolete commentVolker Lendecke2011-03-031-3/+1
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-021-0/+1
* Fix some typesJelmer Vernooij2011-02-281-2/+2
* Fix one more warning introduced by changing the size of UNIX_USER_TOKEN->ngro...Jeremy Allison2011-02-281-1/+1
* s3: add functions to remove entries from idmap memcacheGregor Beck2011-02-281-0/+52
* s3: add functions to flush the idmap memcacheGregor Beck2011-02-281-0/+14
* s3: Fix pdb_ads_enum_group_memberships argsVolker Lendecke2011-02-261-1/+1
* s3: Fix filtering in pdb_ads_search_usersVolker Lendecke2011-02-221-6/+19
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-221-10/+10
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-222-9/+9
* s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner2011-02-211-2/+1
* s3: Fix pdb_ads_enum_aliasmem for empty aliasesVolker Lendecke2011-02-201-1/+3
* s3: Support SetGroupInfo in pdb_adsVolker Lendecke2011-02-201-4/+66
* s3: Fix a debug messageVolker Lendecke2011-02-201-1/+1
* s3: Fix pdb_ads_enum_group_members for empty groupsVolker Lendecke2011-02-201-1/+3
* s3: Fix error returns in pdb_ads_mod_groupmemVolker Lendecke2011-02-201-2/+4
* s3: Fix return code of pdb_ads_getsamupriv if the user does not existVolker Lendecke2011-02-201-1/+1
* s3: Add ACB_NORMAL to workstations, match RPC-SAMRVolker Lendecke2011-02-201-1/+9
* s3: Make QueryDispInfo and QueryInfo match for guestVolker Lendecke2011-02-201-6/+19
* s3: Pass logonHours through pdb_adsVolker Lendecke2011-02-191-0/+22
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-193-8/+13
* s3: Let pdb_ads write accountExpiresVolker Lendecke2011-02-191-0/+18
* s3: Fix pdb_ads_pull_timeVolker Lendecke2011-02-191-1/+1
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-6/+6
* s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted do...Günther Deschner2011-02-171-1/+1
* s3-ipasam: Add aliases for trusted domain userSumit Bose2011-02-161-1/+15