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
/
source3
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
More cleanup work preparing for SMB signing.
Jeremy Allison
2002-06-01
1
-3
/
+3
*
Spelling fixes.
Tim Potter
2002-05-28
1
-7
/
+7
*
Clean up a few unused functions, add a bit of static etc.
Andrew Bartlett
2002-05-25
1
-28
/
+0
*
Name the authentication modules, and therfore fix up both the build farm
Andrew Bartlett
2002-05-24
4
-0
/
+6
*
Remove the password length paramater from cli_full_connection - it really
Andrew Bartlett
2002-05-24
1
-1
/
+1
*
Move the authenticaion subsystem over to the same 'module:options' syntax
Andrew Bartlett
2002-05-24
8
-38
/
+106
*
Nobody uses this function, and there really doesn't seem much point to
Andrew Bartlett
2002-05-22
1
-20
/
+0
*
Cleanups!
Andrew Bartlett
2002-05-22
3
-44
/
+30
*
typo day :-(
Simo Sorce
2002-05-21
1
-1
/
+1
*
typo, sorry
Simo Sorce
2002-05-21
11
-11
/
+11
*
debug classized
Simo Sorce
2002-05-21
12
-0
/
+36
*
Ensure auth requests from the same machine are completely serialized.
Jeremy Allison
2002-04-22
1
-5
/
+40
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
1
-1
/
+1
*
Spelling.
Tim Potter
2002-04-07
1
-1
/
+1
*
Moved debug messages for grabbing/releasing mutex.
Jeremy Allison
2002-03-27
1
-2
/
+0
*
Don't hold the mutex for more than 20 seconds.
Jeremy Allison
2002-03-26
1
-2
/
+4
*
Spelling fixes.
Tim Potter
2002-03-24
1
-1
/
+1
*
Extra parinoa and DEBUG()s for the make_user_info_map() code.
Andrew Bartlett
2002-03-23
1
-4
/
+18
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
2
-5
/
+5
*
Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...
Andrew Bartlett
2002-03-13
1
-1
/
+6
*
Allow Samba to trust NT4 Domains.
Andrew Bartlett
2002-03-02
2
-16
/
+122
*
SECURITY FIXES:
Andrew Bartlett
2002-03-01
1
-6
/
+4
*
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
2002-03-01
1
-1
/
+1
*
Ensure that winbindd and smbd both use identical logic to find dc's.
Jeremy Allison
2002-02-28
1
-11
/
+12
*
"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.
Andrew Bartlett
2002-02-27
1
-1
/
+1
*
serialise all domain auth requests
Andrew Tridgell
2002-02-18
1
-1
/
+10
*
Fix use of uninitialsed variable in PAM code
Andrew Bartlett
2002-02-05
1
-2
/
+2
*
Drastic impromvents to pam_winbind.
Andrew Bartlett
2002-02-05
1
-21
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
12
-24
/
+12
*
Fix up a security issue with the way we handle domain groups retuned on the
Andrew Bartlett
2002-01-26
1
-16
/
+2
*
Bring auth_winbind into line with the protocol changes
Andrew Bartlett
2002-01-25
1
-0
/
+3
*
Remove check for passwordserver = "*" as we now initialise it.
Tim Potter
2002-01-25
1
-1
/
+6
*
Spelling fixes.
Tim Potter
2002-01-20
1
-6
/
+6
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-3
/
+1
*
Add a touch of 'const' to some auth components, and move the simple plaintext
Andrew Bartlett
2002-01-20
2
-32
/
+41
*
Don't do tridge's crazy 'am I a trusted domain' lookup for guests.
Andrew Bartlett
2002-01-18
1
-9
/
+12
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
3
-6
/
+26
*
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
2002-01-15
2
-3
/
+5
*
Fix a segfault in auth/auth_domain.c error cases.
Andrew Bartlett
2002-01-14
1
-2
/
+1
*
Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Andrew Bartlett
2002-01-12
1
-0
/
+4
*
fixed a crash bug in domain auth caused by an uninitialised nt_status
Andrew Tridgell
2002-01-11
1
-1
/
+1
*
The DC is meant to be sent the *unmapped* username...
Andrew Bartlett
2002-01-11
1
-1
/
+1
*
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
2002-01-11
2
-28
/
+28
*
Better explanation message for dmalloc.
Martin Pool
2002-01-09
1
-1
/
+1
*
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
11
-532
/
+535
*
debug statement fixups.
Jeremy Allison
2002-01-02
1
-16
/
+16
*
Another touch of 'const'
Andrew Bartlett
2002-01-02
1
-1
/
+1
*
Allow usernames in the form of 'NT_STATUS_....' to map to that as the error
Andrew Bartlett
2002-01-01
1
-0
/
+6
*
Now that winbind doesn't rely on this, we may as well remove it...
Andrew Bartlett
2002-01-01
1
-108
/
+0
*
A farily large commit:
Andrew Bartlett
2002-01-01
9
-184
/
+158
[next]