summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs
Commit message (Expand)AuthorAgeFilesLines
* r17648: update minschema.jsSimo Sorce2007-10-101-2/+14
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-102-2/+2
* 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-102-2/+16
* r16168: Make the example match the actual function.Andrew Bartlett2007-10-101-1/+1
* r15805: Fix incompatible type assignment. Caught by the IBM checker.Jelmer Vernooij2007-10-101-1/+1
* r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell2007-10-1010-10/+20
* r15581: Remove unused includeJelmer Vernooij2007-10-101-1/+0
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2007-10-101-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-102-2/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-4/+4
* r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach2007-10-101-1/+2
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14603: Fix building of ejs modules as shared libsJelmer Vernooij2007-10-103-4/+14
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2007-10-101-1/+0
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-3/+3
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-104-0/+6
* r14500: Make some more functions publicJelmer Vernooij2007-10-101-1/+1
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-1/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-104-4/+5
* r14381: Kill structs.hJelmer Vernooij2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+3
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-104-0/+4
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-16/+1
* r14110: make ndr interface parsing code libraries,Stefan Metzmacher2007-10-101-1/+1
* r14109: Modulify the smbcalls subsystem.Jelmer Vernooij2007-10-102-27/+60
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-2/+2
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-101-1/+0
* r13942: fix dependenciesStefan Metzmacher2007-10-101-3/+22
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-108-0/+11
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-1/+5
* r13710: fix compiler warningsStefan Metzmacher2007-10-103-7/+7
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r13369: let's have a way to show the samba4 version through ejsSimo Sorce2007-10-101-0/+11
* r13018: Fix (correct) warning about mixing C/js interface function types. IAndrew Bartlett2007-10-101-1/+1
* r12997: Feed the right event context to libnet in ejsnet and the auth code.Andrew Bartlett2007-10-102-11/+22
* r12931: Remove some prefixes. We have:Andrew Bartlett2007-10-101-2/+1
* r12928: This patch improves the interaction between the vampire and provsion ...Andrew Bartlett2007-10-101-1/+6
* r12918: Don't tell the user the difference between 'no such user' and 'wrongAndrew Bartlett2007-10-101-0/+5
* r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett2007-10-103-48/+195
* r12823: Fix up the provison and newuser code in SWAT. This also cleans up theAndrew Bartlett2007-10-101-1/+5
* r12822: Given that talloc gives us this extra level of safety, use it.Andrew Bartlett2007-10-101-2/+2
* 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-102-4/+24
* r12744: For correctly written scripts, we don't need this anymore. Only useAndrew Bartlett2007-10-101-3/+1
* r12738: Use a talloc_reference to ensure this doesn't get free()'ed too early.Andrew Bartlett2007-10-101-0/+3
* r12708: This is equivilant, but doesn't cause a warning.Andrew Bartlett2007-10-101-2/+1