summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...Andrew Tridgell3-0/+76
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher3-0/+200
2007-10-10r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher1-2/+3
2007-10-10r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2-2/+4
2007-10-10r2836: removed a couple of unused variablesAndrew Tridgell1-2/+0
2007-10-10r2833: - added a call to SamrQueryGroupMember for every group, and fix theAndrew Tridgell2-29/+36
2007-10-10r2831: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke1-2/+2
2007-10-10r2830: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2-153/+153
2007-10-10r2829: REALM and netbiosname are always uppercaseStefan Metzmacher2-2/+12
2007-10-10r2825: fix the buildStefan Metzmacher1-2/+2
2007-10-10r2820: complete the parsing routing with correct support for escaped charsSimo Sorce2-155/+147
2007-10-10r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thingVolker Lendecke1-2/+2
2007-10-10r2817: Get winreg_GetKeySecurity() working but use data blob instead ofTim Potter2-39/+91
2007-10-10r2816: fix 'Default-First-Site-Name' dnStefan Metzmacher1-1/+1
2007-10-10r2815: add some more docsSimo Sorce6-5/+1934
2007-10-10r2808: added auto-detection of unix user and groups names during provision.Andrew Tridgell2-13/+76
2007-10-10r2807: OK I think winreg_EnumValue() finally works. The previous versionTim Potter2-40/+44
2007-10-10r2806: Add winreg.i to dependencies for dcerpc.iTim Potter1-1/+1
2007-10-10r2805: Handle NULL pointers when converting structures to Python. All theTim Potter1-1/+4
2007-10-10r2804: - setup some reasonable default SAM to unixName mappings in the provis...Andrew Tridgell3-5/+17
2007-10-10r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell1-4/+8
2007-10-10r2802: a better provisioning scriptAndrew Tridgell1-11/+139
2007-10-10r2801: Wrapped functions that return a DOS error code can return DCERPCTim Potter1-0/+4
2007-10-10r2800: removed the warning about using the posix ntvfs handler, as it is nowAndrew Tridgell1-2/+0
2007-10-10r2799: removed one last occurance of torture_ldb_alloc()Andrew Tridgell1-3/+3
2007-10-10r2798: get rid of a unnecessary staticAndrew Tridgell1-3/+5
2007-10-10r2797: don't free the server_info before using it for anonymous connectionsAndrew Tridgell1-3/+2
2007-10-10r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...Andrew Tridgell1-18/+23
2007-10-10r2795: Split status code constants into a separate file.Tim Potter2-520/+553
2007-10-10r2794: a very simple version of the unixuid NTVFS pass-thru module. InAndrew Tridgell5-55/+821
2007-10-10r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell1-2/+12
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell7-31/+34
2007-10-10r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell3-25/+158
2007-10-10r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene...Tim Potter1-3/+26
2007-10-10r2789: fix compileSimo Sorce1-1/+1
2007-10-10r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2-4/+6
2007-10-10r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...Andrew Tridgell2-9/+14
2007-10-10r2786: - match on both long and short name for search posix backendAndrew Tridgell3-4/+29
2007-10-10r2785: call init_iconv() in smbtorture to ensure we have no memory allocatedAndrew Tridgell1-0/+1
2007-10-10r2784: - fixed alignment of ascii directory listingsAndrew Tridgell1-1/+14
2007-10-10r2783: got rid of the unused remote architecture detection codeAndrew Tridgell2-160/+0
2007-10-10r2782: Reformat IDL for winreg_EnumValue()Tim Potter1-36/+14
2007-10-10r2781: Got winreg_EnumValue() working. Check it in so I don't break it tryingTim Potter2-15/+40
2007-10-10r2780: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BL...Tim Potter1-0/+29
2007-10-10r2777: Correctly abort if an idl file fails to parse. Bloody perl...Tim Potter1-1/+1
2007-10-10r2776: if there are no wildcard characters then use StrCaseCmp()Andrew Tridgell1-0/+6
2007-10-10r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactlyAndrew Tridgell1-154/+121
2007-10-10r2774: get rid of the lanman specific code in masktest, and add a -l optionAndrew Tridgell1-99/+8
2007-10-10r2773: allow zero sized array tallocAndrew Tridgell1-4/+2
2007-10-10r2767: Get rid of some unnecessary %s formatting.Tim Potter1-2/+2