summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-121/+41
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-29/+7
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-109/+73
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-0/+2
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-0/+16
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-8/+8
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+0
* Cosmetic fix for debug statement.Tim Potter2001-11-191-2/+1
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-5/+6
* Change to guest logon code.Andrew Bartlett2001-11-081-9/+9
* Fix segfault. sup_tok might not always be with us.Andrew Bartlett2001-11-041-3/+5
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-6/+18
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-19/+32
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-2/+2
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett2001-09-301-3/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-151-8/+0
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+0
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-3/+0
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-171-1/+1
* One less getpwnam() call...Andrew Bartlett2001-08-171-10/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-1072/+0
* Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2001-08-011-24/+3
* Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-241-13/+22
* move the global_machine_password_needs_changing where we need it.Simo Sorce2001-07-171-0/+2
* Test if machine password has expired.Simo Sorce2001-07-161-0/+6
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-21/+14
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
* Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2001-06-221-136/+147
* Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter2001-06-141-1/+1
* Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison2001-05-311-1/+1
* i18n fix for domain_client_validate()Tim Potter2001-05-251-1/+1
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-171-10/+11
* Patch from Simo:Gerald Carter2001-05-071-9/+9
* Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-061-70/+77
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-5/+19
* merge from 2.2 in password_ok() to ensure that we check theGerald Carter2001-05-041-1/+1
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-25/+19
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-1/+1
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-5/+14
* merge from 2.2Andrew Tridgell2001-04-181-13/+37
* Bail out early if null passwords and lp_null_passwords not set.Jeremy Allison2001-03-271-0/+5
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-2/+0
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-1/+1