summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3: Fix Coverity ID 2470: STRAY_SEMICOLONVolker Lendecke1-1/+1
2011-04-13libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a libraryAndrew Bartlett1-1/+1
2011-04-11s3: Fix Coverity ID 2472, UNINITVolker Lendecke1-2/+1
2011-04-11s3: Fix Coverity ID 2473, UNINITVolker Lendecke1-2/+1
2011-04-07s3:passdb:pdb_ipa: fix a C++ implicit void * cast warningsMichael Adam1-1/+2
2011-04-06s3-pdb_ipa: Create DN for new objectSumit Bose1-0/+18
2011-04-06s3-pdb_ipa: Add ipasam_create_dom_group()Sumit Bose1-29/+214
2011-04-06s3-pdb_ipa: Add ipasam_create_user()Sumit Bose1-44/+297
2011-04-06s3-pdb_ipa: Detect IPA serverSumit Bose1-1/+7
2011-04-06s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return valueSumit Bose1-38/+9
2011-04-06s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.Günther Deschner1-4/+4
2011-04-06s3-pdb_ipa: Fix indentationSumit Bose1-13/+12
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2-0/+2
2011-03-30s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner1-0/+48
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner1-0/+2
2011-03-30s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.Günther Deschner1-0/+16
2011-03-30s3-passdb: move util_builtin.c out of passdb.Günther Deschner1-125/+0
2011-03-30s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2-130/+0
2011-03-30s3-passdb: move util_wellknown.c out of passdb.Günther Deschner2-183/+0
2011-03-30s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner3-40/+40
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner20-0/+20
2011-03-30s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner1-0/+364
2011-03-30s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner1-0/+158
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner5-0/+5
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner4-0/+4
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner3-0/+3
2011-03-30lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2-0/+2
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2-0/+2
2011-03-27s3: Fix Coverity ID 976: BAD_SIZEOFVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 513: UNINITVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 2328: FORWARD_NULLVolker Lendecke1-0/+3
2011-03-24s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.Günther Deschner1-1/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-3/+2
2011-03-17Fix compiler warning in debug message.Jeremy Allison1-1/+1
2011-03-16s3: Fix Coverity ID 1034, CHECKED_RETURNVolker Lendecke1-3/+1
2011-03-16s3: Fix a cut&paste error in pdb_ads_connectVolker Lendecke1-1/+1
2011-03-15s3: Read uidNumber/gidNumber in pdb_ads_sid_to_idVolker Lendecke1-29/+45
2011-03-10Quite some callers of sid_split_rid do not care about the ridVolker Lendecke5-14/+8
2011-03-06s3: Move EXOP definitions to smbldap.hVolker Lendecke1-25/+0
2011-03-03s3: Remove an obsolete commentVolker Lendecke1-3/+1
2011-03-02s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner1-0/+1
2011-02-28Fix some typesJelmer Vernooij1-2/+2
2011-02-28Fix one more warning introduced by changing the size of UNIX_USER_TOKEN->ngro...Jeremy Allison1-1/+1
2011-02-28s3: add functions to remove entries from idmap memcacheGregor Beck1-0/+52
2011-02-28s3: add functions to flush the idmap memcacheGregor Beck1-0/+14
2011-02-26s3: Fix pdb_ads_enum_group_memberships argsVolker Lendecke1-1/+1
2011-02-22s3: Fix filtering in pdb_ads_search_usersVolker Lendecke1-6/+19
2011-02-22s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2-9/+9
2011-02-21s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner1-2/+1