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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3464: split out registry.h, rap.h and ldap_server.h
Andrew Tridgell
11
-0
/
+11
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
8
-1
/
+10
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
9
-5
/
+108
2007-10-10
r3461: another place where "open" was used as a structure element
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3458: more solaris portability fixes, the main one being that we can't use a
Andrew Tridgell
2
-116
/
+1
2007-10-10
r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...
Andrew Tridgell
6
-28
/
+28
2007-10-10
r3455: some more portability fixes. We nearly compile on solaris again now.
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3454: moved a few more things out if includes.h into the include/system/ inc...
Andrew Tridgell
5
-0
/
+5
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
5
-0
/
+5
2007-10-10
r3450: portability fixes
Andrew Tridgell
6
-103
/
+104
2007-10-10
r3449: more include file reduction
Andrew Tridgell
10
-0
/
+17
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
15
-0
/
+17
2007-10-10
r3446: created include/system/iconv.h and include/system/shmem.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3445: made the gtk tooks use minimal includes. This approximately halves the
Andrew Tridgell
4
-2
/
+14
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
14
-89
/
+166
2007-10-10
r3441: some include file cleanups and general housekeeping
Andrew Tridgell
11
-315
/
+38
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3425: got rid of a bunch of cruft from rewrite.h
Andrew Tridgell
1
-0
/
+8
2007-10-10
r3421: got rid of some unused code
Andrew Tridgell
1
-30
/
+0
2007-10-10
r3374: Couple of bug fixes
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r3369: More registry updates
Jelmer Vernooij
1
-3
/
+73
2007-10-10
r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...
Jelmer Vernooij
6
-13
/
+24
2007-10-10
r3367: More registry updates.
Jelmer Vernooij
3
-3
/
+44
2007-10-10
r3366: updates from the junkcode version of talloc.
Andrew Tridgell
1
-5
/
+7
2007-10-10
r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...
Andrew Tridgell
2
-3
/
+26
2007-10-10
r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.
Andrew Tridgell
1
-6
/
+9
2007-10-10
r3356: in the standard process model we need to make sure we close all
Andrew Tridgell
1
-0
/
+22
2007-10-10
r3348: More registry fixes and additions. The following functions work right ...
Jelmer Vernooij
3
-7
/
+50
2007-10-10
r3340: Various fixes in the registry code. Implement the EnumKey call
Jelmer Vernooij
3
-3
/
+9
2007-10-10
r3335: better configure support for ipv6 - thanks to a quick tutorial from metze
Andrew Tridgell
1
-1
/
+7
2007-10-10
r3334: Allow disabling IPv6 support using socket:noipv6
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r3333: added configure tests for ipv6 support
Andrew Tridgell
2
-1
/
+8
2007-10-10
r3329: Add support for IPv6
Jelmer Vernooij
4
-0
/
+373
2007-10-10
r3323: more warning reductions
Andrew Tridgell
7
-46
/
+27
2007-10-10
r3322: fixed a bunch of warnings in the build, including one case where it wa...
Andrew Tridgell
1
-5
/
+5
2007-10-10
r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as well
Andrew Tridgell
1
-2
/
+10
2007-10-10
r3314: added a option "socket:testnonblock" to the generic socket code. If
Andrew Tridgell
5
-14
/
+31
2007-10-10
r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...
Andrew Tridgell
2
-0
/
+16
2007-10-10
r3304: changed the API to lib/socket/ a little.
Andrew Tridgell
5
-81
/
+41
2007-10-10
r3300: initialise *sendlen on failure, to allow for callers to check only for
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3279: Removed MSG_DONTWAIT flags as many platform don't have it.
Andrew Tridgell
2
-19
/
+1
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
7
-125
/
+54
2007-10-10
r3271: use "struct messaging_context *" instead of "void *" in messaging API
Andrew Tridgell
1
-22
/
+19
2007-10-10
r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3261: added seek to RAW-SEARCH test
Andrew Tridgell
1
-10
/
+19
2007-10-10
r3238: rename null_mtime() to the more accurate name "null_time()", and
Andrew Tridgell
1
-7
/
+7
2007-10-10
r3223: continue the effort on LIBREPLACE to try to get the ldb tools to
Andrew Tridgell
3
-34
/
+35
2007-10-10
r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, and
Andrew Tridgell
5
-35
/
+44
2007-10-10
r3184: don't setup socket options on unix domain sockets (our smb.conf socket...
Andrew Tridgell
1
-1
/
+0
[prev]
[next]