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
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2002-03-13
Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...
Andrew Bartlett
1
-1
/
+6
2002-03-02
Allow Samba to trust NT4 Domains.
Andrew Bartlett
2
-16
/
+122
2002-03-01
SECURITY FIXES:
Andrew Bartlett
1
-6
/
+4
2002-03-01
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
1
-1
/
+1
2002-02-28
Ensure that winbindd and smbd both use identical logic to find dc's.
Jeremy Allison
1
-11
/
+12
2002-02-27
"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.
Andrew Bartlett
1
-1
/
+1
2002-02-18
serialise all domain auth requests
Andrew Tridgell
1
-1
/
+10
2002-02-05
Fix use of uninitialsed variable in PAM code
Andrew Bartlett
1
-2
/
+2
2002-02-05
Drastic impromvents to pam_winbind.
Andrew Bartlett
1
-21
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
12
-24
/
+12
2002-01-26
Fix up a security issue with the way we handle domain groups retuned on the
Andrew Bartlett
1
-16
/
+2
2002-01-25
Bring auth_winbind into line with the protocol changes
Andrew Bartlett
1
-0
/
+3
2002-01-25
Remove check for passwordserver = "*" as we now initialise it.
Tim Potter
1
-1
/
+6
2002-01-20
Spelling fixes.
Tim Potter
1
-6
/
+6
2002-01-20
This is another *BIG* change...
Andrew Bartlett
1
-3
/
+1
2002-01-20
Add a touch of 'const' to some auth components, and move the simple plaintext
Andrew Bartlett
2
-32
/
+41
2002-01-18
Don't do tridge's crazy 'am I a trusted domain' lookup for guests.
Andrew Bartlett
1
-9
/
+12
2002-01-17
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
3
-6
/
+26
2002-01-15
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
2
-3
/
+5
2002-01-14
Fix a segfault in auth/auth_domain.c error cases.
Andrew Bartlett
1
-2
/
+1
2002-01-12
Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Andrew Bartlett
1
-0
/
+4
2002-01-11
fixed a crash bug in domain auth caused by an uninitialised nt_status
Andrew Tridgell
1
-1
/
+1
2002-01-11
The DC is meant to be sent the *unmapped* username...
Andrew Bartlett
1
-1
/
+1
2002-01-11
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
2
-28
/
+28
2002-01-09
Better explanation message for dmalloc.
Martin Pool
1
-1
/
+1
2002-01-05
I've decided to move the auth code around a bit more...
Andrew Bartlett
11
-532
/
+535
2002-01-02
debug statement fixups.
Jeremy Allison
1
-16
/
+16
2002-01-02
Another touch of 'const'
Andrew Bartlett
1
-1
/
+1
2002-01-01
Allow usernames in the form of 'NT_STATUS_....' to map to that as the error
Andrew Bartlett
1
-0
/
+6
2002-01-01
Now that winbind doesn't rely on this, we may as well remove it...
Andrew Bartlett
1
-108
/
+0
2002-01-01
A farily large commit:
Andrew Bartlett
9
-184
/
+158
2001-12-31
- portablitity fixes for cc -64 on irix
Andrew Tridgell
1
-3
/
+3
2001-12-30
Add a pile of doxygen style comments to various parts of Samba. Many of these
Andrew Bartlett
4
-56
/
+119
2001-12-29
Removed extra lp_adduser() call.
Jeremy Allison
1
-17
/
+0
2001-12-19
added trusted realm support to ADS authentication
Andrew Tridgell
2
-14
/
+35
2001-12-17
make sure we pass the lm and nt data in the right order. They were swapped, ...
Jim McDonough
1
-2
/
+2
2001-12-14
If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...
Jim McDonough
1
-1
/
+1
2001-12-10
added info level 3 to samrgetgroupinfo. I don't know what the value is.
Jean-François Micouleau
1
-1
/
+1
2001-12-08
Fix segfault, and add a comment.
Andrew Bartlett
1
-2
/
+5
2001-12-06
again an intrusive patch:
Jean-François Micouleau
2
-2
/
+4
2001-11-29
I think the lookup_pdc_name() should be called lookup_dc_name() and the
Tim Potter
1
-1
/
+1
2001-11-28
fix a bunch of places where we can double-free a cli structure
Andrew Tridgell
1
-4
/
+0
2001-11-27
fixed the panics on basicsmb-sharelist on sun1
Andrew Tridgell
1
-1
/
+3
2001-11-27
fixed leak in free_user_info()
Andrew Tridgell
1
-0
/
+1
2001-11-27
another memory leak bites the dust
Andrew Tridgell
1
-4
/
+0
2001-11-27
fix sense of lp_allow_trusted_domains()
Andrew Tridgell
3
-11
/
+2
2001-11-26
Fix debug
Andrew Bartlett
1
-1
/
+1
2001-11-26
A number of things to clean up the auth subsytem a bit...
Andrew Bartlett
6
-52
/
+83
2001-11-26
add SEC_ADS auth method
Andrew Tridgell
1
-0
/
+12
2001-11-26
challange -> challenge
Tim Potter
7
-54
/
+54
[next]