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
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r3667: Small COM fixes
Jelmer Vernooij
2007-10-10
9
-39
/
+70
*
r3660: This simulates the logon sequence of a XP login session I'm currently ...
Volker Lendecke
2007-10-10
4
-24
/
+1204
*
r3658: use handle->fd == -1 as the primary indicator of a directory. This
Andrew Tridgell
2007-10-10
5
-5
/
+5
*
r3657: More netlogon torture. We now test both function calls (SamLogon and ...
Andrew Bartlett
2007-10-10
1
-43
/
+102
*
r3656: allow easy testing of the "realloc changes the pointer" type of proble...
Andrew Tridgell
2007-10-10
1
-0
/
+13
*
r3655: As required by the new torture test, add the LM session key output
Andrew Bartlett
2007-10-10
2
-2
/
+10
*
r3654: Add static and fix indentation.
Andrew Bartlett
2007-10-10
2
-2
/
+2
*
r3653: Move Interactive login tests up with the rest of the logon tests.
Andrew Bartlett
2007-10-10
1
-71
/
+126
*
r3652: Fix malloc-history dependent failures in smbtorture.
Andrew Bartlett
2007-10-10
1
-6
/
+7
*
r3651: Add a new configure option --with-eparserdir
Andrew Bartlett
2007-10-10
3
-1
/
+32
*
r3636: Fix python build
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r3635: fixed the crash from the BASE-DISCONNECT test
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3634: - fixed BASE-DISCONNECT test to force the async packets to be sent by
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
2007-10-10
9
-14
/
+182
*
r3632: added an index on "member" in default provision. This speeds up my
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3631: a couple of tweaks to the talloc hierarchy for async requests in
Andrew Tridgell
2007-10-10
2
-1
/
+3
*
r3630: More work on DCOM server side
Jelmer Vernooij
2007-10-10
5
-15
/
+46
*
r3629: A bit of work on the DCOM server architecture, small fixes
Jelmer Vernooij
2007-10-10
6
-41
/
+95
*
r3626: More minor DCOM fixes
Jelmer Vernooij
2007-10-10
5
-71
/
+48
*
r3625: Couple of minor DCOM bugfixes
Jelmer Vernooij
2007-10-10
4
-63
/
+100
*
r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...
Andrew Tridgell
2007-10-10
9
-59
/
+156
*
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
2007-10-10
12
-208
/
+310
*
r3613: fixed a typo
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r3612: This appears to be the 'offical' way to initialise this struct.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r3611: DCOM client support works!!
Jelmer Vernooij
2007-10-10
11
-22
/
+61
*
r3610: prevent segv with heimdal and password krb5 init
Andrew Tridgell
2007-10-10
1
-2
/
+5
*
r3609: Lets spew out a few less error messages for tridge, and hope to get
Andrew Bartlett
2007-10-10
2
-10
/
+3
*
r3608: added BASE-DENYDOS test
Andrew Tridgell
2007-10-10
2
-0
/
+126
*
r3607: EnumDomainAlises doesn't take a max_size parameter.
Tim Potter
2007-10-10
1
-1
/
+0
*
r3606: More DCOM fixes:
Jelmer Vernooij
2007-10-10
9
-48
/
+311
*
r3602: Add looking up transport by endpoint protocol
Jelmer Vernooij
2007-10-10
1
-0
/
+16
*
r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper
Jelmer Vernooij
2007-10-10
10
-72
/
+274
*
r3600: fixed two debug typos
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r3599: fixed a couple of memory errors in the rpc netlogon server
Andrew Tridgell
2007-10-10
2
-2
/
+10
*
r3598: hopefully fix the build on stratos
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3597: implement a suggestion from abartlet. By taking a refernce to the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left to
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r3595: - fixed a talloc_free ordering problem on cleanup with pending requests
Andrew Tridgell
2007-10-10
5
-6
/
+46
*
r3594: continue conversion to __location__ from __LINE__ for error reporting
Andrew Tridgell
2007-10-10
1
-9
/
+9
*
r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...
Andrew Tridgell
2007-10-10
1
-4
/
+6
*
r3592: auto-cleanup the test.$$ log files in these test scripts on control-C
Andrew Tridgell
2007-10-10
3
-0
/
+4
*
r3591: to get a bit more useful info from valgrind I'm disabling the
Andrew Tridgell
2007-10-10
2
-2
/
+2
*
r3590: Add some more commands to rpcclient from a patch by jbm. Add
Tim Potter
2007-10-10
2
-6
/
+186
*
r3589: Add some extra status codes.
Tim Potter
2007-10-10
1
-0
/
+2
*
r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...
Tim Potter
2007-10-10
2
-3
/
+15
*
r3587: Add status_codes.i as a dependencies for dcerpc.i
Tim Potter
2007-10-10
1
-1
/
+1
*
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2007-10-10
49
-154
/
+186
*
r3585: check sscanf return code
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r3584: fix referral handling
Stefan Metzmacher
2007-10-10
2
-5
/
+13
*
r3583: - seperate the ldap client code and the ldap parsing code
Stefan Metzmacher
2007-10-10
6
-665
/
+707
[prev]
[next]