summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-07Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett1-6/+14
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett1-0/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-9/+2
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-3/+3
2003-04-23Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett1-0/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-19/+40
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+7
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-121/+41
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-29/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-109/+73
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