summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls_auth.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-1/+5
2007-10-10r17339: pass the event context and messaging context together to theStefan Metzmacher1-2/+11
2007-10-10r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell1-1/+2
2007-10-10r12997: Feed the right event context to libnet in ejsnet and the auth code.Andrew Bartlett1-8/+9
2007-10-10r12931: Remove some prefixes. We have:Andrew Bartlett1-2/+1
2007-10-10r12918: Don't tell the user the difference between 'no such user' and 'wrongAndrew Bartlett1-0/+5
2007-10-10r12823: Fix up the provison and newuser code in SWAT. This also cleans up theAndrew Bartlett1-1/+5
2007-10-10r12819: Fix swat authentication again. We need to pass the socket_addressAndrew Bartlett1-8/+17
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-14/+7
2007-10-10r12746: An initial version of the kludge_acls module.Andrew Bartlett1-0/+17
2007-10-10r12596: This variable is unused.Andrew Bartlett1-3/+0
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-4/+16
2007-10-10r11439: Make presedence on strcmp comparison clear, and fill inAndrew Bartlett1-1/+3
2007-10-10r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett1-1/+1
2007-10-10r9755: Fix crash bug in SWAT loginJelmer Vernooij1-1/+4
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett1-1/+1
2007-10-10r9500: userAuth() takes a creds object, not a general object now ...Andrew Tridgell1-1/+1
2007-10-10r9499: added error checking to the userAuth() call. SWAT is still failing, bu...Andrew Tridgell1-1/+5
2007-10-10r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak1-4/+7
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-10/+25
2007-10-10r8633: check for valid input to ejs_userAuth()Andrew Tridgell1-0/+5
2007-10-10r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell1-27/+8
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8340: - added sys_gmtime()Andrew Tridgell1-6/+6
2007-10-10r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell1-2/+2
2007-10-10r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell1-0/+144