index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4615: added acl checking on directory search in pvfs
Andrew Tridgell
5
-12
/
+24
2007-10-10
r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r...
Andrew Bartlett
2
-5
/
+8
2007-10-10
r4613: Fix stuff I broke in the last commit with the /x regexp flag.
Tim Potter
1
-44
/
+45
2007-10-10
r4612: make the output for the w2k3 acl bug a bit clearer
Andrew Tridgell
1
-0
/
+19
2007-10-10
r4611: - renamed add_socket() to smb_add_socket() as that is less confusing
Andrew Tridgell
1
-10
/
+6
2007-10-10
r4610: You can't join as a BDC and test against trusted domains. This test
Andrew Bartlett
1
-1
/
+4
2007-10-10
r4609: add a usefull data_blob_dup_talloc() macro
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r4608: - use better error codes
Stefan Metzmacher
1
-12
/
+7
2007-10-10
r4607: add some usefull macros to make the code more readable
Stefan Metzmacher
1
-0
/
+36
2007-10-10
r4606: Start adding some more comments and some indentation for the eparser
Tim Potter
1
-43
/
+93
2007-10-10
r4605: Fix a confusing comment :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r4603: Test creating local and global secrets over LSA.
Andrew Bartlett
1
-97
/
+102
2007-10-10
r4600: Remove Data::Dumper import leftover from debugging.
Tim Potter
1
-12
/
+16
2007-10-10
r4599: Remove some duplicated code in pidl.pl.
Tim Potter
3
-24
/
+42
2007-10-10
r4597: Recently I've come across a case where I suspect the GetAnyDCName requ...
Volker Lendecke
1
-0
/
+94
2007-10-10
r4596: added a dynamic inheritance ACLs test. As far as I can tell w2k3 does ...
Andrew Tridgell
1
-10
/
+148
2007-10-10
r4595: on create check access against parent not child ...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4594: Add more testes to the standard 'passes against win2k3' script.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r4593: don't use the _p function in the testsuite, as when built standalone i...
Andrew Tridgell
1
-9
/
+9
2007-10-10
r4592: fixed typo from talloc testsuite fixup for the new syntax
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
39
-105
/
+136
2007-10-10
r4590: Make RPC-SAMSYNC pass againt Win2k3.
Andrew Bartlett
1
-4
/
+9
2007-10-10
r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error code
Andrew Tridgell
2
-0
/
+2
2007-10-10
r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcp
Andrew Tridgell
1
-3
/
+1
2007-10-10
r4586: RPC-LSA now passes against w2k3
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4585: don't consider LookupSids3 failing with NT_STATUS_ACCESS_DENIED (as w2...
Andrew Tridgell
1
-1
/
+38
2007-10-10
r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...
Andrew Tridgell
5
-20
/
+43
2007-10-10
r4583: print which bit failed in the owner bits check
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4582: finally worked out what is going on with the inherited ACLs test and w...
Andrew Tridgell
1
-12
/
+197
2007-10-10
r4578: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps.
Tim Potter
1
-2
/
+2
2007-10-10
r4572: remove configure and include/config.h*
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r4568: make use of SidType and move it to lsa.idl
Stefan Metzmacher
3
-20
/
+19
2007-10-10
r4567: Fix the build for metze.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.
Andrew Bartlett
3
-57
/
+178
2007-10-10
r4565: Make the order of the initialisation more sensible.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r4564: added a comment on lsa_EnumAccounts IDL
Andrew Tridgell
1
-0
/
+3
2007-10-10
r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON tests
Andrew Tridgell
4
-78
/
+85
2007-10-10
r4559: prevent the RPC-EPMAPPER test from looping forever against w2k3
Andrew Tridgell
1
-4
/
+11
2007-10-10
r4558: more use of bitmaps and enums
Stefan Metzmacher
4
-25
/
+49
2007-10-10
r4557: support for [flags()] on typedef enum|bitmap
Stefan Metzmacher
2
-7
/
+9
2007-10-10
r4556: neater (and faster) way of doing alignments and scalars
Andrew Tridgell
1
-33
/
+30
2007-10-10
r4555: fix some dependencies
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r4554: create svcctl_ServerType bitmap
Stefan Metzmacher
1
-30
/
+33
2007-10-10
r4553: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4552: use samr_AcctFlags in netlogon.idl
Stefan Metzmacher
2
-3
/
+5
2007-10-10
r4551: add support for a pidl extensions
Stefan Metzmacher
4
-474
/
+622
2007-10-10
r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...
Andrew Tridgell
5
-28
/
+28
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
41
-80
/
+83
[prev]
[next]