summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20472: add a comment for Object(Replica-Link), it's not clear thatStefan Metzmacher1-0/+6
2007-10-10r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s...Stefan Metzmacher1-3/+102
2007-10-10r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ...Stefan Metzmacher1-11/+9
2007-10-10r20468: Patch from Martin Kuehl <kuehl@univention.de> to make it easier to loadAndrew Bartlett8-217/+273
2007-10-10r20467: Don't segfault if we don't have an OID mapAndrew Bartlett1-1/+1
2007-10-10r20466: I removed the _all only for tests and forgot to revert itStefan Metzmacher1-1/+1
2007-10-10r20464: Make it clear what does the process group stuffAndrew Bartlett1-1/+1
2007-10-10r20463: implement conversation of NTTIME_UTC attribute syntaxStefan Metzmacher1-3/+95
2007-10-10r20462: add functions to handle UTCTime stringsStefan Metzmacher2-8/+87
2007-10-10r20461: this attribute syntaxes are not used for any attribute definitions in...Stefan Metzmacher1-5/+5
2007-10-10r20460: Simplfy the handling of password hashes in the samba3sam module.Andrew Bartlett1-7/+3
2007-10-10r20459: LDB map cleanup:Andrew Bartlett1-16/+17
2007-10-10r20458: This data is invalid, and causes the samba3sam test to fail, becauseAndrew Bartlett1-2/+2
2007-10-10r20457: Print more information before assertingAndrew Bartlett1-2/+4
2007-10-10r20456: Rename variables to avoid shadowing global function names.Andrew Bartlett2-7/+7
2007-10-10r20455: Apply some of the patches from Martin Kuehl <kuehl@univention.de> toAndrew Bartlett4-68/+128
2007-10-10r20453: add conversation for the DN_BINARY attribute syntaxStefan Metzmacher2-3/+110
2007-10-10r20452: add conversation for DN strings.Stefan Metzmacher1-3/+103
2007-10-10r20450: implement conversation of unicode stringsStefan Metzmacher1-2/+97
2007-10-10r20449: Happy New Year!Stefan Metzmacher1-1/+1
2007-10-10r20446: rename swat directory to swat.obsolete; keeping it around since there...Derrell Lipman3464-0/+0
2007-10-10r20445: add README file indicating that the swat directory is no longer relevantDerrell Lipman1-0/+2
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman27-75/+1071
2007-10-10r20441: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r20440: some OID syntax attributes need special handlingStefan Metzmacher1-7/+94
2007-10-10r20439: this should be const pointersStefan Metzmacher1-2/+2
2007-10-10r20438: - bail out on conversation errorsStefan Metzmacher1-4/+27
2007-10-10r20437: add conversation function for OID'sStefan Metzmacher1-2/+94
2007-10-10r20436: add more comments and add macros signed versions of the 64 bitStefan Metzmacher1-3/+9
2007-10-10r20435: implement the syntax conversation functions for most of the attribute...Stefan Metzmacher1-19/+460
2007-10-10r20425: a w2k3 forest doesn't have objects with attribute valuesStefan Metzmacher1-0/+10
2007-10-10r20423: Fix debug outputVolker Lendecke1-1/+1
2007-10-10r20422: A torture test extension for JeremyVolker Lendecke1-0/+26
2007-10-10r20421: - delay the schema analysis untill the full schema is tranferredStefan Metzmacher1-65/+129
2007-10-10r20420: create infrastructure to convert attribute values from drsuapi to ldbStefan Metzmacher3-0/+111
2007-10-10r20419: remove unused ojectSid and NTTIME_1sec casesStefan Metzmacher1-28/+0
2007-10-10r20418: start to get step by step rid of the union for the attributeStefan Metzmacher2-21/+15
2007-10-10r20417: - fix pushing of drsuapi_DsAttributeValueDataBlobStefan Metzmacher2-2/+3
2007-10-10r20416: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r20415: add a function to get the lDAPDisplayName for an objectClassStefan Metzmacher1-0/+20
2007-10-10r20414: Start to make SWAT usable by others. This is just a start...Derrell Lipman2509-0/+247905
2007-10-10r20410: add functions to access dsdb_attributes and dsdb_classes by oid, uint...Stefan Metzmacher1-0/+110
2007-10-10r20409: load the attribute syntax for the attributeStefan Metzmacher1-0/+10
2007-10-10r20408: fix cut'n'paste errorStefan Metzmacher1-1/+1
2007-10-10r20407: the oMObjectClass values are not padded to 10 bytes!Stefan Metzmacher2-18/+13
2007-10-10r20406: Metze's change in -r 19662 broke Kerberos logins from Win2k3.Andrew Bartlett1-0/+25
2007-10-10r20405: add an array with attribute syntexesStefan Metzmacher3-1/+194
2007-10-10r20404: add error code for missing attribute syntaxStefan Metzmacher2-0/+2
2007-10-10r20400: this let ndrdump display the content of a frsrpc_FrsSendCommPkt()Stefan Metzmacher1-1/+52
2007-10-10r20399: More SWAT updatesDerrell Lipman11-57/+1145