summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-11s3: Make "auth_context" its own talloc parentVolker Lendecke1-12/+6
2009-07-16Remove an unused talloc context.Jeremy Allison1-8/+2
2009-02-21Fix some nonempty blank linesVolker Lendecke1-31/+31
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke1-6/+8
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-8/+8
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-10/+26
2008-02-04tiny simplificationVolker Lendecke1-5/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-4/+4
2007-10-10r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke1-4/+1
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-2/+1
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green1-0/+2
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-10/+10
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-2/+2
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