summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8264: - Use standard perl package structure for pidl.Jelmer Vernooij30-535/+376
2007-10-10r8263: Some small pidl fixes, start working towards supporting installation o...Jelmer Vernooij4-5/+7
2007-10-10r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell4-106/+119
2007-10-10r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2-5/+5
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell4-18/+63
2007-10-10r8259: We want to oset the provided flags not zeroSimo Sorce1-1/+1
2007-10-10r8258: Release the opendb lock in pvfs_change_create_options.Volker Lendecke1-0/+2
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell5-3/+35
2007-10-10r8255: enable access to the ejs constants generated by pidl from the web serv...Andrew Tridgell1-0/+2
2007-10-10r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell1-1/+1
2007-10-10r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...Andrew Tridgell2-1/+4
2007-10-10r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett3-5/+18
2007-10-10r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can youAndrew Tridgell2-1/+2
2007-10-10r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett6-31/+90
2007-10-10r8249: Clarify (with a comment) why we are playing these games here.Andrew Bartlett1-0/+1
2007-10-10r8248: Make these comments more accurate.Andrew Bartlett1-4/+6
2007-10-10r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell1-1/+5
2007-10-10r8246: Don't try and set the element after the end off the array to NULL.Andrew Bartlett1-1/+1
2007-10-10r8245: Add const.Andrew Bartlett1-2/+2
2007-10-10r8243: fixed indentation of generated ejs interface codeAndrew Tridgell1-92/+167
2007-10-10r8242: support bitmap constants from ejs callsAndrew Tridgell1-4/+13
2007-10-10r8240: support comparing pointers in ejs. This allows forAndrew Tridgell1-1/+4
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell4-0/+49
2007-10-10r8236: fixed support for arrays of structuresAndrew Tridgell1-4/+4
2007-10-10r8235: fix the buildStefan Metzmacher2-2/+2
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell11-25/+314
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher16-265/+251
2007-10-10r8230: prevent authentication dying on a NULL domainAndrew Tridgell1-1/+1
2007-10-10r8229: A level2 oplock does not conflict a no-oplock open, but is broken on f...Volker Lendecke1-0/+119
2007-10-10r8228: fix compiler warningsStefan Metzmacher1-9/+9
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher3-2/+19
2007-10-10r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ...Stefan Metzmacher1-10/+27
2007-10-10r8225: make nETBIOSName case insensitive, so that lower case netbios domain R...Stefan Metzmacher1-0/+1
2007-10-10r8224: - add objectGUID ldif_handlerStefan Metzmacher2-31/+165
2007-10-10r8223: fix the values of nt_version and type we reply in the server code,Stefan Metzmacher3-64/+61
2007-10-10r8222: 0 entries are no error, unless it's a base searchStefan Metzmacher1-1/+5
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell6-2/+70
2007-10-10r8216: - handle union pull in ejs pidl generationAndrew Tridgell2-2/+28
2007-10-10r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell3-61/+71
2007-10-10r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell3-82/+106
2007-10-10r8212: fix pushing of nbt_string's:Stefan Metzmacher2-35/+50
2007-10-10r8211: fix some cldap repliesStefan Metzmacher1-3/+3
2007-10-10r8210: - make the ndr_token_* function publicStefan Metzmacher1-18/+29
2007-10-10r8203: fix the build temporary,Stefan Metzmacher1-2/+2
2007-10-10r8200: - added stub functions for union pull/pushAndrew Tridgell2-6/+34
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell4-29/+112
2007-10-10r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...Andrew Tridgell2-17/+17
2007-10-10r8194: delete the old hand-written ejs code for echo_AddOne. This is nowAndrew Tridgell1-45/+0
2007-10-10r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell6-30/+160
2007-10-10r8191: updated the ejs code generator in pidl to generate enough code forAndrew Tridgell2-20/+340