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
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
2007-10-10
r2442: remove unused event_loop_once() call
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r2441: set exit code correct when we got EBADF from select()
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r2439: - function that return just an int don't need a TALLOC_CTX
Stefan Metzmacher
3
-21
/
+22
2007-10-10
r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...
Andrew Tridgell
1
-0
/
+5
2007-10-10
r2437: implemented a suggestion from abartlet that if we cannot convert
Andrew Tridgell
1
-2
/
+5
2007-10-10
r2436: the second big lump of posix vfs code.
Andrew Tridgell
15
-186
/
+824
2007-10-10
r2435: got rid of another pointless strnequal()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...
Andrew Tridgell
2
-3
/
+1
2007-10-10
r2433: attrib_string() is now a generally available library function (it will...
Andrew Tridgell
1
-40
/
+4
2007-10-10
r2432: more string function updates.
Andrew Tridgell
2
-2
/
+2
2007-10-10
r2431: got rid of strnequal() in a couple of places
Andrew Tridgell
2
-2
/
+2
2007-10-10
r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()
Andrew Tridgell
1
-29
/
+78
2007-10-10
r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(),
Tim Potter
1
-3
/
+174
2007-10-10
r2428: Handle unions as [out] parameters by passing the value of the switch_is
Tim Potter
1
-15
/
+61
2007-10-10
r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain,
Tim Potter
1
-2
/
+150
2007-10-10
r2426: Handle pointer to scalars converting C to Python.
Tim Potter
1
-10
/
+26
2007-10-10
r2425: Found another place for a type check. When convert a dictionary value
Tim Potter
1
-2
/
+11
2007-10-10
r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.
Tim Potter
2
-19
/
+16
2007-10-10
r2423: Add some instructions for building extensions.
Tim Potter
1
-0
/
+37
2007-10-10
r2422: Convert PyDict_{Get,Set}Item() calls to PyDict_{Get,Set}ItemString().
Tim Potter
1
-10
/
+10
2007-10-10
r2421: Fix test for lookupdomain for a non-existent domain.
Tim Potter
2
-2
/
+15
2007-10-10
r2419: Write tests for samr_EnumDomains() and samr_LookupDomain().
Tim Potter
1
-4
/
+38
2007-10-10
r2418: Handle a pointer to a scalar when converting a field from Python.
Tim Potter
1
-4
/
+9
2007-10-10
r2417: Add comments to the interface generator as well as some commentary in
Tim Potter
1
-172
/
+227
2007-10-10
r2416: More argument checks. Raise an exception instead of segfaulting if a
Tim Potter
2
-10
/
+71
2007-10-10
r2415: Throw a TypeError exception if a scalar value doesn't have the correct
Tim Potter
2
-28
/
+100
2007-10-10
r2414: samr_Connect.system_name is now an array.
Tim Potter
1
-1
/
+1
2007-10-10
r2411: The other half of getting autogenerated code working using misc.idl:
Tim Potter
1
-14
/
+70
[next]