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
r2516: Remove duplicate line.
Tim Potter
1
-1
/
+0
2007-10-10
r2515: Fixes from smbtorture - these session keys are not individually encryp...
Andrew Bartlett
1
-4
/
+8
2007-10-10
r2514: Remove unused funcions, and add static.
Andrew Bartlett
1
-55
/
+1
2007-10-10
r2513: Avoid strupper/strlower when you can. This developers module
Andrew Bartlett
1
-3
/
+1
2007-10-10
r2512: Remove unused stub functions.
Andrew Bartlett
1
-36
/
+0
2007-10-10
r2511: Add NT status codes.
Tim Potter
2
-17
/
+537
2007-10-10
r2510: Make C++ compilers happy, use ifdef instead of if
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r2509: add a struct ldapsrv_call which is simular to the dcesrv_call_state st...
Stefan Metzmacher
2
-291
/
+277
2007-10-10
r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequest
Stefan Metzmacher
1
-3
/
+27
2007-10-10
r2507: Allow a case-insensitive lookup when converting strings into NTSTATUS
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2506: Add more printf attributes for format checking.
Andrew Bartlett
1
-3
/
+5
2007-10-10
r2505: Remove unused function. If/when we implement plaintext authenticaton
Andrew Bartlett
1
-56
/
+0
2007-10-10
r2504: Add printf attribute, for format argument checking.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r2503: the RAW-SEARCH test now mostly passes against the posix backend
Andrew Tridgell
5
-104
/
+266
2007-10-10
r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo,
Tim Potter
1
-30
/
+288
2007-10-10
r2501: The AddMemberToAlias test doesn't need a domain_handle.
Tim Potter
1
-5
/
+2
2007-10-10
r2500: disable the sleep test in echo until we have a win32 echo server that
Andrew Tridgell
1
-6
/
+5
2007-10-10
r2499: - use more efficient wildcard delete in smbclient
Andrew Tridgell
1
-20
/
+9
2007-10-10
r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a string
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2496: Check that reference parameters are not None.
Tim Potter
1
-1
/
+9
2007-10-10
r2495: cope properly with STATUS_NO_MORE_FILES in old search client code
Andrew Tridgell
1
-1
/
+4
2007-10-10
r2494: fixed connecting to a share mode server (tested and really works now)
Andrew Tridgell
1
-3
/
+10
2007-10-10
r2493: allow tdb to build standalone
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2492: Some cleanups.
Tim Potter
1
-29
/
+145
2007-10-10
r2491: Handle pointers to scalars when converting to a Python dictionary (i.e
Tim Potter
1
-30
/
+1
2007-10-10
r2490: Some changes to take into account non-error NTSTATUS codes being retur...
Tim Potter
2
-3
/
+7
2007-10-10
r2489: Rename account_flags in EnumDomainAliases() to acct_flags.
Tim Potter
2
-2
/
+2
2007-10-10
r2486: Use correct type checks when checking 64-bit quantities (int64, uint64,
Tim Potter
1
-16
/
+16
2007-10-10
r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.
Andrew Tridgell
2
-3
/
+88
2007-10-10
r2484: allow ldb to build standalone again
Andrew Tridgell
1
-0
/
+7
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
10
-117
/
+331
2007-10-10
r2468: print out the names of the fault codes#
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r2465: modify the autoidl hack to work for DRSUAPI
Andrew Tridgell
1
-3
/
+27
2007-10-10
r2464: fix the build
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r2463: make sure we don't send the password in a tconx unless we really have to
Andrew Tridgell
1
-6
/
+14
2007-10-10
r2462: added a test for the error code for no matching filename
Andrew Tridgell
1
-0
/
+18
2007-10-10
r2461: Update samr.py torture test after policy handle parameter renames.
Tim Potter
1
-32
/
+99
2007-10-10
r2460: fixed the spnego code that I recently broke
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2459: added STATUS_NO_MORE_FILES nt status code
Andrew Tridgell
1
-1
/
+2
2007-10-10
r2458: Rename policy handle parameters for the SAMR pipe. Parameters now
Tim Potter
8
-247
/
+246
2007-10-10
r2457: expanded the RAW-SEARCH test to test for what happens when a directory
Andrew Tridgell
1
-6
/
+233
2007-10-10
r2456: got rid of some outdated global macros
Andrew Tridgell
2
-14
/
+8
2007-10-10
r2455: don't use the uninitialised sess structure when auth fails
Andrew Tridgell
1
-4
/
+6
2007-10-10
r2454: fixed the accelerated StrCaseCmp() so it compares in the right order
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2449: use a blocking fd for smbsrv code
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r2448: use SO_REUSEADDR=1 for the server
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2447: let the server code use the new lib/socket/ stuff
Stefan Metzmacher
11
-174
/
+215
2007-10-10
r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4
Stefan Metzmacher
1
-5
/
+40
2007-10-10
r2443: check return code of event_loop_once() to catch thet cases where the s...
Stefan Metzmacher
4
-5
/
+15
[next]