summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls_sys.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-21Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij1-1/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-2/+7
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-2/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23177: Add in a new provision-backend script. This helps set up the OpenLDA...Andrew Bartlett1-0/+28
2007-10-10r20364: SWAT updates, part 1Derrell Lipman1-0/+18
2007-10-10r19051: JSON-RPC server work-in-progress. It's almost working.Derrell Lipman1-1/+1
2007-10-10r18880: JSON-RPC work in progressDerrell Lipman1-0/+84
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell1-1/+2
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell1-1/+1
2007-10-10r11171: fix the buildStefan Metzmacher1-1/+2
2007-10-10r11086: add sys.unix2nttime() functionStefan Metzmacher1-0/+17
2007-10-10r11085: as ejs doesn't support '&' '|' bitwise AND and OR,Stefan Metzmacher1-0/+47
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell1-1/+2
2007-10-10r9813: Conver testsuite for samba3sam module to EJSJelmer Vernooij1-3/+3
2007-10-10r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell1-0/+71
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell1-13/+12
2007-10-10r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell1-0/+19
2007-10-10r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell1-8/+22
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-0/+91
2007-10-10r8337: - use 64 bit access functions in ejs callsAndrew Tridgell1-0/+95