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
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
- portablitity fixes for cc -64 on irix
Andrew Tridgell
2001-12-31
1
-3
/
+3
*
Add a pile of doxygen style comments to various parts of Samba. Many of these
Andrew Bartlett
2001-12-30
4
-56
/
+119
*
Removed extra lp_adduser() call.
Jeremy Allison
2001-12-29
1
-17
/
+0
*
added trusted realm support to ADS authentication
Andrew Tridgell
2001-12-19
2
-14
/
+35
*
make sure we pass the lm and nt data in the right order. They were swapped, ...
Jim McDonough
2001-12-17
1
-2
/
+2
*
If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...
Jim McDonough
2001-12-14
1
-1
/
+1
*
added info level 3 to samrgetgroupinfo. I don't know what the value is.
Jean-François Micouleau
2001-12-10
1
-1
/
+1
*
Fix segfault, and add a comment.
Andrew Bartlett
2001-12-08
1
-2
/
+5
*
again an intrusive patch:
Jean-François Micouleau
2001-12-06
2
-2
/
+4
*
I think the lookup_pdc_name() should be called lookup_dc_name() and the
Tim Potter
2001-11-29
1
-1
/
+1
*
fix a bunch of places where we can double-free a cli structure
Andrew Tridgell
2001-11-28
1
-4
/
+0
*
fixed the panics on basicsmb-sharelist on sun1
Andrew Tridgell
2001-11-27
1
-1
/
+3
*
fixed leak in free_user_info()
Andrew Tridgell
2001-11-27
1
-0
/
+1
*
another memory leak bites the dust
Andrew Tridgell
2001-11-27
1
-4
/
+0
*
fix sense of lp_allow_trusted_domains()
Andrew Tridgell
2001-11-27
3
-11
/
+2
*
Fix debug
Andrew Bartlett
2001-11-26
1
-1
/
+1
*
A number of things to clean up the auth subsytem a bit...
Andrew Bartlett
2001-11-26
6
-52
/
+83
*
add SEC_ADS auth method
Andrew Tridgell
2001-11-26
1
-0
/
+12
*
challange -> challenge
Tim Potter
2001-11-26
7
-54
/
+54
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-5
/
+3
*
This compleats the of the authenticaion subystem into the new 'auth'
Andrew Bartlett
2001-11-26
1
-1
/
+410
*
Add the PDC end of the smbtorture test for creating an NT_STATUS -> DOS error
Andrew Bartlett
2001-11-25
2
-0
/
+36
*
And add the winbind module I missed in the last run.
Andrew Bartlett
2001-11-24
1
-0
/
+111
*
This is another rather major change to the samba authenticaion
Andrew Bartlett
2001-11-24
9
-292
/
+799
*
More spelling fixes, comment reformatting.
Tim Potter
2001-11-21
1
-8
/
+11
*
Spelling fix, reformatted comment.
Tim Potter
2001-11-21
1
-4
/
+6
*
Fixed sizeof vs array length bug in make_user_info_winbind_crap()
Tim Potter
2001-11-20
1
-2
/
+2
*
Fix up some DEBUG()s
Andrew Bartlett
2001-11-11
1
-17
/
+37
[next]