summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-17Add 'const'.Andrew Bartlett1-1/+1
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett1-1/+1
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-1/+1
2002-07-27This should fix a nastly little bug where if a user had already done oneAndrew Bartlett1-3/+4
2002-07-21Add some const & static, remove unused functions.Andrew Bartlett1-23/+0
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell1-1/+1
2002-06-16Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett1-3/+1
2002-06-15Rework much of the service.c code:Andrew Bartlett1-95/+51
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-9/+9
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett1-1/+1
2002-05-18A few things in this commit:Andrew Bartlett1-2/+12
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-0/+2
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-0/+16
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+0
2001-11-19Cosmetic fix for debug statement.Tim Potter1-2/+1
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-5/+6
2001-11-08Change to guest logon code.Andrew Bartlett1-9/+9
2001-11-04Fix segfault. sup_tok might not always be with us.Andrew Bartlett1-3/+5
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-6/+18
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-19/+32
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-2/+2
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-30Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett1-3/+3
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-8/+0
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+0
2001-08-17Restore a debug I think I dropped earlierAndrew Bartlett1-0/+2
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett1-3/+0
2001-08-17Style cleanup for the last vuid change.Andrew Bartlett1-1/+1
2001-08-17One less getpwnam() call...Andrew Bartlett1-10/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-1072/+0
2001-08-01Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison1-24/+3
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce1-13/+22
2001-07-17move the global_machine_password_needs_changing where we need it.Simo Sorce1-0/+2
2001-07-16Test if machine password has expired.Simo Sorce1-0/+6
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-21/+14
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-06-25Fixed stupid typo that would stop trusted domains working.Jeremy Allison1-4/+3
2001-06-22Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison1-136/+147
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter1-1/+1
2001-05-31Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison1-1/+1
2001-05-25i18n fix for domain_client_validate()Tim Potter1-1/+1
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter1-10/+11
2001-05-07Patch from Simo:Gerald Carter1-9/+9
2001-05-06Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison1-70/+77
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-5/+19