summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-04merge from 2.2 in password_ok() to ensure that we check theGerald Carter1-1/+1
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-25/+19
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-1/+1
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison1-5/+14
2001-04-18merge from 2.2Andrew Tridgell1-13/+37
2001-03-27Bail out early if null passwords and lp_null_passwords not set.Jeremy Allison1-0/+5
2001-03-11Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison1-2/+0
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-08replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter1-3/+9
2001-01-25Fixes from appliance-head for pdc searches.Jeremy Allison1-1/+16