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