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
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r23025: Some logic simplifications
Volker Lendecke
2007-10-10
1
-29
/
+27
*
r23024: Ok, neither the duplicates_allowed nor the timeout argument to
Volker Lendecke
2007-10-10
1
-112
/
+12
*
r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...
Volker Lendecke
2007-10-10
1
-10
/
+0
*
r23022: Reformatting
Volker Lendecke
2007-10-10
1
-37
/
+47
*
r23015: Make message_(de)register static to messages.c
Volker Lendecke
2007-10-10
3
-19
/
+43
*
r23006: Arg. Fix stupid typo in 64-bit path.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
2007-10-10
1
-0
/
+31
*
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
2007-10-10
2
-2
/
+52
*
r22931: Fix logic in detection of the need to replace dlopen and friends.
Michael Adam
2007-10-10
1
-6
/
+7
*
r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22920: Add in the UNIX capability for 24-bit readX, as discussed
Jeremy Allison
2007-10-10
1
-6
/
+12
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22910: Make message_send_pid static to messages.c
Volker Lendecke
2007-10-10
3
-35
/
+38
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
2
-17
/
+14
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-1
/
+19
*
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
Gerald Carter
2007-10-10
2
-4
/
+190
*
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r22775: For the cluster code I've developed a wrapper around tdb to put diffe...
Volker Lendecke
2007-10-10
3
-0
/
+701
*
r22772: - Still working on the fact that readahead() is not declared (on at l...
Derrell Lipman
2007-10-10
3
-0
/
+11
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
2
-2
/
+111
*
r22759: sync lib/talloc with samba4
Stefan Metzmacher
2007-10-10
8
-16
/
+103
*
r22754: When processing a string, ensure we don't write one past
Jeremy Allison
2007-10-10
1
-6
/
+15
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
5
-39
/
+35
*
r22659: merge from SAMBA_4_0:
Stefan Metzmacher
2007-10-10
2
-1
/
+14
*
r22641: Install tdbdump and tdbbackup.
Jelmer Vernooij
2007-10-10
2
-3
/
+3
*
r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad
Jeremy Allison
2007-10-10
1
-3
/
+0
*
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
2
-6
/
+14
*
r22564: Move the _strict -> _zeronull functions into lib/util.c
Jeremy Allison
2007-10-10
3
-105
/
+99
*
r22555: Ensure our paranoid malloc functions return NULL on
Jeremy Allison
2007-10-10
1
-0
/
+12
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
2
-3
/
+3
*
r22541: Added talloc_size_strict macro.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r22540: Added _strict varients of the macro calls - added
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r22539: Added _strict varients of the talloc calls to
Jeremy Allison
2007-10-10
2
-1
/
+96
*
r22481: Move check for non-mappable SIDs to after sid_to_uid,
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
2007-10-10
1
-0
/
+242
*
r22394: Remove test directory once we are finished.
James Peach
2007-10-10
1
-0
/
+2
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-7
/
+9
*
r22389: Start preparing for multiple encryption contexts in the
Jeremy Allison
2007-10-10
1
-7
/
+13
*
r22366: sync lib/talloc/ with samba4
Stefan Metzmacher
2007-10-10
4
-8
/
+22
*
r22364: sync lib/tdb/ with samba4
Stefan Metzmacher
2007-10-10
10
-82
/
+3300
*
r22363: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r22320: Be more careful and check for the euid instead of the uid.
Lars Müller
2007-10-10
1
-1
/
+1
*
r22318: If we're running as non root we might not be able to dump the core file
Lars Müller
2007-10-10
1
-0
/
+7
*
r22317: add tdb_ prefix to non static function
Stefan Metzmacher
2007-10-10
3
-8
/
+8
*
r22316: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r22315: move tdbback.c content into tdbbackup.c
Stefan Metzmacher
2007-10-10
3
-273
/
+169
*
r22314: use libreplace headers
Stefan Metzmacher
2007-10-10
1
-12
/
+4
[prev]
[next]