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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15856: fixed talloc_asprintf_append() on solaris
Andrew Tridgell
1
-1
/
+2
2007-10-10
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
13
-30
/
+15
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
29
-104
/
+50
2007-10-10
r15853: started the process of removing the warnings now that
Andrew Tridgell
8
-35
/
+23
2007-10-10
r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()
Andrew Tridgell
3
-23
/
+40
2007-10-10
r15851: the conversion of loadparm to BOOL broke all big-endian platforms as
Andrew Tridgell
2
-6
/
+6
2007-10-10
r15850: another spot where r->out.error_string can be uninitialied
Andrew Tridgell
1
-0
/
+1
2007-10-10
r15849: ensure we don't try to talloc_steal() an invalid error_string in
Andrew Tridgell
1
-0
/
+1
2007-10-10
r15847: We probably want to keep the global init
Simo Sorce
1
-0
/
+2
2007-10-10
r15846: An async version of ldbsearch
Simo Sorce
1
-59
/
+186
2007-10-10
r15836: Test an invalid DOS share mode.
Volker Lendecke
1
-1
/
+34
2007-10-10
r15835: fixed locking in the client library
Andrew Tridgell
1
-0
/
+1
2007-10-10
r15834: fixed a memory leak in the session code
Andrew Tridgell
1
-1
/
+1
2007-10-10
r15833: fixed two delete on close memory leaks
Andrew Tridgell
1
-2
/
+6
2007-10-10
r15832: put a talloc leak report in the log file at the end of each test run
Andrew Tridgell
1
-1
/
+1
2007-10-10
r15831: fixed a memory leak in the netlogon server
Andrew Tridgell
1
-2
/
+2
2007-10-10
r15830: fixed two kdc memory leaks
Andrew Tridgell
2
-14
/
+8
2007-10-10
r15829: we need to include socket.h before we can use enum socket_type
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r15828: a talloc steal optimisation spotted by metze
Andrew Tridgell
1
-1
/
+1
2007-10-10
r15827: fixed a spelling error
Andrew Tridgell
1
-1
/
+1
2007-10-10
r15826: ensure we don't dereference sec when NULL
Andrew Tridgell
1
-1
/
+2
2007-10-10
r15825: there are quite subtle semantics with change notify events being sent
Andrew Tridgell
1
-8
/
+34
2007-10-10
r15824: fixed a subtle talloc bug to do with memory context loops. When you
Andrew Tridgell
3
-3
/
+80
2007-10-10
r15821: Fix static library build.
Jelmer Vernooij
2
-3
/
+8
2007-10-10
r15820: this line was just for testing
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r15819: Use updated API in smbtorture, use UI tools in registry tests.
Jelmer Vernooij
2
-39
/
+21
2007-10-10
r15818: Improve UI utilities: allow format strings and add some convenience m...
Jelmer Vernooij
2
-6
/
+56
2007-10-10
r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an...
Stefan Metzmacher
3
-1
/
+218
2007-10-10
r15815: add SMB2 Lock client code
Stefan Metzmacher
2
-0
/
+78
2007-10-10
r15814: add SMB2 Lock interface structure
Stefan Metzmacher
3
-1
/
+38
2007-10-10
r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM c...
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r15812: Explicitly cast to unsigned int.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r15811: Fix mget command without arguments. Caught by the IBM Checker.
Jelmer Vernooij
1
-4
/
+5
2007-10-10
r15810: Fix uninitialized variable error, caught by the IBM checker.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15809: Fix typo in array offsets. Caught by the IBM checker.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15808: Fix two uninitialized variables, caught by the IBM Checker.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15806: Remove some unnecessary nesting making the function harder to read.
Jelmer Vernooij
1
-11
/
+15
2007-10-10
r15805: Fix incompatible type assignment. Caught by the IBM checker.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15804: Fix SAMLOGON test
Simo Sorce
1
-6
/
+5
2007-10-10
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...
Stefan Metzmacher
2
-1
/
+7
2007-10-10
r15802: merge tridge's fix to the SMB2 server
Stefan Metzmacher
1
-4
/
+1
2007-10-10
r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak
Andrew Tridgell
1
-0
/
+1
2007-10-10
r15798: shortcut the lookup of "localhost" in the ipv6 backend
Andrew Tridgell
1
-1
/
+5
2007-10-10
r15797: fixed a notify bug, where a notify_remove() is beyond the current max
Andrew Tridgell
1
-0
/
+5
2007-10-10
r15796: this talloc_reference() was causing a memory leak on every NTVFS
Andrew Tridgell
1
-4
/
+0
2007-10-10
r15795: Try to use the async code by default
Simo Sorce
4
-28
/
+185
2007-10-10
r15794: fixed a problem with DOS status codes - found by kukks (thanks!)
Andrew Tridgell
1
-0
/
+5
2007-10-10
r15789: hmm, damn, testing uncovcer all your bugs :-)
Simo Sorce
1
-16
/
+2
2007-10-10
r15788: Do not crash when no result is returned
Simo Sorce
1
-0
/
+4
[next]