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