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
/
auth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by emil@disksites.com <Emil Rasamat> to ensure we always always
Andrew Bartlett
2003-11-23
1
-2
/
+13
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-0
/
+3
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-2
/
+2
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-2
/
+2
*
Fix memleak
Volker Lendecke
2003-07-18
1
-1
/
+1
*
PAM should operate on the Unix username, not the NT username (which might not
Andrew Bartlett
2003-07-05
1
-6
/
+6
*
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
1
-10
/
+11
*
fix typos in log messages and comments.
Gerald Carter
2003-07-01
1
-2
/
+2
*
Here's the code to make winbindd work on a Samba DC
Gerald Carter
2003-06-29
1
-3
/
+9
*
add check for NT_STATUS_NOT_IMPLEMENTED in auth check so that
Gerald Carter
2003-06-28
1
-1
/
+13
*
fix typo (bug #170)
Gerald Carter
2003-06-23
1
-1
/
+1
*
Get 'add user script' working again for Samba 3.0.
Andrew Bartlett
2003-05-25
1
-6
/
+0
*
add metze's patch for smb_register functions
Simo Sorce
2003-05-16
1
-1
/
+1
*
Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
Jelmer Vernooij
2003-05-15
1
-9
/
+17
*
Make the version numbers ints (patch from metze)
Jelmer Vernooij
2003-04-30
1
-1
/
+1
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-12
/
+19
*
Merge auth changes from HEAD:
Andrew Bartlett
2003-04-24
1
-40
/
+51
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-37
/
+63
*
Merge from HEAD - doxygen
Andrew Bartlett
2003-03-17
1
-2
/
+2
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-1
/
+9
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-4
/
+4
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
1
-55
/
+44
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-1
/
+1
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-7
/
+7
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-40
/
+42
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-3
/
+3
*
Allow Samba to trust NT4 Domains.
Andrew Bartlett
2002-03-02
1
-0
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Spelling fixes.
Tim Potter
2002-01-20
1
-6
/
+6
*
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
1
-107
/
+258
*
A farily large commit:
Andrew Bartlett
2002-01-01
1
-4
/
+10
*
Add a pile of doxygen style comments to various parts of Samba. Many of these
Andrew Bartlett
2001-12-30
1
-29
/
+56
*
added trusted realm support to ADS authentication
Andrew Tridgell
2001-12-19
1
-13
/
+15
*
fixed the panics on basicsmb-sharelist on sun1
Andrew Tridgell
2001-11-27
1
-1
/
+3
*
fix sense of lp_allow_trusted_domains()
Andrew Tridgell
2001-11-27
1
-1
/
+1
*
A number of things to clean up the auth subsytem a bit...
Andrew Bartlett
2001-11-26
1
-1
/
+1
*
challange -> challenge
Tim Potter
2001-11-26
1
-4
/
+4
*
This is another rather major change to the samba authenticaion
Andrew Bartlett
2001-11-24
1
-79
/
+86
*
Minor updates. A small dose of const.
Andrew Bartlett
2001-11-11
1
-1
/
+1
*
Change to guest logon code.
Andrew Bartlett
2001-11-08
1
-24
/
+43
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-145
/
+118
*
Added some extra fields to the auth_serversupplied_info structure.
Tim Potter
2001-10-31
1
-1
/
+13
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
Fix up a number of intertwined issues:
Andrew Bartlett
2001-09-29
1
-0
/
+4
*
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
2001-09-16
1
-10
/
+13
*
Some patches to authentication:
Tim Potter
2001-09-12
1
-13
/
+20
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-8
/
+8
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-8
/
+8
*
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
2001-08-27
1
-8
/
+9
[next]