index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
password.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Removed unused auto (IRIX compiler warning).
Jeremy Allison
2000-12-08
1
-2
/
+1
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-1
/
+1
*
Print debug if domain_client_validate() cannot fetch the trust account
Tim Potter
2000-12-06
1
-1
/
+2
*
include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...
Jeremy Allison
2000-11-28
1
-60
/
+81
*
combined 2 if statments which used the same condition
Gerald Carter
2000-11-21
1
-3
/
+5
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-47
/
+57
*
Remove duplicate group initialisation function.
Tim Potter
2000-10-11
1
-22
/
+0
*
Fix for null passwords being allowed bug.
Jeremy Allison
2000-10-05
1
-4
/
+8
*
With John Reilly help tracking it down - fixed a *nasty* bug when
Jeremy Allison
2000-09-12
1
-1
/
+0
*
Hopefully this should fix the primary group permission problem.
Tim Potter
2000-09-07
1
-2
/
+0
*
Fix for the SID history problem when using a Win2k domain controller
Jeremy Allison
2000-09-06
1
-7
/
+4
*
smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.
Jeremy Allison
2000-08-28
1
-1
/
+0
[next]