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
*
sync with SAMBA_2_2 for 2.2.6rc1
Gerald Carter
2002-10-09
1
-7
/
+31
*
merging for 2.2.6pre1
Gerald Carter
2002-07-27
1
-3
/
+3
*
Start of merge to 2_2_RELEASE branch for release.
Jeremy Allison
2002-04-30
1
-431
/
+462
*
Move over to RELEASE branch.
Jeremy Allison
2002-02-01
1
-220
/
+220
*
Sync-up with SAMBA_2_2 branch.
Jeremy Allison
2001-10-11
1
-92
/
+87
*
Syncup getting ready for release.
Jeremy Allison
2001-07-06
1
-240
/
+284
*
Adding Andrew Bartlett's mini-fixes to extend use of PAM to encrypted passwor...
John Terpstra
2001-04-13
1
-1
/
+10
*
Bail out early if null password 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
*
But Doctor, I had to kill the patient in order to save him....
Jeremy Allison
2001-02-21
1
-4
/
+0
*
merges from HEAD
Gerald Carter
2001-02-08
1
-2
/
+8
*
Fixes from appliance-head for pdc searches.
Jeremy Allison
2001-01-25
1
-1
/
+16
*
Big merge to sync up appliance-head and 2.2.
Jeremy Allison
2001-01-08
1
-0
/
+8
*
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
2000-12-20
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
*
Merged in Tim's changes: Removed static limit of MAX_LOOKUP_SIDS in rpc serve...
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 do a unix_to_dos() on read.
Jeremy Allison
2000-12-07
1
-1
/
+1
*
Merge from applience-head of error message.
Jeremy Allison
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
*
Brought Tim's new initgroups winbind functionality. Now need to fix
Jeremy Allison
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
*
Merge bug - still getting used to dirdiff.
Tim Potter
2000-08-28
1
-1
/
+0
*
Merge from appliance branch.
Tim Potter
2000-08-28
1
-0
/
+10
*
Found the sec_ctx_stack overflow - a become_root() should have been an
Jeremy Allison
2000-08-08
1
-1
/
+1
*
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
2000-08-04
1
-3
/
+6
*
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
2000-08-03
1
-15
/
+12
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
1
-67
/
+46
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-2
/
+2
*
Spelling fixes.
Tim Potter
2000-07-10
1
-3
/
+3
*
Delete OriginalDir stuff.
Tim Potter
2000-06-23
1
-3
/
+3
*
ZERO_STRUCT() of info3 structure before using it.
Tim Potter
2000-06-14
1
-0
/
+2
*
Luke, I am moving the code back into passdb/passdb.c, this the correct
Jeremy Allison
2000-06-09
1
-52
/
+14
*
free NET_USER_INFO_3 gids when vuser invalidated.
Luke Leighton
2000-06-09
1
-0
/
+4
*
dynamic allocation of NET_USER_INFO_3 gids.
Luke Leighton
2000-06-09
1
-23
/
+37
*
reverted jeremy's changes that removed NET_USER_INFO_3. will you please
Luke Leighton
2000-06-09
1
-28
/
+53
*
include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...
Jeremy Allison
2000-06-08
1
-53
/
+28
*
added a NET_USER_INFO_3 struct to user_struct.
Luke Leighton
2000-06-08
1
-1
/
+34
*
moved secrets fns into secrets.c
Andrew Tridgell
2000-06-03
1
-1
/
+1
*
got rid of lp_revalidate()
Andrew Tridgell
2000-05-24
1
-1
/
+1
*
use "winbind separator" option for domain/user separator character
Andrew Tridgell
2000-05-12
1
-1
/
+1
*
use our primary domain trust account for trusted domain authentication
Andrew Tridgell
2000-05-12
1
-2
/
+2
*
- changed smb_getpwnam() to use winbind style usernames
Andrew Tridgell
2000-05-10
1
-1
/
+1
*
treat a blank "password server =" line as a "*" if in domain security
Andrew Tridgell
2000-05-10
1
-3
/
+2
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
- use smb_gwtpwnam() in another couple of places
Andrew Tridgell
2000-05-09
1
-1
/
+1
[next]