summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell7-0/+398
2007-10-10r2580: fixed an uninitialised byte found by valgrindAndrew Tridgell1-2/+2
2007-10-10r2577: - I recently found out that charaters below 0x3F are guaranteed not toAndrew Tridgell2-45/+58
2007-10-10r2576: Some userspace tools for getting and setting ntacls via the 'security....Tim Potter4-0/+252
2007-10-10r2573: - added a configure test for nanosecond time resolution in struct statAndrew Tridgell5-26/+56
2007-10-10r2572: fixed two places where status is not initialised in the nbench backendAndrew Tridgell1-2/+2
2007-10-10r2562: got rid of the "reference" backend that never happened - the code isAndrew Tridgell3-1021/+0
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell25-184/+192
2007-10-10r2560: Don't require structure fields that have the pidl value() propertyTim Potter2-27/+7
2007-10-10r2559: Python ints can't hold the full range of uint32 values so store themTim Potter2-22/+55
2007-10-10r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell1-1/+1
2007-10-10r2555: Start of a rpcclient type program.Tim Potter2-0/+319
2007-10-10r2554: added a test for a bug that jelmer pointed out (handling of -s one)Andrew Tridgell1-0/+7
2007-10-10r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell1-18/+11
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett12-491/+328
2007-10-10r2551: Add const.Andrew Bartlett1-2/+2
2007-10-10r2550: survive our own BASE-NEGNOWAIT torture test.Andrew Bartlett1-0/+1
2007-10-10r2547: Another place to use convert_string_talloc().Andrew Bartlett1-7/+5
2007-10-10r2546: Remove another strupper_m() that we don't need.Andrew Bartlett1-1/+0
2007-10-10r2545: str_charnum -> strlen_m.Andrew Bartlett1-1/+1
2007-10-10r2544: (missed from the last commit)Andrew Bartlett1-1/+1
2007-10-10r2543: Catch one more use of sub_get_remote_machine().Andrew Bartlett1-1/+2
2007-10-10r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett5-50/+22
2007-10-10r2541: Add a TODO: This is one place we can grab the remote netbios name.Andrew Bartlett1-1/+2
2007-10-10r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij2-11/+35
2007-10-10r2537: Add static and use strlen_m instead of str_charnum().Andrew Bartlett1-2/+2
2007-10-10r2536: This is a classic case for the use of our new talloc code, andAndrew Bartlett1-9/+8
2007-10-10r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ...Andrew Bartlett1-1/+7
2007-10-10r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett1-44/+60
2007-10-10r2532: Don't run EnumValue torture test for now (idl needs fixing, doesn't co...Jelmer Vernooij1-1/+2
2007-10-10r2531: Fix crashbugJelmer Vernooij1-1/+1
2007-10-10r2530: Don't put main in proto.hJelmer Vernooij1-1/+1
2007-10-10r2527: - add a dummy for a simple ldb backendStefan Metzmacher4-10/+72
2007-10-10r2526: use LDAP error 53 (unwillingToPerform)Stefan Metzmacher1-6/+6
2007-10-10r2525: fix a search response when the backend didn't support SearchStefan Metzmacher1-1/+16
2007-10-10r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell3-10/+70
2007-10-10r2523: - readd rootDSE replyStefan Metzmacher4-77/+371
2007-10-10r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2-4/+2
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell5-92/+213
2007-10-10r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc)Jelmer Vernooij1-23/+19
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij23-1326/+1011
2007-10-10r2516: Remove duplicate line.Tim Potter1-1/+0
2007-10-10r2515: Fixes from smbtorture - these session keys are not individually encryp...Andrew Bartlett1-4/+8
2007-10-10r2514: Remove unused funcions, and add static.Andrew Bartlett1-55/+1
2007-10-10r2513: Avoid strupper/strlower when you can. This developers moduleAndrew Bartlett1-3/+1
2007-10-10r2512: Remove unused stub functions.Andrew Bartlett1-36/+0
2007-10-10r2511: Add NT status codes.Tim Potter2-17/+537
2007-10-10r2510: Make C++ compilers happy, use ifdef instead of ifJelmer Vernooij1-5/+5
2007-10-10r2509: add a struct ldapsrv_call which is simular to the dcesrv_call_state st...Stefan Metzmacher2-291/+277
2007-10-10r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher1-3/+27