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
r5664: simo, please look into this. It is possible for the number of elements
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
19
-198
/
+215
2007-10-10
r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...
Jeremy Allison
1
-0
/
+7
2007-10-10
r5492: Update example coclass, autogenerate some parts.
Jelmer Vernooij
1
-25
/
+27
2007-10-10
r5490: The big (D)COM commit! :-) Contains most of the changes described in the
Jelmer Vernooij
11
-324
/
+378
2007-10-10
r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r5411: make network interface selection a bit saner
Andrew Tridgell
1
-1
/
+16
2007-10-10
r5407: - this patch makes samba's event loop code more generic and makes
Stefan Metzmacher
6
-191
/
+701
2007-10-10
r5401: using talloc_array() is neater here
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5393: trigger timed events not to early, better do it a bit to late
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r5392: added "secure" WINS server processing. Send a WACK on name
Andrew Tridgell
1
-0
/
+51
2007-10-10
r5374: - changed the dn key code in the ldb tdb backend to correctly honor
Andrew Tridgell
4
-6
/
+96
2007-10-10
r5373: prepare infrastructure for maing different events
Stefan Metzmacher
2
-1
/
+1
2007-10-10
r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...
Andrew Tridgell
1
-3
/
+25
2007-10-10
r5357: added ldb_msg_add_fmt(), for creating formatted ldb record values
Andrew Tridgell
2
-0
/
+24
2007-10-10
r5330: Remove #include <sys/time.h> from includes.h.
Andrew Bartlett
2
-0
/
+2
2007-10-10
r5308: trimmed back a lot of the old macros from smb_macros.h
Andrew Tridgell
3
-7
/
+6
2007-10-10
r5307: removed db_wrap.h from includes.h
Andrew Tridgell
3
-0
/
+3
2007-10-10
r5306: removed all the unused mutex functions from mutex.c. When (if?) we
Andrew Tridgell
1
-91
/
+1
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
8
-0
/
+50
2007-10-10
r5303: fixed build of gconf registry backend
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5302: fixed a compilation problem on solaris caused by the recent include
Andrew Tridgell
1
-17
/
+14
2007-10-10
r5300: more uint32 and system/filesys.h build fixes when developer mode is en...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5299: fixed an include ordering problem
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
40
-13
/
+73
2007-10-10
r5297: ensure pstring is not in the generated prototypes
Andrew Tridgell
2
-6
/
+1
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
12
-5
/
+15
2007-10-10
r5294: - added a separate NBT-WINS test for WINS operations (register, refres...
Andrew Tridgell
1
-44
/
+15
2007-10-10
r5292: ensure we cleanup the epoll_fd on event context destruction
Andrew Tridgell
1
-0
/
+17
2007-10-10
r5284: this is needed on my server
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r5274: fixed some const warnings by making the str_list_ functions return "co...
Andrew Tridgell
1
-7
/
+7
2007-10-10
r5273: fixed another bug in the code that keeps timed events
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r5221: replace the str_list_*() code with new code based on talloc(). This is
Andrew Tridgell
1
-111
/
+79
2007-10-10
r5217: avoid epoll_ctl() if the event flags are already set correctly
Andrew Tridgell
1
-1
/
+4
2007-10-10
r5199: fix some minor configure bugs
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5198: don't consider failure to remove an epoll event as enough reason to
Andrew Tridgell
1
-4
/
+2
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
6
-11
/
+75
2007-10-10
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
2
-11
/
+7
2007-10-10
r5194: added support for using epoll instead of select() on systems that have
Andrew Tridgell
1
-48
/
+220
2007-10-10
r5189: fixed a double free bug in the ltdb indexing code
Andrew Tridgell
1
-7
/
+0
2007-10-10
r5187: ordered the timed events in the events code, which makes processing
Andrew Tridgell
1
-77
/
+65
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
3
-143
/
+128
2007-10-10
r5170: fixed a bug handling events that have already timed out - they were
Andrew Tridgell
1
-8
/
+4
2007-10-10
r5143: don't generate prototypes for lib/tdb/
Stefan Metzmacher
3
-1
/
+12
2007-10-10
r5142: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5135: I prepare a clean up in includes.h
Stefan Metzmacher
2
-1
/
+4
2007-10-10
r5134: - fix types to always use _t types
Stefan Metzmacher
5
-8
/
+11
2007-10-10
r5129: make sure we don't spin chewing CPU time due to my last change
Andrew Tridgell
1
-1
/
+5
[prev]
[next]