summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter2001-02-081-3/+9
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-1/+16
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-0/+8
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-4/+18
* Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison2000-12-121-10/+23
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-121-9/+28
* Removed unused auto (IRIX compiler warning).Jeremy Allison2000-12-081-2/+1
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* Print debug if domain_client_validate() cannot fetch the trust accountTim Potter2000-12-061-1/+2
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-60/+81
* combined 2 if statments which used the same conditionGerald Carter2000-11-211-3/+5
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-47/+57
* Remove duplicate group initialisation function.Tim Potter2000-10-111-22/+0
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
* With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison2000-09-121-1/+0
* Hopefully this should fix the primary group permission problem.Tim Potter2000-09-071-2/+0
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-7/+4
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-281-1/+0