summaryrefslogtreecommitdiff
path: root/source4/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-13/+13
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-2/+2
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+14
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-281/+122
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+3
2007-10-10r3876: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-19/+1
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-14/+5
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett1-0/+4
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-17/+14
2007-10-10r1982: i is not initialised or usedAndrew Tridgell1-2/+1
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-1/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-0/+5
2007-10-10r1292: Add const to the subsystem/module registration code.Andrew Bartlett1-2/+9
2007-10-10r1067: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-3/+7
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-6/+6
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-3/+0
2007-10-10r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett1-6/+0
2007-10-10r448: Fix 'auth' in Samba4, by making 'auth methods' a normal smb.confAndrew Bartlett1-41/+0
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-34/+43
2004-02-03- port AUTH and PASSDB subsystems to newStefan Metzmacher1-48/+126
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-2/+1
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-8/+8
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+456