summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth.c
Commit message (Expand)AuthorAgeFilesLines
* r13316: Let the carnage begin....Gerald Carter2007-10-101-10/+10
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r7450: fix my bone head mistake with ntlm authentcation and 'map to guest = b...Gerald Carter2007-10-101-9/+4
* r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter2007-10-101-5/+15
* r7024: reverting mistaken commitGerald Carter2007-10-101-13/+5
* r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter2007-10-101-5/+13
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett2003-11-231-2/+13
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-0/+3
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* Fix memleakVolker Lendecke2003-07-181-1/+1
* PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett2003-07-051-6/+6
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-10/+11
* fix typos in log messages and comments.Gerald Carter2003-07-011-2/+2
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-3/+9
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-281-1/+13
* fix typo (bug #170)Gerald Carter2003-06-231-1/+1
* 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