Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2807: OK I think winreg_EnumValue() finally works. The previous version | Tim Potter | 2 | -40/+44 |
2007-10-10 | r2806: Add winreg.i to dependencies for dcerpc.i | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2805: Handle NULL pointers when converting structures to Python. All the | Tim Potter | 1 | -1/+4 |
2007-10-10 | r2804: - setup some reasonable default SAM to unixName mappings in the provis... | Andrew Tridgell | 3 | -5/+17 |
2007-10-10 | r2803: allow unixuid module to work with foreign security principles | Andrew Tridgell | 1 | -4/+8 |
2007-10-10 | r2802: a better provisioning script | Andrew Tridgell | 1 | -11/+139 |
2007-10-10 | r2801: Wrapped functions that return a DOS error code can return DCERPC | Tim Potter | 1 | -0/+4 |
2007-10-10 | r2800: removed the warning about using the posix ntvfs handler, as it is now | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r2799: removed one last occurance of torture_ldb_alloc() | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2798: get rid of a unnecessary static | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r2797: don't free the server_info before using it for anonymous connections | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix... | Andrew Tridgell | 1 | -18/+23 |
2007-10-10 | r2795: Split status code constants into a separate file. | Tim Potter | 2 | -520/+553 |
2007-10-10 | r2794: a very simple version of the unixuid NTVFS pass-thru module. In | Andrew Tridgell | 5 | -55/+821 |
2007-10-10 | r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs, | Andrew Tridgell | 1 | -2/+12 |
2007-10-10 | r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), | Andrew Tridgell | 8 | -31/+44 |
2007-10-10 | r2791: got rid of talloc_unreference() and instead created talloc_unlink(), | Andrew Tridgell | 4 | -42/+177 |
2007-10-10 | r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene... | Tim Potter | 1 | -3/+26 |
2007-10-10 | r2789: fix compile | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r2788: prevent a memory leak in the pvfs search backend | Andrew Tridgell | 2 | -4/+6 |
2007-10-10 | r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ... | Andrew Tridgell | 2 | -9/+14 |
2007-10-10 | r2786: - match on both long and short name for search posix backend | Andrew Tridgell | 3 | -4/+29 |
2007-10-10 | r2785: call init_iconv() in smbtorture to ensure we have no memory allocated | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2784: - fixed alignment of ascii directory listings | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r2783: got rid of the unused remote architecture detection code | Andrew Tridgell | 2 | -160/+0 |
2007-10-10 | r2782: Reformat IDL for winreg_EnumValue() | Tim Potter | 1 | -36/+14 |
2007-10-10 | r2781: Got winreg_EnumValue() working. Check it in so I don't break it trying | Tim Potter | 2 | -15/+40 |
2007-10-10 | r2780: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BL... | Tim Potter | 1 | -0/+29 |
2007-10-10 | r2777: Correctly abort if an idl file fails to parse. Bloody perl... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2776: if there are no wildcard characters then use StrCaseCmp() | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactly | Andrew Tridgell | 1 | -154/+121 |
2007-10-10 | r2774: get rid of the lanman specific code in masktest, and add a -l option | Andrew Tridgell | 1 | -99/+8 |
2007-10-10 | r2773: allow zero sized array talloc | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r2767: Get rid of some unnecessary %s formatting. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey functions. | Tim Potter | 1 | -5/+102 |
2007-10-10 | r2765: Allow functions containing WERROR values to be compiled. | Tim Potter | 2 | -0/+4 |
2007-10-10 | r2764: Use hand-written function for all occurrences of IDL strings, not just | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2758: keep docos handy while developing it | Simo Sorce | 6 | -0/+5674 |
2007-10-10 | r2757: some minor fixes | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming. | Simo Sorce | 1 | -29/+60 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 31 | -517/+1254 |
2007-10-10 | r2750: decode AbandonRequest correct (untested:-) | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r2749: add asn1_read_implicit_Integer() | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r2748: implement sldb_Compare() | Stefan Metzmacher | 1 | -1/+63 |
2007-10-10 | r2747: use DATA_BLOB for attribute values | Stefan Metzmacher | 2 | -5/+17 |
2007-10-10 | r2745: added some example talloc reports | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r2744: ben elliston taught me about gcov today, which allows you to measure | Andrew Tridgell | 5 | -80/+465 |
2007-10-10 | r2743: fixed some errors in the description of talloc_reference(). Volker | Andrew Tridgell | 1 | -6/+38 |
2007-10-10 | r2742: - fixed a bug in talloc_unreference() | Andrew Tridgell | 2 | -44/+116 |