summaryrefslogtreecommitdiff
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Sync for release.Jeremy Allison2002-02-021-5/+9
* Merging for release.Jeremy Allison2002-02-014-2922/+0
* Move over to RELEASE branch.Jeremy Allison2002-02-0110-569/+570
* New files added.Jeremy Allison2001-10-115-25/+48
* Removing unused files.Jeremy Allison2001-10-112-1630/+0
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-115-1043/+1243
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-10-105-0/+5042
|\
| * 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
| * We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett2001-09-261-1/+1
| * Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-255-296/+2824
| * Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett2001-09-251-5/+2
| * memory leak fixes ..Simo Sorce2001-09-251-7/+21
| * Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-80/+118
| * Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett2001-09-191-7/+2
| * Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-191-5/+6
| * move to SAFE_FREE()Simo Sorce2001-09-175-34/+22
| * merges from 2.2Gerald Carter2001-09-141-2/+2
| * String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-121-1/+1
| * passdb/smbpassfile ain't needed any more - it only provided migration from an...Andrew Tridgell2001-09-101-297/+0
| * got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-8/+8
| * Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-065-143/+14
| * fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2001-09-051-3/+2
| * more warning fixes on solarisAndrew Tridgell2001-09-051-1/+3
| * cope with pam being offAndrew Tridgell2001-09-041-1/+1
| * the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-042-18/+19
| * changed the data format in the tdb, as the time fields were notSimo Sorce2001-08-311-24/+29
| * Fixed silly typo.Jeremy Allison2001-08-301-3/+3
| * Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-301-3/+3
| * converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-272-11/+11
| * get rid of compiler warningsHerb Lewis2001-08-241-1/+1
| * merge from 2.2Gerald Carter2001-08-231-3/+14
| * Fixed typo in debug message.Tim Potter2001-08-131-2/+2
| * this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-7/+12