Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8238: - fixed handling of NULL pointers from ejs | Andrew Tridgell | 4 | -0/+49 |
2007-10-10 | r8236: fixed support for arrays of structures | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r8235: fix the build | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r8233: - added support for more base types in pidl ejs | Andrew Tridgell | 11 | -25/+314 |
2007-10-10 | r8232: remove samr_String and netr_String as they are the same as lsa_String | Stefan Metzmacher | 16 | -265/+251 |
2007-10-10 | r8230: prevent authentication dying on a NULL domain | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8229: A level2 oplock does not conflict a no-oplock open, but is broken on f... | Volker Lendecke | 1 | -0/+119 |
2007-10-10 | r8228: fix compiler warnings | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1, | Stefan Metzmacher | 3 | -2/+19 |
2007-10-10 | r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ... | Stefan Metzmacher | 1 | -10/+27 |
2007-10-10 | r8225: make nETBIOSName case insensitive, so that lower case netbios domain R... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r8224: - add objectGUID ldif_handler | Stefan Metzmacher | 2 | -31/+165 |
2007-10-10 | r8223: fix the values of nt_version and type we reply in the server code, | Stefan Metzmacher | 3 | -64/+61 |
2007-10-10 | r8222: 0 entries are no error, unless it's a base search | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ... | Andrew Tridgell | 6 | -2/+70 |
2007-10-10 | r8216: - handle union pull in ejs pidl generation | Andrew Tridgell | 2 | -2/+28 |
2007-10-10 | r8215: switched the pull side of the ejs generator over to the recursive LEVE... | Andrew Tridgell | 3 | -61/+71 |
2007-10-10 | r8213: I've started to understand the LEVELS stuff in pidl much better now, | Andrew Tridgell | 3 | -82/+106 |
2007-10-10 | r8212: fix pushing of nbt_string's: | Stefan Metzmacher | 2 | -35/+50 |
2007-10-10 | r8211: fix some cldap replies | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r8210: - make the ndr_token_* function public | Stefan Metzmacher | 1 | -18/+29 |
2007-10-10 | r8203: fix the build temporary, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r8200: - added stub functions for union pull/push | Andrew Tridgell | 2 | -6/+34 |
2007-10-10 | r8198: - handled push/pull of simple strings in ejs | Andrew Tridgell | 4 | -29/+112 |
2007-10-10 | r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t... | Andrew Tridgell | 2 | -17/+17 |
2007-10-10 | r8194: delete the old hand-written ejs code for echo_AddOne. This is now | Andrew Tridgell | 1 | -45/+0 |
2007-10-10 | r8192: updated the glue code for the generated ejs functions from pidl | Andrew Tridgell | 6 | -30/+160 |
2007-10-10 | r8191: updated the ejs code generator in pidl to generate enough code for | Andrew Tridgell | 2 | -20/+340 |
2007-10-10 | r8185: Delete on close on directories: | Volker Lendecke | 2 | -4/+142 |
2007-10-10 | r8182: Little more testing delete-on-close: Check flag with qfileinfo. | Volker Lendecke | 1 | -16/+79 |
2007-10-10 | r8181: Allow host/foo.realm/realm@REALM requests, assuming that the realm | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r8179: Delete-on-close is really a shared DB. Setting it on one connection(!)... | Volker Lendecke | 1 | -84/+138 |
2007-10-10 | r8177: More explorations. | Volker Lendecke | 1 | -1/+46 |
2007-10-10 | r8176: Exploring the share mode database... | Volker Lendecke | 2 | -9/+50 |
2007-10-10 | r8174: Check DOS error codes in torture chkpath test. | Jeremy Allison | 4 | -65/+67 |
2007-10-10 | r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff is | Tim Potter | 3 | -34/+14 |
2007-10-10 | r8168: after testing I saw that w2k3 uses unique pointers on the mgmt pipe | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r8167: - use the same algorithm than w2k3 for 'unique' pointer values | Stefan Metzmacher | 7 | -15/+32 |
2007-10-10 | r8164: - match the ordering w2k3 uses for the PAC_BUFFER: | Stefan Metzmacher | 3 | -15/+98 |
2007-10-10 | r8163: if sidcount is zero it happened that we return NT_STATUS_NO_MEMORY... | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r8162: Revert my pad8 hack. | Andrew Bartlett | 3 | -9/+1 |
2007-10-10 | r8161: Update Samba4 for the new Heimdal update. | Andrew Bartlett | 5 | -4/+5 |
2007-10-10 | r8158: - use the timestring for the serial number of the bind zone file | Stefan Metzmacher | 4 | -10/+35 |
2007-10-10 | r8157: add the algorithm for unique pointers that w2k3 uses. | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r8156: I found out that the unknown[2] field of the unknown[4] array is a len... | Stefan Metzmacher | 3 | -12/+13 |
2007-10-10 | r8154: - fix some mem_leals | Stefan Metzmacher | 1 | -0/+14 |
2007-10-10 | r8150: these should be static | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r8148: - make the PAC generation code a bit more readable and add some outof ... | Stefan Metzmacher | 7 | -78/+277 |
2007-10-10 | r8146: fix compiler warning | Stefan Metzmacher | 1 | -7/+5 |
2007-10-10 | r8136: remove unused var | Stefan Metzmacher | 1 | -2/+0 |