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
/
source3
/
lib
/
messages.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-01-11
Added new message_send_pid() code that uses tdb append to reduce locking
Jeremy Allison
1
-54
/
+55
2003-01-10
First part of efficiency fixes for message sending to pid's (cutting down
Jeremy Allison
1
-48
/
+95
2003-01-02
BIG patch...
Andrew Bartlett
1
-1
/
+1
2002-11-23
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
1
-6
/
+13
2002-09-17
Never, *ever* hold a mutex lock in the message database where there may
Jeremy Allison
1
-69
/
+0
2002-09-04
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
1
-3
/
+22
2002-06-20
Fixed compiler warning.
Tim Potter
1
-1
/
+1
2002-06-17
compile warngin fixes merged from 2.2
Gerald Carter
1
-1
/
+1
2002-06-17
Fixed typo in debug.
Tim Potter
1
-1
/
+1
2002-06-13
Ensure we save any older SIGALRM signal handler.
Jeremy Allison
1
-2
/
+3
2002-06-05
Spelling fix.
Tim Potter
1
-1
/
+1
2002-05-26
move debug stuff from messages.c to debug.c (Elrond)
Simo Sorce
1
-20
/
+1
2002-05-19
Keep the compiler happy
Andrew Bartlett
1
-1
/
+1
2002-05-18
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
1
-1
/
+9
2002-03-27
Moved debug messages for grabbing/releasing mutex.
Jeremy Allison
1
-0
/
+4
2002-03-26
Don't hold the mutex for more than 20 seconds.
Jeremy Allison
1
-4
/
+32
2002-03-20
Add assertions that kill() is never accidentally passed a non-positive
Martin Pool
1
-0
/
+7
2002-03-14
getpid() -> sys_getpid()
Tim Potter
1
-1
/
+1
2002-03-09
Doc.
Tim Potter
1
-9
/
+14
2002-02-18
serialise all domain auth requests
Andrew Tridgell
1
-0
/
+30
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-03
If we receive a message that is not handled then emit a gentle warning
Martin Pool
1
-0
/
+8
2002-01-03
debug output on receipt of message.
Martin Pool
1
-0
/
+2
2001-12-21
Add an output parameter to message_send_all that says how many
Martin Pool
1
-12
/
+33
2001-12-19
Doc how to reply to messages.
Martin Pool
1
-1
/
+8
2001-11-20
Merged in JohnR's ping messaging extension.
Jeremy Allison
1
-27
/
+36
2001-09-25
Fixed enumeration of large numbers of groups from a Samba DC.
Jeremy Allison
1
-1
/
+5
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-7
/
+7
2001-09-06
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
1
-1
/
+1
2001-08-05
Some fixes about malloc/Realloc and mem leak
Simo Sorce
1
-4
/
+11
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
1
-1
/
+1
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2001-05-15
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
1
-1
/
+5
2001-04-27
More debug %d -> %u issues.
Jeremy Allison
1
-4
/
+4
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-1
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-3
/
+0
2001-02-12
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
1
-2
/
+1
2001-02-03
Merge from 2.2 - with connection fix.
Jeremy Allison
1
-1
/
+15
2001-01-23
Changes from APPLIANCE_HEAD:
David O'Neill
1
-4
/
+7
2001-01-15
removed unnecessary process_exists() call in message_send_pid()
Andrew Tridgell
1
-11
/
+0
2001-01-11
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+1
2001-01-11
Fix from John for growing messages.tdb.
Jeremy Allison
1
-0
/
+1
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
1
-11
/
+2
2000-12-06
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
1
-7
/
+7
2000-12-02
fixed messaging bug - use strlen() instead of sizeof() in key length
Andrew Tridgell
1
-2
/
+2
2000-11-17
fixed the problem with messages not getting through
Andrew Tridgell
1
-1
/
+1
2000-11-17
Delete queue on empty.
Jeremy Allison
1
-2
/
+7
2000-11-17
the duplicate checking code will cause unaligned accesses on non-intel
Andrew Tridgell
1
-4
/
+4
2000-11-17
use process_exists() not kill(pid, 0)
Andrew Tridgell
1
-1
/
+1
2000-11-16
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
1
-5
/
+41
[next]