summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-06-10s3-passdb: Fix typo in comment.Karolin Seeger1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-44/+44
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett1-41/+41
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-3/+3
2010-02-05s3: Make guest_user_info() staticVolker Lendecke1-1/+1
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-11-14s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam1-28/+0
2009-11-14s3:pdb_default_uid_to_sid: fix some debug statements.Michael Adam1-3/+3
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-8/+8
2009-07-04Add pdb_get_domain_infoVolker Lendecke1-0/+13
2009-06-28Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke1-6/+6
2009-06-08Fix some nonempty blank linesVolker Lendecke1-34/+34
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-2/+3
2009-06-06s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger1-2/+2
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-20/+0
2009-05-28TALLOC_ZERO_P->talloc_zeroVolker Lendecke1-1/+2
2009-05-28Do not segfault in pdb_search_destructor if no real search was startedVolker Lendecke1-1/+2
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-1/+1
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-35/+28
2009-02-21Fix a typoVolker Lendecke1-1/+1
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-0/+6
2008-12-23Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison1-8/+14
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke1-7/+7
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2
2008-11-06Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...Jeremy Allison1-1/+3
2008-07-29pdb_interface: Fix typo in debug message.Karolin Seeger1-1/+1
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher1-2/+2
2008-02-08Fix typo.Karolin Seeger1-1/+1
2007-12-28Convert csamuser to memcacheVolker Lendecke1-27/+26
2007-12-26Remove the sampwent interfaceVolker Lendecke1-122/+1
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-1/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-4/+4
2007-11-20More pstring elimination.Jeremy Allison1-15/+32
2007-11-09remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher1-8/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-57/+57
2007-10-10r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23046: Few missing merges from cleaning out the Centeris winbindd tree.Gerald Carter1-1/+1
2007-10-10r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke1-14/+6
2007-10-10r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke1-6/+13
2007-10-10r22766: Merge from 3_0:Volker Lendecke1-13/+6
2007-10-10r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter1-1/+21
2007-10-10r21881: Make sure we are very specific when testing whether a backand can han...James Peach1-1/+2
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-2/+20
2007-10-10r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter1-2/+14