index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r5217: avoid epoll_ctl() if the event flags are already set correctly
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r5199: fix some minor configure bugs
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r5198: don't consider failure to remove an epoll event as enough reason to
Andrew Tridgell
2007-10-10
1
-4
/
+2
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
6
-11
/
+75
*
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
2007-10-10
2
-11
/
+7
*
r5194: added support for using epoll instead of select() on systems that have
Andrew Tridgell
2007-10-10
1
-48
/
+220
*
r5189: fixed a double free bug in the ltdb indexing code
Andrew Tridgell
2007-10-10
1
-7
/
+0
*
r5187: ordered the timed events in the events code, which makes processing
Andrew Tridgell
2007-10-10
1
-77
/
+65
*
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
2007-10-10
3
-143
/
+128
*
r5170: fixed a bug handling events that have already timed out - they were
Andrew Tridgell
2007-10-10
1
-8
/
+4
*
r5143: don't generate prototypes for lib/tdb/
Stefan Metzmacher
2007-10-10
3
-1
/
+12
*
r5142: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r5135: I prepare a clean up in includes.h
Stefan Metzmacher
2007-10-10
2
-1
/
+4
*
r5134: - fix types to always use _t types
Stefan Metzmacher
2007-10-10
5
-8
/
+11
*
r5129: make sure we don't spin chewing CPU time due to my last change
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r5123: fixed a bug in the timed events handling. It was possible for a timed
Andrew Tridgell
2007-10-10
2
-11
/
+26
*
r5119: fflush after talloc reports to ensure they are fully on disk when usin...
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r5114: the nbtd task can now act as a basic B-node server. It registers its
Andrew Tridgell
2007-10-10
2
-168
/
+14
*
r5108: the beginnings of a nbtd server for Samba4. Currently just displays
Andrew Tridgell
2007-10-10
2
-0
/
+4
*
r5107: moved the horrible ldap socket code, and the even worse
Andrew Tridgell
2007-10-10
1
-175
/
+0
*
r5106: removed a bunch of unused socket functions. We still need
Andrew Tridgell
2007-10-10
1
-373
/
+1
*
r5105: removed some unused events functions. These are no longer needed as
Andrew Tridgell
2007-10-10
1
-30
/
+0
*
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
2007-10-10
1
-26
/
+0
*
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
2007-10-10
1
-11
/
+11
*
r5093: Make debugs less confusing when a 0 NTTIME is printed.
Andrew Bartlett
2007-10-10
1
-1
/
+5
*
r5092: Add a bit more const - moving it further into the LDB layer.
Andrew Bartlett
2007-10-10
2
-3
/
+3
*
r5053: - fix up the library dependencies so that tools that need nbt don't
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5052: minor formatting fix
Andrew Tridgell
2007-10-10
1
-4
/
+3
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
28
-103
/
+103
*
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
2007-10-10
2
-6
/
+6
*
r4954: we don't need the separate event_remove_*() calls any more, as you now
Andrew Tridgell
2007-10-10
1
-36
/
+2
*
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
2007-10-10
2
-13
/
+20
*
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
2007-10-10
2
-102
/
+89
*
r4898: - removed the unused wins_srv_*() code
Andrew Tridgell
2007-10-10
4
-397
/
+13
*
r4863: schema_find_attribute() should be static
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4862: - better structure schema tests
Simo Sorce
2007-10-10
10
-31
/
+54
*
r4859: changed a numbe rof things:
Simo Sorce
2007-10-10
1
-244
/
+150
*
r4844: - Remove the unused attrsyn structure
Simo Sorce
2007-10-10
1
-175
/
+164
*
r4831: added udp support to our generic sockets library.
Andrew Tridgell
2007-10-10
5
-78
/
+208
*
r4818: missed version.h here
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4817: ccache was being made ineffective on all the build farm machines
Andrew Tridgell
2007-10-10
2
-0
/
+2
*
r4801: remove the two bogus ctype.h includes
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r4793: minor doc updates
Andrew Tridgell
2007-10-10
1
-15
/
+9
*
r4790: added type checking helper macros in talloc. These take advantage of
Andrew Tridgell
2007-10-10
4
-9
/
+107
*
r4786: forgot to commit the exclusion for schema checking against our control...
Simo Sorce
2007-10-10
1
-0
/
+8
*
r4784: finally make schema module use a single ldb
Simo Sorce
2007-10-10
6
-52
/
+764
*
r4781: the tolower() in schema.c is a premature optimisation. I suspect the
Andrew Tridgell
2007-10-10
1
-9
/
+8
*
r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...
Simo Sorce
2007-10-10
1
-35
/
+57
*
r4759: use ldb_attr_cmp() to compare attribute names
Simo Sorce
2007-10-10
2
-34
/
+53
*
r4756: a slight tidy up in the events code
Andrew Tridgell
2007-10-10
1
-4
/
+1
[prev]
[next]