summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8135: fix the linking on my SuSE 7.3 boxStefan Metzmacher1-1/+2
2007-10-10r8134: remove unused varStefan Metzmacher1-1/+0
2007-10-10r8128: Janitor work...Rafal Szczesniak1-1/+0
2007-10-10r8127: fixed code in function errorAndrew Tridgell1-2/+1
2007-10-10r8126: - moved to 16 byte alignment for talloc. This is in response to a bugAndrew Tridgell2-51/+54
2007-10-10r8125: fixed an error code mapping based on the updated torture testsAndrew Tridgell1-1/+1
2007-10-10r8124: added a set of file sharing tests that pass against w2k3Andrew Tridgell1-0/+52
2007-10-10r8123: fixed the RAW-NOTIFY and RAW-QFSINFO tests against w2k3Andrew Tridgell2-1/+4
2007-10-10r8122: more fixes from testing dos error code handling against w2k3Andrew Tridgell4-6/+6
2007-10-10r8121: yuck. w2k3 seems to choose ERRDOS:ERRbaduid orAndrew Tridgell1-1/+3
2007-10-10r8120: added in the newly found DOS locking error codes into the pvfs backendAndrew Tridgell2-3/+3
2007-10-10r8119: fixed two error code returns in the smb server now that we haveAndrew Tridgell2-2/+2
2007-10-10r8118: remove a debugging hack that should not have been in the last commitAndrew Tridgell1-1/+1
2007-10-10r8117: fixed a bunch more dos error code handing.Andrew Tridgell8-35/+34
2007-10-10r8116: demonstrate a little trick that can be used to track down where anAndrew Tridgell1-0/+5
2007-10-10r8115: added support for 2 more dos error codes found during testingAndrew Tridgell2-0/+4
2007-10-10r8114: fixed the build after tpots ejs commit ....Andrew Tridgell1-0/+11
2007-10-10r8113: this should fix the build on systems without heimdalAndrew Tridgell1-4/+0
2007-10-10r8112: Remove extra headers, and add #ifdef to allow the 'not yet usingAndrew Bartlett1-3/+13
2007-10-10r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell3-272/+34
2007-10-10r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett12-115/+423
2007-10-10r8109: Try to print out more helpful debug messages on DCERPC server-sideAndrew Bartlett1-2/+3
2007-10-10r8108: Fix indentation, and remove a discard_const_p() that we don't need any...Andrew Bartlett1-4/+4
2007-10-10r8107: now that we properly separate DOS and NT status codes all the placesAndrew Tridgell2-5/+5
2007-10-10r8106: the use of a static string for dos error codes was causing problems inAndrew Tridgell4-187/+121
2007-10-10r8105: Add ejsrpc push/pull functions for uint16 and uint8.Tim Potter2-12/+55
2007-10-10r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell7-74/+44
2007-10-10r8103: Add an argument separator between the hardcoded args and $PIDL_EXTRA_ARGSTim Potter1-1/+1
2007-10-10r8101: Fix some indentation.Tim Potter1-8/+8
2007-10-10r8099: clean up after BASE-TCONVolker Lendecke1-0/+2
2007-10-10r8098: Add my copyright and remove unecessary header dependency.Rafal Szczesniak1-2/+2
2007-10-10r8096: Remove function that has became libnet_Lookup fuction.Rafal Szczesniak2-78/+0
2007-10-10r8095: Fix compiler warning.Rafal Szczesniak1-1/+1
2007-10-10r8094: Fix compiler warnings.Rafal Szczesniak1-9/+33
2007-10-10r8091: fix invalid attribute names s/_/-/gSimo Sorce1-40/+40
2007-10-10r8084: do not leak memory on errorsSimo Sorce2-8/+6
2007-10-10r8083: check attribute type is valid (only ascii alphanum chars and '-' char)Simo Sorce1-0/+19
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce15-345/+284
2007-10-10r8081: Add simple test for RpcConnect function.Rafal Szczesniak3-1/+98
2007-10-10r8080: Use libnet_context where using libnet_Lookup functions now.Rafal Szczesniak1-6/+19
2007-10-10r8079: Dcerpc pipe in libnet_context is just pipe now, instead of explicit samr.Rafal Szczesniak1-1/+1
2007-10-10r8078: rpc connect function uses structure now.Rafal Szczesniak1-1/+1
2007-10-10r8077: Propagate changes in rpc connect routine to functions using itRafal Szczesniak5-96/+96
2007-10-10r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak3-15/+47
2007-10-10r8075: Make rpc connect function part of libnet api, as I suppose manyRafal Szczesniak2-70/+64
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell7-13/+306
2007-10-10r8071: reduce the size of the default ldb tests. We run on some pretty low po...Andrew Tridgell1-2/+2
2007-10-10r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell7-39/+195
2007-10-10r8068: reduced the verbosity of the EPM codeAndrew Tridgell1-3/+3
2007-10-10r8067: added a method for disabling the password prompt in programs that wantAndrew Tridgell1-1/+9