index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
r8120: added in the newly found DOS locking error codes into the pvfs backend
Andrew Tridgell
2007-10-10
2
-3
/
+3
*
r8119: fixed two error code returns in the smb server now that we have
Andrew Tridgell
2007-10-10
2
-2
/
+2
*
r8118: remove a debugging hack that should not have been in the last commit
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8117: fixed a bunch more dos error code handing.
Andrew Tridgell
2007-10-10
8
-35
/
+34
*
r8116: demonstrate a little trick that can be used to track down where an
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r8115: added support for 2 more dos error codes found during testing
Andrew Tridgell
2007-10-10
2
-0
/
+4
*
r8114: fixed the build after tpots ejs commit ....
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r8113: this should fix the build on systems without heimdal
Andrew Tridgell
2007-10-10
1
-4
/
+0
*
r8112: Remove extra headers, and add #ifdef to allow the 'not yet using
Andrew Bartlett
2007-10-10
1
-3
/
+13
*
r8111: fixed the client library to work against w2k3 with nt status codes
Andrew Tridgell
2007-10-10
3
-272
/
+34
*
r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are
Andrew Bartlett
2007-10-10
12
-115
/
+423
*
r8109: Try to print out more helpful debug messages on DCERPC server-side
Andrew Bartlett
2007-10-10
1
-2
/
+3
*
r8108: Fix indentation, and remove a discard_const_p() that we don't need any...
Andrew Bartlett
2007-10-10
1
-4
/
+4
*
r8107: now that we properly separate DOS and NT status codes all the places
Andrew Tridgell
2007-10-10
2
-5
/
+5
*
r8106: the use of a static string for dos error codes was causing problems in
Andrew Tridgell
2007-10-10
4
-187
/
+121
*
r8105: Add ejsrpc push/pull functions for uint16 and uint8.
Tim Potter
2007-10-10
2
-12
/
+55
*
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
2007-10-10
7
-74
/
+44
*
r8103: Add an argument separator between the hardcoded args and $PIDL_EXTRA_ARGS
Tim Potter
2007-10-10
1
-1
/
+1
*
r8101: Fix some indentation.
Tim Potter
2007-10-10
1
-8
/
+8
*
r8099: clean up after BASE-TCON
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r8098: Add my copyright and remove unecessary header dependency.
Rafal Szczesniak
2007-10-10
1
-2
/
+2
*
r8096: Remove function that has became libnet_Lookup fuction.
Rafal Szczesniak
2007-10-10
2
-78
/
+0
*
r8095: Fix compiler warning.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r8094: Fix compiler warnings.
Rafal Szczesniak
2007-10-10
1
-9
/
+33
*
r8091: fix invalid attribute names s/_/-/g
Simo Sorce
2007-10-10
1
-40
/
+40
*
r8084: do not leak memory on errors
Simo Sorce
2007-10-10
2
-8
/
+6
*
r8083: check attribute type is valid (only ascii alphanum chars and '-' char)
Simo Sorce
2007-10-10
1
-0
/
+19
*
r8082: large rewite of ldb_dn.c
Simo Sorce
2007-10-10
15
-345
/
+284
*
r8081: Add simple test for RpcConnect function.
Rafal Szczesniak
2007-10-10
3
-1
/
+98
*
r8080: Use libnet_context where using libnet_Lookup functions now.
Rafal Szczesniak
2007-10-10
1
-6
/
+19
*
r8079: Dcerpc pipe in libnet_context is just pipe now, instead of explicit samr.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r8078: rpc connect function uses structure now.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r8077: Propagate changes in rpc connect routine to functions using it
Rafal Szczesniak
2007-10-10
5
-96
/
+96
*
r8076: Put name resolution methods into libnet_context. This allows libnet based
Rafal Szczesniak
2007-10-10
3
-15
/
+47
*
r8075: Make rpc connect function part of libnet api, as I suppose many
Rafal Szczesniak
2007-10-10
2
-70
/
+64
*
r8074: demonstrate calling echo_AddOne() from ejs
Andrew Tridgell
2007-10-10
1
-14
/
+18
*
r8073: a successful rpc call from ejs!
Andrew Tridgell
2007-10-10
7
-13
/
+306
*
r8071: reduce the size of the default ldb tests. We run on some pretty low po...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8070: a (as yet not working) example of how rpc calls might be made from js ...
Andrew Tridgell
2007-10-10
1
-0
/
+34
*
r8069: the beginnings of code to allow rpc calls to be made from ejs
Andrew Tridgell
2007-10-10
7
-39
/
+195
*
r8068: reduced the verbosity of the EPM code
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r8067: added a method for disabling the password prompt in programs that want
Andrew Tridgell
2007-10-10
1
-1
/
+9
*
r8065: don't run the LOCAL-ICONV test in selftest. It does cross-checking of
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8059: fixed handling of delete on close fir directories
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r8058: added testing of delete on close for files and directories
Andrew Tridgell
2007-10-10
2
-4
/
+88
*
r8057: use our defined push/pull types in the validate code (fixes a warning)
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8056: make the realm lowercase in our ldb (better matches w2k3)
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8055: added canonicalName to our domainDns record
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerData
Stefan Metzmacher
2007-10-10
3
-0
/
+72
*
r8053: requests from mmc show that the auth info for a bind should be 4 byte ...
Andrew Tridgell
2007-10-10
1
-1
/
+1
[next]