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
r2629: convert gensec to the new talloc model
Andrew Tridgell
13
-45
/
+40
2007-10-10
r2628: got rid of some warnings and converted a few more places to use hierar...
Andrew Tridgell
8
-15
/
+17
2007-10-10
r2627: use the new talloc capabilities in a bunch more places in the rpc
Andrew Tridgell
11
-94
/
+64
2007-10-10
r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...
Andrew Tridgell
1
-4
/
+4
2007-10-10
r2625: use talloc_p, not talloc when possible (when allocating a structure in...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2624: - save some system calls by only trying read/write operations that sel...
Andrew Tridgell
1
-1
/
+11
2007-10-10
r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library we
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2621: - now that the client code is non-blocking, we no longer need
Andrew Tridgell
3
-93
/
+2
2007-10-10
r2618: before we had refererence counts in talloc I added a hack in the
Andrew Tridgell
5
-23
/
+8
2007-10-10
r2617: add connect testing to the rpc test suite
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2616: the cascading nature of talloc_free() can lead to some surprises. In
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2615: fixed a bug in the server side support for CONNECT level security
Andrew Tridgell
1
-6
/
+12
2007-10-10
r2614: support CONNECT level DCE/RPC security in both client and
Andrew Tridgell
5
-23
/
+108
2007-10-10
r2613: use a talloc destructor to ensure that file descriptors are not leaked
Andrew Tridgell
1
-2
/
+26
2007-10-10
r2612: Ensure ntlm_auth always logs to stderr.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2611: Try to make Samba4's ntlm_auth more consistant with Samba 3.0.
Andrew Bartlett
1
-8
/
+5
2007-10-10
r2601: avoid free()ing unallocated memory by mistake
Simo Sorce
1
-1
/
+6
2007-10-10
r2597: A small program that takes SID strings on stdin and produces a marshalled
Tim Potter
3
-0
/
+93
2007-10-10
r2594: Remove call to Gtk+ 2.4 specific code
Jelmer Vernooij
1
-25
/
+8
2007-10-10
r2593: don't crash if the server doesn't know that 0 count searches mean 1
Andrew Tridgell
1
-2
/
+6
2007-10-10
r2592: this fixes one of the security memory leaks in the server
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2591: fixed two errors in simple backend found with valgrind
Andrew Tridgell
1
-0
/
+2
2007-10-10
r2590: fixed one of the server security memory leaks. There are more :(
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2589: a simple test to help find security related memory leaks. Run valgrind...
Andrew Tridgell
3
-1
/
+71
2007-10-10
r2588: connect/disconnect is common enough that I don't think a level 0 DEBUG
Andrew Tridgell
3
-3
/
+3
2007-10-10
r2587: fixed a couple of authentication memory leaks. There are more to be
Andrew Tridgell
3
-2
/
+9
2007-10-10
r2586: updated the nbench example in the README to reflect the new chaining s...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2583: mkproto.pl now treats "int main" as a special case and avoids it.
Andrew Tridgell
1
-0
/
+2
2007-10-10
r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n...
Tim Potter
4
-2
/
+149
2007-10-10
r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed this
Andrew Tridgell
7
-0
/
+398
2007-10-10
r2580: fixed an uninitialised byte found by valgrind
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2577: - I recently found out that charaters below 0x3F are guaranteed not to
Andrew Tridgell
2
-45
/
+58
2007-10-10
r2576: Some userspace tools for getting and setting ntacls via the 'security....
Tim Potter
4
-0
/
+252
2007-10-10
r2573: - added a configure test for nanosecond time resolution in struct stat
Andrew Tridgell
5
-26
/
+56
2007-10-10
r2572: fixed two places where status is not initialised in the nbench backend
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2562: got rid of the "reference" backend that never happened - the code is
Andrew Tridgell
3
-1021
/
+0
2007-10-10
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
25
-184
/
+192
2007-10-10
r2560: Don't require structure fields that have the pidl value() property
Tim Potter
2
-27
/
+7
2007-10-10
r2559: Python ints can't hold the full range of uint32 values so store them
Tim Potter
2
-22
/
+55
2007-10-10
r2556: fixed the -s one bug that jelmer pointed out
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2555: Start of a rpcclient type program.
Tim Potter
2
-0
/
+319
2007-10-10
r2554: added a test for a bug that jelmer pointed out (handling of -s one)
Andrew Tridgell
1
-0
/
+7
2007-10-10
r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...
Andrew Tridgell
1
-18
/
+11
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
12
-491
/
+328
2007-10-10
r2551: Add const.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2550: survive our own BASE-NEGNOWAIT torture test.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r2547: Another place to use convert_string_talloc().
Andrew Bartlett
1
-7
/
+5
2007-10-10
r2546: Remove another strupper_m() that we don't need.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r2545: str_charnum -> strlen_m.
Andrew Bartlett
1
-1
/
+1
[next]