summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r8098: Add my copyright and remove unecessary header dependency.Rafal Szczesniak2007-10-101-2/+2
* r8096: Remove function that has became libnet_Lookup fuction.Rafal Szczesniak2007-10-102-78/+0
* r8095: Fix compiler warning.Rafal Szczesniak2007-10-101-1/+1
* r8094: Fix compiler warnings.Rafal Szczesniak2007-10-101-9/+33
* r8091: fix invalid attribute names s/_/-/gSimo Sorce2007-10-101-40/+40
* r8084: do not leak memory on errorsSimo Sorce2007-10-102-8/+6
* r8083: check attribute type is valid (only ascii alphanum chars and '-' char)Simo Sorce2007-10-101-0/+19
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-1015-345/+284
* r8081: Add simple test for RpcConnect function.Rafal Szczesniak2007-10-103-1/+98
* r8080: Use libnet_context where using libnet_Lookup functions now.Rafal Szczesniak2007-10-101-6/+19
* r8079: Dcerpc pipe in libnet_context is just pipe now, instead of explicit samr.Rafal Szczesniak2007-10-101-1/+1
* r8078: rpc connect function uses structure now.Rafal Szczesniak2007-10-101-1/+1
* r8077: Propagate changes in rpc connect routine to functions using itRafal Szczesniak2007-10-105-96/+96
* r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak2007-10-103-15/+47
* r8075: Make rpc connect function part of libnet api, as I suppose manyRafal Szczesniak2007-10-102-70/+64
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-107-13/+306
* r8071: reduce the size of the default ldb tests. We run on some pretty low po...Andrew Tridgell2007-10-101-2/+2
* r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell2007-10-107-39/+195
* r8068: reduced the verbosity of the EPM codeAndrew Tridgell2007-10-101-3/+3
* r8067: added a method for disabling the password prompt in programs that wantAndrew Tridgell2007-10-101-1/+9
* r8065: don't run the LOCAL-ICONV test in selftest. It does cross-checking ofAndrew Tridgell2007-10-101-1/+1
* r8059: fixed handling of delete on close fir directoriesAndrew Tridgell2007-10-101-0/+5
* r8058: added testing of delete on close for files and directoriesAndrew Tridgell2007-10-102-4/+88
* r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell2007-10-101-2/+2
* r8056: make the realm lowercase in our ldb (better matches w2k3)Andrew Tridgell2007-10-101-2/+2
* r8055: added canonicalName to our domainDns recordAndrew Tridgell2007-10-101-0/+1
* r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerDataStefan Metzmacher2007-10-103-0/+72
* r8053: requests from mmc show that the auth info for a bind should be 4 byte ...Andrew Tridgell2007-10-101-1/+1
* r8052: that looks nicer:-)Stefan Metzmacher2007-10-101-1/+1
* r8051: separate out the MAX EAs test, as it fills disk too much to be run reg...Andrew Tridgell2007-10-102-2/+30
* r8050: - make use of more [value()] propertiesStefan Metzmacher2007-10-104-23/+17
* r8049: add function that returns the build version (of w2k3 here 3790)Stefan Metzmacher2007-10-101-0/+6
* r8046: - add somemore failure checks in the RPC-SPOOLSS testStefan Metzmacher2007-10-105-79/+121
* r8045: fix valgrind warning, add zero padding when the string doesn't fill th...Stefan Metzmacher2007-10-101-1/+5
* r8044: give a better error codeStefan Metzmacher2007-10-101-3/+3
* r8043: increase shell compatibility of ldb testsAndrew Tridgell2007-10-101-1/+1
* r8042: give better error messageStefan Metzmacher2007-10-101-1/+1
* r8041: remove a mis-spelled debug message :-)Andrew Tridgell2007-10-101-1/+0
* r8040: run ldb test suite as part of samba 'make test'Andrew Tridgell2007-10-101-1/+3
* r8039: allow ldb test suite to be run outside of the ldb directoryAndrew Tridgell2007-10-104-33/+41
* r8038: - fixed indexing on binary values that need base64 encoding and canoni...Andrew Tridgell2007-10-102-3/+24
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-1019-684/+1368
* r8036: revert rev 8023/8024 as they have a bugs.Stefan Metzmacher2007-10-103-81/+71
* r8035: added indexing tests. current ldb fails the integer indexing, will be ...Andrew Tridgell2007-10-101-4/+24
* r8033: - add easier valgrind testingAndrew Tridgell2007-10-101-11/+25
* r8032: added loop detection into talloc. Robert Collins found a way to make aAndrew Tridgell2007-10-102-16/+67
* r8028: fix a crash bug in ulogoff, when the tree_connect failed beforeStefan Metzmacher2007-10-101-0/+4
* r8024: avoid one memcpy in the ipc_trans dcesrv_output() callbackStefan Metzmacher2007-10-101-30/+41
* r8023: use a pointer to a DATA_BLOB for each reply,Stefan Metzmacher2007-10-102-41/+40
* r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans repliesStefan Metzmacher2007-10-103-48/+44