index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
password.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-8
/
+8
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-2
/
+0
*
Cosmetic fix for debug statement.
Tim Potter
2001-11-19
1
-2
/
+1
*
This change updates lp_guestaccount() to be a *global* paramater, rather than
Andrew Bartlett
2001-11-09
1
-5
/
+6
*
Change to guest logon code.
Andrew Bartlett
2001-11-08
1
-9
/
+9
*
Fix segfault. sup_tok might not always be with us.
Andrew Bartlett
2001-11-04
1
-3
/
+5
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
1
-6
/
+18
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-19
/
+32
*
This commit is number 3 of 4.
Andrew Bartlett
2001-10-29
1
-2
/
+2
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
Small changes to register_vuid ahead of a larger restructure.
Andrew Bartlett
2001-09-30
1
-3
/
+3
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-4
/
+4
*
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
2001-09-15
1
-8
/
+0
*
a bunch of fixes from the sflight to seattle
Andrew Tridgell
2001-08-20
1
-1
/
+0
*
Restore a debug I think I dropped earlier
Andrew Bartlett
2001-08-17
1
-0
/
+2
*
smbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett
2001-08-17
1
-3
/
+0
*
Style cleanup for the last vuid change.
Andrew Bartlett
2001-08-17
1
-1
/
+1
*
One less getpwnam() call...
Andrew Bartlett
2001-08-17
1
-10
/
+3
*
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
2001-08-03
1
-1072
/
+0
*
Pidfile check can be read-only. Removed old ifdef in password.c
Jeremy Allison
2001-08-01
1
-24
/
+3
*
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
2001-07-24
1
-13
/
+22
*
move the global_machine_password_needs_changing where we need it.
Simo Sorce
2001-07-17
1
-0
/
+2
*
Test if machine password has expired.
Simo Sorce
2001-07-16
1
-0
/
+6
*
This removes unused paramaters from various authtication functions, and should
Andrew Bartlett
2001-07-08
1
-21
/
+14
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
Fixed stupid typo that would stop trusted domains working.
Jeremy Allison
2001-06-25
1
-4
/
+3
*
Andrew - please look this over. I've fixed a long standing (maybe 4-5
Jeremy Allison
2001-06-22
1
-136
/
+147
*
Fixed some return code checks for cli_initialise() from False to NULL.
Tim Potter
2001-06-14
1
-1
/
+1
*
Fix debug statement so it doesn't use lp_workgroup() either.
Jeremy Allison
2001-05-31
1
-1
/
+1
*
i18n fix for domain_client_validate()
Tim Potter
2001-05-25
1
-1
/
+1
*
Fixes to get pam_auth() functionality working again.
Tim Potter
2001-05-17
1
-10
/
+11
*
Patch from Simo:
Gerald Carter
2001-05-07
1
-9
/
+9
*
Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought
Jeremy Allison
2001-05-06
1
-70
/
+77
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
1
-5
/
+19
*
merge from 2.2 in password_ok() to ensure that we check the
Gerald Carter
2001-05-04
1
-1
/
+1
*
Based on an original PAM patch by Andrew Bartlett, re-written by me to
Jeremy Allison
2001-04-30
1
-25
/
+19
*
Added smb_ prefix to all Samba wrapper pam functions.
Jeremy Allison
2001-04-23
1
-1
/
+1
*
Commit of a modified version of Andrew Bartlett's patch that removes the
Jeremy Allison
2001-04-22
1
-5
/
+14
*
merge from 2.2
Andrew Tridgell
2001-04-18
1
-13
/
+37
*
Bail out early if null passwords and lp_null_passwords not set.
Jeremy Allison
2001-03-27
1
-0
/
+5
*
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
Jeremy Allison
2001-03-11
1
-2
/
+0
*
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
2001-03-11
1
-1
/
+1
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
*
replaced inet_aton() with inet_addr() to keep Solaris from complaining.
Gerald Carter
2001-02-08
1
-3
/
+9
*
Fixes from appliance-head for pdc searches.
Jeremy Allison
2001-01-25
1
-1
/
+16
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-04
1
-0
/
+8
*
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
2000-12-19
1
-4
/
+18
*
Fixed bug noticed by JF. se_access_check needs user SID as first in token.
Jeremy Allison
2000-12-12
1
-10
/
+23
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
1
-9
/
+28
[next]