summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2001-12-06again an intrusive patch:Jean-François Micouleau5-45/+10
2001-12-05Add a couple of extra debugs for the secrets.tdb stuffAndrew Bartlett1-2/+8
2001-12-05auto-init secrets.tdbAndrew Tridgell1-0/+5
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau5-35/+23
2001-12-04This comment no longer applies.Andrew Bartlett1-1/+0
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-3/+11
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau5-29/+143
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+2
2001-11-28add .po32 files to ignore listHerb Lewis1-1/+2
2001-11-27unable to open smbpasswd on initial create should only be a warningAndrew Tridgell1-1/+1
2001-11-26Ignore *.po files.Tim Potter1-0/+1
2001-11-25Don't close tdb twice.Volker Lendecke1-1/+0
2001-11-24added "net join" commandAndrew Tridgell1-3/+33
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+1
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett1-12/+0
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-7/+32
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-5/+10
2001-11-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett1-123/+3
2001-11-09As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke1-2/+6
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison1-2/+1
2001-11-07UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett1-2/+4
2001-11-04Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett1-9/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett3-12/+8
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2-16/+71
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-5/+5
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-20/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett8-185/+128
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-1/+1
2001-10-29This commit is number 2 of 4.Andrew Bartlett3-65/+80
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-23/+54
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2-2/+2
2001-10-10merge from 2.2Gerald Carter1-11/+32
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-0/+10
2001-10-03Added a comment about not changing the magic timestamp values withoutTim Potter2-0/+7
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison3-7/+7
2001-10-03set ACB_PWNOEXP by default on new accounts.Andrew Tridgell1-2/+2
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-2/+2
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison3-25/+22
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter8-19/+0
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell3-12/+10
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett2-65/+111
2001-09-28How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett1-16/+12
2001-09-27Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison1-13/+13
2001-09-27Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett1-35/+107
2001-09-27minor fixesSimo Sorce1-22/+10
2001-09-26merge from 2.2Gerald Carter2-3/+3
2001-09-26Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett1-2/+4
2001-09-26Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett1-7/+9
2001-09-26Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett1-11/+26