summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-251-6/+0
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-1/+1
* Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-12/+19
* Merge auth changes from HEAD:Andrew Bartlett2003-04-241-40/+51
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-37/+63
* Merge from HEAD - doxygenAndrew Bartlett2003-03-171-2/+2
* Merge from HEAD:Andrew Bartlett2003-01-281-1/+9
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-4/+4
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-55/+44
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-7/+7
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-40/+42
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-3/+3
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-021-0/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Spelling fixes.Tim Potter2002-01-201-6/+6
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-107/+258
* A farily large commit:Andrew Bartlett2002-01-011-4/+10
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-301-29/+56
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-13/+15
* fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell2001-11-271-1/+3
* fix sense of lp_allow_trusted_domains()Andrew Tridgell2001-11-271-1/+1
* A number of things to clean up the auth subsytem a bit...Andrew Bartlett2001-11-261-1/+1
* challange -> challengeTim Potter2001-11-261-4/+4
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-79/+86
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-081-24/+43
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-145/+118
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-1/+13
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-0/+4
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-10/+13
* Some patches to authentication:Tim Potter2001-09-121-13/+20
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-8/+8
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-8/+8
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-8/+9
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-201-0/+2
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-201-1/+2
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-60/+23
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-1/+1
* Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2001-08-061-1/+2
* This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett2001-08-031-0/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+275