summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r7450: fix my bone head mistake with ntlm authentcation and 'map to guest = b...Gerald Carter1-9/+4
2007-10-10r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter1-5/+15
2007-10-10r7024: reverting mistaken commitGerald Carter1-13/+5
2007-10-10r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter1-5/+13
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2003-11-23Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett1-2/+13
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-0/+3
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-2/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-07-18Fix memleakVolker Lendecke1-1/+1
2003-07-05PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett1-6/+6
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-10/+11
2003-07-01fix typos in log messages and comments.Gerald Carter1-2/+2
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-3/+9
2003-06-28add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter1-1/+13
2003-06-23fix typo (bug #170)Gerald Carter1-1/+1
2003-05-25Get 'add user script' working again for Samba 3.0.Andrew Bartlett1-6/+0
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-1/+1
2003-05-15Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij1-9/+17
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-12/+19
2003-04-24Merge auth changes from HEAD:Andrew Bartlett1-40/+51
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-37/+63
2003-03-17Merge from HEAD - doxygenAndrew Bartlett1-2/+2
2003-01-28Merge from HEAD:Andrew Bartlett1-1/+9
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-4/+4
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-55/+44
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-7/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-40/+42
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-3/+3
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20Spelling fixes.Tim Potter1-6/+6
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-107/+258
2002-01-01A farily large commit:Andrew Bartlett1-4/+10
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-29/+56
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-13/+15
2001-11-27fixed the panics on basicsmb-sharelist on sun1Andrew Tridgell1-1/+3
2001-11-27fix sense of lp_allow_trusted_domains()Andrew Tridgell1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-1/+1
2001-11-26challange -> challengeTim Potter1-4/+4
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-79/+86
2001-11-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett1-24/+43
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-145/+118
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+13