Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20477: get rid of the spcial case for unicode strings | Stefan Metzmacher | 3 | -26/+22 |
2007-10-10 | r20476: get rid of extra case for uint32 values | Stefan Metzmacher | 4 | -61/+52 |
2007-10-10 | r20475: remove special case for GUID values | Stefan Metzmacher | 4 | -28/+31 |
2007-10-10 | r20474: Skip the delete-on-close test on a non-empty directory in raw-unlink for | Volker Lendecke | 1 | -21/+28 |
2007-10-10 | r20473: remove special case for boolean values | Stefan Metzmacher | 3 | -19/+13 |
2007-10-10 | r20472: add a comment for Object(Replica-Link), it's not clear that | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s... | Stefan Metzmacher | 1 | -3/+102 |
2007-10-10 | r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ... | Stefan Metzmacher | 1 | -11/+9 |
2007-10-10 | r20468: Patch from Martin Kuehl <kuehl@univention.de> to make it easier to load | Andrew Bartlett | 8 | -217/+273 |
2007-10-10 | r20467: Don't segfault if we don't have an OID map | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r20466: I removed the _all only for tests and forgot to revert it | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20464: Make it clear what does the process group stuff | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r20463: implement conversation of NTTIME_UTC attribute syntax | Stefan Metzmacher | 1 | -3/+95 |
2007-10-10 | r20462: add functions to handle UTCTime strings | Stefan Metzmacher | 2 | -8/+87 |
2007-10-10 | r20461: this attribute syntaxes are not used for any attribute definitions in... | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r20460: Simplfy the handling of password hashes in the samba3sam module. | Andrew Bartlett | 1 | -7/+3 |
2007-10-10 | r20459: LDB map cleanup: | Andrew Bartlett | 1 | -16/+17 |
2007-10-10 | r20456: Rename variables to avoid shadowing global function names. | Andrew Bartlett | 2 | -7/+7 |
2007-10-10 | r20455: Apply some of the patches from Martin Kuehl <kuehl@univention.de> to | Andrew Bartlett | 4 | -68/+128 |
2007-10-10 | r20453: add conversation for the DN_BINARY attribute syntax | Stefan Metzmacher | 2 | -3/+110 |
2007-10-10 | r20452: add conversation for DN strings. | Stefan Metzmacher | 1 | -3/+103 |
2007-10-10 | r20450: implement conversation of unicode strings | Stefan Metzmacher | 1 | -2/+97 |
2007-10-10 | r20449: Happy New Year! | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20444: WEB Application framework / SWAT. | Derrell Lipman | 11 | -72/+86 |
2007-10-10 | r20441: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20440: some OID syntax attributes need special handling | Stefan Metzmacher | 1 | -7/+94 |
2007-10-10 | r20439: this should be const pointers | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20438: - bail out on conversation errors | Stefan Metzmacher | 1 | -4/+27 |
2007-10-10 | r20437: add conversation function for OID's | Stefan Metzmacher | 1 | -2/+94 |
2007-10-10 | r20436: add more comments and add macros signed versions of the 64 bit | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r20435: implement the syntax conversation functions for most of the attribute... | Stefan Metzmacher | 1 | -19/+460 |
2007-10-10 | r20425: a w2k3 forest doesn't have objects with attribute values | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r20423: Fix debug output | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20422: A torture test extension for Jeremy | Volker Lendecke | 1 | -0/+26 |
2007-10-10 | r20421: - delay the schema analysis untill the full schema is tranferred | Stefan Metzmacher | 1 | -65/+129 |
2007-10-10 | r20420: create infrastructure to convert attribute values from drsuapi to ldb | Stefan Metzmacher | 3 | -0/+111 |
2007-10-10 | r20419: remove unused ojectSid and NTTIME_1sec cases | Stefan Metzmacher | 1 | -28/+0 |
2007-10-10 | r20418: start to get step by step rid of the union for the attribute | Stefan Metzmacher | 2 | -21/+15 |
2007-10-10 | r20417: - fix pushing of drsuapi_DsAttributeValueDataBlob | Stefan Metzmacher | 2 | -2/+3 |
2007-10-10 | r20416: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20415: add a function to get the lDAPDisplayName for an objectClass | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r20410: add functions to access dsdb_attributes and dsdb_classes by oid, uint... | Stefan Metzmacher | 1 | -0/+110 |
2007-10-10 | r20409: load the attribute syntax for the attribute | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r20408: fix cut'n'paste error | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20407: the oMObjectClass values are not padded to 10 bytes! | Stefan Metzmacher | 2 | -18/+13 |
2007-10-10 | r20406: Metze's change in -r 19662 broke Kerberos logins from Win2k3. | Andrew Bartlett | 1 | -0/+25 |
2007-10-10 | r20405: add an array with attribute syntexes | Stefan Metzmacher | 3 | -1/+194 |
2007-10-10 | r20404: add error code for missing attribute syntax | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r20400: this let ndrdump display the content of a frsrpc_FrsSendCommPkt() | Stefan Metzmacher | 1 | -1/+52 |
2007-10-10 | r20398: Revert this patch, which caused failures in the samba3sam.js build fa... | Andrew Bartlett | 1 | -12/+6 |