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