summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10r8244: need to be careful about local vs global variables in jsAndrew Tridgell1-6/+6
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-10r8241: - take advantage of pointer comparisonAndrew Tridgell1-1/+28
2007-10-10r8240: support comparing pointers in ejs. This allows forAndrew Tridgell1-1/+4
2007-10-10r8239: - added testing of LookupDomain, OpenDomain and EnumDomainUsersAndrew Tridgell1-3/+82
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell4-0/+49
2007-10-10r8237: expanded the samr.js test to do a samr_Connect(), samr_EnumDomains() a...Andrew Tridgell1-4/+37
2007-10-10r8236: fixed support for arrays of structuresAndrew Tridgell1-4/+4
2007-10-10r8235: fix the buildStefan Metzmacher2-2/+2
2007-10-10r8234: started on testing samr calls from ejs. So far it only does samr_Conne...Andrew Tridgell2-1/+61
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 Tridgell7-10/+78
2007-10-10r8218: added testing of echo_TestSurrounding() andAndrew Tridgell1-0/+45
2007-10-10r8217: added testing of echo_TestSleep() and echo_TestEnum() in echo js codeAndrew Tridgell1-0/+39
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-10r8214: added testing of echo_TestCall2(), which tests the union push codeAndrew Tridgell1-0/+17
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-10r8199: - we don't need to pre-declare 'var status;' everywhereAndrew Tridgell1-4/+22
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell4-29/+112
2007-10-10r8197: added testing of echo_SinkData() and echo_SourceData()Andrew Tridgell1-1/+42
2007-10-10r8196: - added testing of the EchoData interface in the echo test scriptAndrew Tridgell1-11/+75
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-10r8193: fixed the echo.js example code to work with the new syntax for rpcAndrew Tridgell1-1/+1
2007-10-10r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell6-30/+160