index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
password.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-1
/
+0
2001-09-30
Small changes to register_vuid ahead of a larger restructure.
Andrew Bartlett
1
-3
/
+3
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-4
/
+4
2001-09-15
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
1
-8
/
+0
2001-08-20
a bunch of fixes from the sflight to seattle
Andrew Tridgell
1
-1
/
+0
2001-08-17
Restore a debug I think I dropped earlier
Andrew Bartlett
1
-0
/
+2
2001-08-17
smbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett
1
-3
/
+0
2001-08-17
Style cleanup for the last vuid change.
Andrew Bartlett
1
-1
/
+1
2001-08-17
One less getpwnam() call...
Andrew Bartlett
1
-10
/
+3
2001-08-03
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
1
-1072
/
+0
2001-08-01
Pidfile check can be read-only. Removed old ifdef in password.c
Jeremy Allison
1
-24
/
+3
2001-07-24
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
1
-13
/
+22
2001-07-17
move the global_machine_password_needs_changing where we need it.
Simo Sorce
1
-0
/
+2
2001-07-16
Test if machine password has expired.
Simo Sorce
1
-0
/
+6
2001-07-08
This removes unused paramaters from various authtication functions, and should
Andrew Bartlett
1
-21
/
+14
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-1
/
+1
2001-06-25
Fixed stupid typo that would stop trusted domains working.
Jeremy Allison
1
-4
/
+3
2001-06-22
Andrew - please look this over. I've fixed a long standing (maybe 4-5
Jeremy Allison
1
-136
/
+147
2001-06-14
Fixed some return code checks for cli_initialise() from False to NULL.
Tim Potter
1
-1
/
+1
2001-05-31
Fix debug statement so it doesn't use lp_workgroup() either.
Jeremy Allison
1
-1
/
+1
2001-05-25
i18n fix for domain_client_validate()
Tim Potter
1
-1
/
+1
2001-05-17
Fixes to get pam_auth() functionality working again.
Tim Potter
1
-10
/
+11
2001-05-07
Patch from Simo:
Gerald Carter
1
-9
/
+9
2001-05-06
Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought
Jeremy Allison
1
-70
/
+77
2001-05-04
Big cleanup of passdb and backends.
Jean-François Micouleau
1
-5
/
+19
2001-05-04
merge from 2.2 in password_ok() to ensure that we check the
Gerald Carter
1
-1
/
+1
2001-04-30
Based on an original PAM patch by Andrew Bartlett, re-written by me to
Jeremy Allison
1
-25
/
+19
2001-04-23
Added smb_ prefix to all Samba wrapper pam functions.
Jeremy Allison
1
-1
/
+1
2001-04-22
Commit of a modified version of Andrew Bartlett's patch that removes the
Jeremy Allison
1
-5
/
+14
2001-04-18
merge from 2.2
Andrew Tridgell
1
-13
/
+37
2001-03-27
Bail out early if null passwords and lp_null_passwords not set.
Jeremy Allison
1
-0
/
+5
2001-03-11
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
Jeremy Allison
1
-2
/
+0
2001-03-11
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
1
-1
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-4
/
+0
2001-02-08
replaced inet_aton() with inet_addr() to keep Solaris from complaining.
Gerald Carter
1
-3
/
+9
2001-01-25
Fixes from appliance-head for pdc searches.
Jeremy Allison
1
-1
/
+16
2001-01-04
Changes from APPLIANCE_HEAD:
David O'Neill
1
-0
/
+8
2000-12-19
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
1
-4
/
+18
2000-12-12
Fixed bug noticed by JF. se_access_check needs user SID as first in token.
Jeremy Allison
1
-10
/
+23
2000-12-12
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
1
-9
/
+28
2000-12-08
Removed unused auto (IRIX compiler warning).
Jeremy Allison
1
-2
/
+1
2000-12-07
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
1
-1
/
+1
2000-12-06
Print debug if domain_client_validate() cannot fetch the trust account
Tim Potter
1
-1
/
+2
2000-11-28
include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...
Jeremy Allison
1
-60
/
+81
2000-11-21
combined 2 if statments which used the same condition
Gerald Carter
1
-3
/
+5
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
1
-47
/
+57
2000-10-11
Remove duplicate group initialisation function.
Tim Potter
1
-22
/
+0
2000-10-05
Fix for null passwords being allowed bug.
Jeremy Allison
1
-4
/
+8
2000-09-12
With John Reilly help tracking it down - fixed a *nasty* bug when
Jeremy Allison
1
-1
/
+0
[next]