summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls_string.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-529/+0
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-5/+5
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21419: Give some more clue about what's going onSimo Sorce2007-10-101-2/+2
* r18850: add strspn() function i ejsDerrell Lipman2007-10-101-0/+17
* r17791: get rid of another compiler warningStefan Metzmacher2007-10-101-2/+3
* r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell2007-10-101-1/+2
* r11498: added an optional extra argument to split to limit the number ofAndrew Tridgell2007-10-101-8/+19
* r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell2007-10-101-1/+1
* r11365: fixed a comment typoAndrew Tridgell2007-10-101-1/+1
* r9825: Correctly handle length argument to substr()Jelmer Vernooij2007-10-101-3/+2
* r9756: One-way upgrade from Samba3->Samba4 basically works nowJelmer Vernooij2007-10-101-0/+57
* r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell2007-10-101-1/+0
* r9082: added the ECMA functions encodeURIComponent() andAndrew Tridgell2007-10-101-0/+81
* r8661: added strstr() ejs function in string libAndrew Tridgell2007-10-101-0/+17
* r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2007-10-101-7/+19
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r8372: - split out provisioning logic into a separate ejs libraryAndrew Tridgell2007-10-101-0/+15
* r8355: - added a vsprintf() functionAndrew Tridgell2007-10-101-0/+36
* r8340: - added sys_gmtime()Andrew Tridgell2007-10-101-11/+122
* r8337: - use 64 bit access functions in ejs callsAndrew Tridgell2007-10-101-1/+1
* r8331: added split(), join() and FileLoad() functions to ejs.Andrew Tridgell2007-10-101-0/+103
* r8318: added a bunch more ejs calls.Andrew Tridgell2007-10-101-0/+70