Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10892: - improved the handling of the special distinguishedName attribute | Andrew Tridgell | 1 | -85/+43 |
2007-10-10 | r10891: I noticed that the secrets.db was not being backed up on my system due | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r10889: make searches for dn's less of a special case, and much faster when | Andrew Tridgell | 2 | -15/+7 |
2007-10-10 | r10880: Missed terminating ';', sorry. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r10879: Added the ZERO_STRUCT(q_u), (r_u) entries to the generated | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 11 | -330/+520 |
2007-10-10 | r10873: check the complete payload header | Stefan Metzmacher | 1 | -3/+11 |
2007-10-10 | r10872: fix the length of the dummy XPRESS decompressed buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10871: make xpress compression choosable, by --option="dssync:xpress=yes", | Stefan Metzmacher | 1 | -1/+29 |
2007-10-10 | r10870: decompress DsGetNCChangesCtr7 replies, that uses type 2 (MSZIP) | Stefan Metzmacher | 1 | -19/+57 |
2007-10-10 | r10869: add dummy functions and dummy parsing of XPRESS decompression, | Stefan Metzmacher | 2 | -8/+87 |
2007-10-10 | r10868: make flag(NDR_PAHEX) possible to use and show the union level in hex | Stefan Metzmacher | 2 | -4/+10 |
2007-10-10 | r10867: add WERR_UNKNOWN_REVISION errorcode | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r10865: merge branches/SOC/SAMBA_4_0 into main the main SAMBA_4_0 tree | Stefan Metzmacher | 4 | -4/+420 |
2007-10-10 | r10859: Make the flow a bit clearer | Volker Lendecke | 1 | -8/+7 |
2007-10-10 | r10856: we need aclocal.m4 in ldb for standalone configure | Andrew Tridgell | 2 | -2/+14 |
2007-10-10 | r10855: Put the domain SID in secrets.ldb by default, and add http as a | Andrew Bartlett | 2 | -1/+2 |
2007-10-10 | r10854: talloc_get_type() can return NULL.. | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r10853: Convert wbinfo -n to properly init the domain. | Volker Lendecke | 3 | -401/+32 |
2007-10-10 | r10852: Continuation-based programming can become a bit spaghetti... | Volker Lendecke | 7 | -249/+665 |
2007-10-10 | r10849: Fix handling of [charset] for strings with fixed or "inline" size | Jelmer Vernooij | 1 | -6/+3 |
2007-10-10 | r10848: Fix warning | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and use | Andrew Bartlett | 2 | -61/+37 |
2007-10-10 | r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o... | Volker Lendecke | 6 | -200/+263 |
2007-10-10 | r10845: Add new function to decrypt the session keys in samlogon responses. | Andrew Bartlett | 1 | -0/+44 |
2007-10-10 | r10844: Add challenge-response authentication to Samba4's winbindd for VL. | Andrew Bartlett | 3 | -1/+128 |
2007-10-10 | r10843: Reformatting | Volker Lendecke | 1 | -16/+26 |
2007-10-10 | r10842: Fix some issues with [out] unions that have a discriminator that is only | Jelmer Vernooij | 4 | -76/+37 |
2007-10-10 | r10840: Fix indentation | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10839: Add some [ref] (required for ethereal and Samba3 parser generators) | Jelmer Vernooij | 1 | -18/+20 |
2007-10-10 | r10838: Get us an schannel'ed netlogon pipe. | Volker Lendecke | 3 | -16/+130 |
2007-10-10 | r10836: giving NT_STATUS_NO_MEMORY, when the connection fails wasn't a good i... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r10834: Work in progress on winbind. With some helper routines the composite ... | Volker Lendecke | 5 | -672/+478 |
2007-10-10 | r10832: free the old session info | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r10830: we should use the same name in all places:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10829: Documentation updates | Jelmer Vernooij | 8 | -100/+180 |
2007-10-10 | r10825: Complete wbinfo -n | Volker Lendecke | 4 | -12/+388 |
2007-10-10 | r10820: Use talloc_get_type as suggested by tridge. | Andrew Bartlett | 2 | -7/+7 |
2007-10-10 | r10812: Fix capitalisation (thanks tridge). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10811: Revert accidental commit, I still need to finish the displayName and | Andrew Bartlett | 1 | -55/+0 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 27 | -1179/+425 |
2007-10-10 | r10809: Add struct decl | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r10807: Make the split-out files actually compile... | Andrew Bartlett | 2 | -7/+7 |
2007-10-10 | r10806: Add missing file. | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r10805: Move RPC-SAMLOGON to C99 initialisation | Andrew Bartlett | 1 | -97/+97 |
2007-10-10 | r10804: Move the DRSUAPI cracknames test into a seperate file, and collapse | Andrew Bartlett | 3 | -1219/+719 |
2007-10-10 | r10803: Remove a duplicate krbtgt test, and add a test looking for the | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r10800: Indent | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10796: Make getting an anonymous session info a utility function. | Andrew Bartlett | 2 | -21/+27 |
2007-10-10 | r10791: Add copyright, fix comments (this isn't the timestamps module any more) | Andrew Bartlett | 1 | -3/+2 |