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
*
r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM c...
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r15812: Explicitly cast to unsigned int.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r15811: Fix mget command without arguments. Caught by the IBM Checker.
Jelmer Vernooij
2007-10-10
1
-4
/
+5
*
r15810: Fix uninitialized variable error, caught by the IBM checker.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r15809: Fix typo in array offsets. Caught by the IBM checker.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r15808: Fix two uninitialized variables, caught by the IBM Checker.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15806: Remove some unnecessary nesting making the function harder to read.
Jelmer Vernooij
2007-10-10
1
-11
/
+15
*
r15805: Fix incompatible type assignment. Caught by the IBM checker.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15804: Fix SAMLOGON test
Simo Sorce
2007-10-10
1
-6
/
+5
*
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...
Stefan Metzmacher
2007-10-10
2
-1
/
+7
*
r15802: merge tridge's fix to the SMB2 server
Stefan Metzmacher
2007-10-10
1
-4
/
+1
*
r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15798: shortcut the lookup of "localhost" in the ipv6 backend
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r15797: fixed a notify bug, where a notify_remove() is beyond the current max
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r15796: this talloc_reference() was causing a memory leak on every NTVFS
Andrew Tridgell
2007-10-10
1
-4
/
+0
*
r15795: Try to use the async code by default
Simo Sorce
2007-10-10
4
-28
/
+185
*
r15794: fixed a problem with DOS status codes - found by kukks (thanks!)
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r15789: hmm, damn, testing uncovcer all your bugs :-)
Simo Sorce
2007-10-10
1
-16
/
+2
*
r15788: Do not crash when no result is returned
Simo Sorce
2007-10-10
1
-0
/
+4
*
r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized ...
Simo Sorce
2007-10-10
1
-0
/
+1
*
r15786: another fix in rdn_name
Simo Sorce
2007-10-10
1
-10
/
+3
*
r15785: Change the test names according to changes made in libnet torture test.
Rafal Szczesniak
2007-10-10
1
-3
/
+3
*
r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.
Rafal Szczesniak
2007-10-10
2
-76
/
+136
*
r15783: Fix previous commit, was the wrong way to deal with the problem
Simo Sorce
2007-10-10
1
-26
/
+24
*
r15782: More fixes for async cases
Simo Sorce
2007-10-10
3
-26
/
+42
*
r15780: Fix indentation of deferred code (fixed #3739)
Jelmer Vernooij
2007-10-10
1
-6
/
+13
*
r15779: Remove keepref from atsvc and efs.
Jelmer Vernooij
2007-10-10
4
-20
/
+18
*
r15778: Fix bug printing ref pointers.
Jelmer Vernooij
2007-10-10
1
-8
/
+12
*
r15777: Fix unresolved symbols in shared library build.
Jelmer Vernooij
2007-10-10
2
-3
/
+3
*
r15776: Don't generate ref pointers in Samba4-generated code. There is no point
Jelmer Vernooij
2007-10-10
30
-75
/
+112
*
r15775: add some privilege related WERROR codes
Stefan Metzmacher
2007-10-10
2
-0
/
+4
*
r15774: take care of the SYSTEM_SECURITY flag
Stefan Metzmacher
2007-10-10
1
-1
/
+7
*
r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()
Stefan Metzmacher
2007-10-10
3
-4
/
+199
*
r15772: pass the messaging context and server_id to the dcerpc server subsystem
Stefan Metzmacher
2007-10-10
4
-1
/
+19
*
r15771: this should be a o32s32 blob
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15770: when there's a dynamic body, we need to send the first byte even if the
Stefan Metzmacher
2007-10-10
2
-0
/
+2
*
r15769: this functions belong to params/ so move it.
Stefan Metzmacher
2007-10-10
4
-20
/
+20
*
r15768: make it possible that the caller of the ntvfs_subsystem doesn't
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r15767: we need to free here
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecur...
Stefan Metzmacher
2007-10-10
1
-4
/
+5
*
r15762: It make no sense for rdn_name to implement modify, it will need to im...
Simo Sorce
2007-10-10
1
-138
/
+0
*
r15761: Fix-as-you-go ...
Simo Sorce
2007-10-10
4
-46
/
+35
*
r15760: - add RAW_READ_SMB2 => generic mapping
Stefan Metzmacher
2007-10-10
2
-4
/
+61
*
r15759: samba4 currently only supports read sizes up to with UINT16_MAX
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend
Stefan Metzmacher
2007-10-10
2
-2
/
+30
*
r15757: - add RAW_WRITE_SMB2 => generic mapping
Stefan Metzmacher
2007-10-10
2
-1
/
+49
*
r15756: handle RAW_OPEN_SMB2
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r15754: - implement SMB2 Close
Stefan Metzmacher
2007-10-10
2
-3
/
+43
*
r15753: implement SMB2 Create
Stefan Metzmacher
2007-10-10
2
-1
/
+150
[next]