summaryrefslogtreecommitdiff
path: root/source/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-1/+1
* Oops...Andrew Bartlett2002-09-061-1/+1
* One less user of Get_Pwnam_modify()...Andrew Bartlett2002-09-061-2/+4
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-119/+37
* Add 'const'.Andrew Bartlett2002-08-171-1/+1
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-1/+1
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-1/+1
* This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2002-07-271-3/+4
* Add some const & static, remove unused functions.Andrew Bartlett2002-07-211-23/+0
* fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-151-1/+1
* Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett2002-06-161-3/+1
* Rework much of the service.c code:Andrew Bartlett2002-06-151-95/+51
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-9/+9
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-1/+1
* A few things in this commit:Andrew Bartlett2002-05-181-2/+12
* 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