summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r2816: fix 'Default-First-Site-Name' dnStefan Metzmacher2007-10-101-1/+1
* r2815: add some more docsSimo Sorce2007-10-106-5/+1934
* r2808: added auto-detection of unix user and groups names during provision.Andrew Tridgell2007-10-102-13/+76
* r2807: OK I think winreg_EnumValue() finally works. The previous versionTim Potter2007-10-102-40/+44
* r2806: Add winreg.i to dependencies for dcerpc.iTim Potter2007-10-101-1/+1
* r2805: Handle NULL pointers when converting structures to Python. All theTim Potter2007-10-101-1/+4
* r2804: - setup some reasonable default SAM to unixName mappings in the provis...Andrew Tridgell2007-10-103-5/+17
* r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell2007-10-101-4/+8
* r2802: a better provisioning scriptAndrew Tridgell2007-10-101-11/+139
* r2801: Wrapped functions that return a DOS error code can return DCERPCTim Potter2007-10-101-0/+4
* r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell2007-10-101-2/+0
* r2799: removed one last occurance of torture_ldb_alloc()Andrew Tridgell2007-10-101-3/+3
* r2798: get rid of a unnecessary staticAndrew Tridgell2007-10-101-3/+5
* r2797: don't free the server_info before using it for anonymous connectionsAndrew Tridgell2007-10-101-3/+2
* r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...Andrew Tridgell2007-10-101-18/+23
* r2795: Split status code constants into a separate file.Tim Potter2007-10-102-520/+553
* r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell2007-10-105-55/+821
* r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell2007-10-101-2/+12
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-108-31/+44
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-104-42/+177
* r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene...Tim Potter2007-10-101-3/+26
* r2789: fix compileSimo Sorce2007-10-101-1/+1
* r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2007-10-102-4/+6
* r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...Andrew Tridgell2007-10-102-9/+14
* r2786: - match on both long and short name for search posix backendAndrew Tridgell2007-10-103-4/+29
* r2785: call init_iconv() in smbtorture to ensure we have no memory allocatedAndrew Tridgell2007-10-101-0/+1
* r2784: - fixed alignment of ascii directory listingsAndrew Tridgell2007-10-101-1/+14
* r2783: got rid of the unused remote architecture detection codeAndrew Tridgell2007-10-102-160/+0
* r2782: Reformat IDL for winreg_EnumValue()Tim Potter2007-10-101-36/+14
* r2781: Got winreg_EnumValue() working. Check it in so I don't break it tryingTim Potter2007-10-102-15/+40
* r2780: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BL...Tim Potter2007-10-101-0/+29
* r2777: Correctly abort if an idl file fails to parse. Bloody perl...Tim Potter2007-10-101-1/+1
* r2776: if there are no wildcard characters then use StrCaseCmp()Andrew Tridgell2007-10-101-0/+6
* r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactlyAndrew Tridgell2007-10-101-154/+121
* r2774: get rid of the lanman specific code in masktest, and add a -l optionAndrew Tridgell2007-10-101-99/+8
* r2773: allow zero sized array tallocAndrew Tridgell2007-10-101-4/+2
* r2767: Get rid of some unnecessary %s formatting.Tim Potter2007-10-101-2/+2
* r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey functions.Tim Potter2007-10-101-5/+102
* r2765: Allow functions containing WERROR values to be compiled.Tim Potter2007-10-102-0/+4
* r2764: Use hand-written function for all occurrences of IDL strings, not justTim Potter2007-10-101-2/+2
* r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",...Andrew Tridgell2007-10-101-1/+2
* r2758: keep docos handy while developing itSimo Sorce2007-10-106-0/+5674
* r2757: some minor fixesStefan Metzmacher2007-10-101-3/+1
* r2754: Change sldb_trim_dn() to be sldb_fix_dn() as we are not really trimming.Simo Sorce2007-10-101-29/+60
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-1031-517/+1254
* r2750: decode AbandonRequest correct (untested:-)Stefan Metzmacher2007-10-101-2/+6
* r2749: add asn1_read_implicit_Integer()Stefan Metzmacher2007-10-101-5/+15
* r2748: implement sldb_Compare()Stefan Metzmacher2007-10-101-1/+63
* r2747: use DATA_BLOB for attribute valuesStefan Metzmacher2007-10-102-5/+17
* r2745: added some example talloc reportsAndrew Tridgell2007-10-101-0/+22