summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett4-1/+4
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2-15/+15
2009-04-06s3:smbldap Remove smbldap_get_dnAndrew Bartlett2-29/+18
2009-04-01Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...Jeremy Allison1-3/+57
2009-04-01s3-passdb: add smb_create_user().Günther Deschner1-0/+59
2009-04-01s3: fix the fix for bug #6195 - dont let smbd child processes panicMichael Adam1-2/+16
2009-03-27Fix the problem of 3.0.x passdb databases being versionJeremy Allison1-5/+43
2009-03-27Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison1-1/+2
2009-03-24Fix bug 6097Volker Lendecke1-1/+1
2009-03-18Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison1-14/+201
2009-03-17Missing break in conversion function prevents tdb password database update.Alexander Zagrebin1-0/+1
2009-03-12s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 namesDan Sledz1-5/+7
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke4-57/+46
2009-03-03s3 passdb: Add back some useful debug statementsTim Prouty1-18/+24
2009-03-02It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz1-14/+22
2009-02-25Fix an incompatible pointer passed to winbind_get_groupsVolker Lendecke1-1/+3
2009-02-24s3: Rename auth_onefs_wb and pdb_onefs_samDan Sledz1-58/+73
2009-02-21Fix a typoVolker Lendecke1-1/+1
2009-02-20Introduce a new passdb backend: pdb_onefs_samDan Sledz1-0/+433
2009-02-19Fix printf warnings found on systems where time_t <> long int.Jeremy Allison1-8/+8
2009-02-17Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.Jeremy Allison1-1/+12
2009-02-12s3: Added new parameter "map untrusted to domain"Steven Danneman1-0/+18
2009-02-11s3: Change behavior when seeing an unknown domain.Dan Sledz1-19/+0
2009-02-08Fix some nonempty blank linesVolker Lendecke1-41/+41
2009-02-01Fix nonempty blank linesVolker Lendecke1-61/+60
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