summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher2-0/+7
2009-01-16s3:passdb: put login_cache.tdb into cache_dir, not lock_dir.Michael Adam1-2/+3
2009-01-14Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison1-1/+1
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-8/+8
2008-12-29s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...Stefan Metzmacher1-75/+47
2008-12-29s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher1-1/+16
2008-12-29s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2-664/+669
2008-12-23More asprintf warning fixes.Jeremy Allison1-4/+3
2008-12-23Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison2-11/+18
2008-12-23Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison1-23/+62
2008-12-09s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner1-1/+1
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 Allison3-4/+4
2008-11-06Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...Jeremy Allison1-1/+3
2008-10-27s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner1-4/+4
2008-10-23Use libutil genrand.Jelmer Vernooij1-2/+2
2008-10-22Use standard types.Jelmer Vernooij1-8/+8
2008-10-14Use GUID_random.Jelmer Vernooij1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-3/+3
2008-10-06Store a local schannel key in secrets.tdbVolker Lendecke1-0/+25
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-93/+78
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-4/+38
2008-08-26Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison1-4/+4
2008-08-26Don't ask winbindd if we got a -ve cache entry.Jeremy Allison1-4/+38
2008-08-26Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-33/+63
2008-08-26Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison1-5/+17
2008-08-26Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison1-33/+51
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-78/+93
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell1-4/+5
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell2-3/+3
2008-07-29pdb_interface: Fix typo in debug message.Karolin Seeger1-1/+1
2008-07-24Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison1-4/+4
2008-07-24Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison1-1/+1
2008-07-24pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra1-1/+1
2008-07-18Use LDAP macros instead of attribute names.Karolin Seeger1-20/+19
2008-07-14Fix typo.Karolin Seeger1-1/+1
2008-07-11Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke1-16/+11
2008-07-11Revert "Don't scream, better explain a bit in comments"Volker Lendecke1-8/+10
2008-07-11Revert "Remove an unused variable"Volker Lendecke1-0/+1
2008-07-10Fix some memleaks regarding trustdom passwordsVolker Lendecke1-3/+15
2008-07-10Fix some uninitialized variable references via ndr_printVolker Lendecke1-1/+3
2008-07-10Give a nice error message if trying to join with a non-privileged userVolker Lendecke1-1/+1
2008-07-03Remove an unused variableVolker Lendecke1-1/+0
2008-07-03Don't scream, better explain a bit in commentsVolker Lendecke1-10/+8
2008-07-03Make use of sid_check_is_in_unix_users/groupsVolker Lendecke1-11/+16
2008-06-07Fix a memleak in secrets_fetch_afs_keyVolker Lendecke1-0/+2
2008-06-07Fix a memleak in secrets_fetch_trust_account_password_legacyVolker Lendecke1-0/+1
2008-06-07Fix a memleak in fetch_ldap_pwVolker Lendecke1-1/+2
2008-05-26Remove unused function is_trusted_domain_situation().Michael Adam1-6/+0
2008-05-26passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam1-1/+1