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
path:
root
/
source4
/
torture
/
rpc
/
samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct
Andrew Bartlett
1
-0
/
+17
2007-10-10
r19843: Fix warning.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r19392: Use torture_setting_* rather than lp_parm_* where possible.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r19380: forgot to add home drive testing as well as home directory...
Rafal Szczesniak
1
-0
/
+8
2007-10-10
r19379: add testing home directory field to the samr tests.
Rafal Szczesniak
1
-0
/
+8
2007-10-10
r18800: fix a write behind the buffer bug...
Stefan Metzmacher
1
-4
/
+2
2007-10-10
r18782: Do not send random data to the password change (although that reveals
Günther Deschner
1
-2
/
+2
2007-10-10
r18759: Do not use "simple" as test password as pointed out by Andrew Bartlett.
Günther Deschner
1
-3
/
+14
2007-10-10
r18751: Check for samr reject codes and their particular order.
Günther Deschner
1
-18
/
+201
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sids
Andrew Bartlett
1
-14
/
+60
2007-10-10
r16851: Put a clue in as to which domain might have failed, due to the length
Andrew Bartlett
1
-0
/
+4
2007-10-10
r16847: Add the parts of the SAMR test that pass back into 'make test'.
Andrew Bartlett
1
-162
/
+238
2007-10-10
r16826: Ensure we don't segfault if the remote server fails to set a password
Andrew Bartlett
1
-5
/
+34
2007-10-10
r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There are
Andrew Bartlett
1
-12
/
+67
2007-10-10
r16770: Get closer to having Samba4 pass some of the RPC-SAMR test, by
Andrew Bartlett
1
-1
/
+18
2007-10-10
r16304: Improve testing UI API. This now allows registering the full
Jelmer Vernooij
1
-27
/
+9
2007-10-10
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14665: More testing in RPC-SAMR. It looks like we will probably need another
Andrew Bartlett
1
-20
/
+41
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn't
Andrew Bartlett
1
-3
/
+3
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12636: fixed some torture code for the changed lsa string types
Andrew Tridgell
1
-1
/
+1
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-5
/
+1
2007-10-10
r12505: Cope better with NT_STATUS_PASSWORD_RESTRICTION (due to minimum
Andrew Bartlett
1
-7
/
+93
2007-10-10
r12502: A bit of work on the RPC-SAMR torture test. Prove that ridToSid is
Andrew Bartlett
1
-10
/
+30
2007-10-10
r11624: Use enum names instead of magic numbers.
Tim Potter
1
-2
/
+2
2007-10-10
r10703: Add a new user account, change the password and test it in the SAMLOG...
Andrew Bartlett
1
-10
/
+10
2007-10-10
r8823: I don't know why I added this test, it appears bogus.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r8235: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8232: remove samr_String and netr_String as they are the same as lsa_String
Stefan Metzmacher
1
-35
/
+35
2007-10-10
r7686: Check for a type of invalid account name.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r7528: cleaned up the QueryDisplayInfo_continue test
Andrew Tridgell
1
-4
/
+2
2007-10-10
r7507: fixed the problem with users being shown too many times in acl
Andrew Tridgell
1
-0
/
+45
2007-10-10
r6325: Rename aliasname -> alias_name in CreateDomAlias function.
Tim Potter
1
-4
/
+4
2007-10-10
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-23
/
+36
2007-10-10
r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list.
Andrew Bartlett
1
-1
/
+2
2007-10-10
r5783: Test renaming of accounts in the RPC-SAMR test, and add support into
Andrew Bartlett
1
-14
/
+34
2007-10-10
r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.
Tim Potter
1
-12
/
+12
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-3
/
+3
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-5
/
+5
[next]