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
r3026: - added automatic retry to messages when the servers listen queue is
Andrew Tridgell
1
-2
/
+47
2007-10-10
r3023: added immediate send of messages when they are first queued. This make...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3020: better error handling in socket_unix
Andrew Tridgell
1
-50
/
+43
2007-10-10
r3018: handle STATUS_MORE_ENTRIES from socket_recv() in the messaging code
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3017: nicer memory handling for event_context_merge()
Andrew Tridgell
1
-15
/
+10
2007-10-10
r3016: - converted the events code to talloc
Andrew Tridgell
5
-37
/
+473
2007-10-10
r3015: fixed typo noticed by abartlett
Andrew Tridgell
1
-3
/
+4
2007-10-10
r3014: got rid of the old intra-smbd messaging system in preparation for the ...
Andrew Tridgell
4
-700
/
+0
2007-10-10
r3013: added support for unix domain sockets in the generic socket library. I
Andrew Tridgell
5
-1
/
+334
2007-10-10
r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the
Andrew Tridgell
6
-81
/
+208
2007-10-10
r3004: removed some unused functions
Andrew Tridgell
3
-297
/
+0
2007-10-10
r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functions
Andrew Tridgell
2
-74
/
+0
2007-10-10
r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().
Jeremy Allison
1
-3
/
+3
2007-10-10
r2940: Complain when there is an attempt to register a backend for a subsyste...
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r2932: character expansion in strlower_m or strupper_m is considered fatal
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2914: ... and support enumerating values (data is not handled yet, only the ...
Jelmer Vernooij
1
-30
/
+11
2007-10-10
r2913: - Don't print hive name if it is NULL (regtree)
Jelmer Vernooij
3
-12
/
+9
2007-10-10
r2911: Fix bug in opening relative keys
Jelmer Vernooij
1
-8
/
+12
2007-10-10
r2907: auto destroy iconv memory handles on exit, to make valgrind leak
Andrew Tridgell
1
-19
/
+26
2007-10-10
r2903: a considerably more efficient (both in terms of CPU and memory)
Andrew Tridgell
1
-17
/
+17
2007-10-10
r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...
Andrew Tridgell
1
-8
/
+8
2007-10-10
r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256k
Andrew Tridgell
1
-27
/
+8
2007-10-10
r2900: rusty pointed out to me that discard_const() can be done via a macro
Andrew Tridgell
1
-22
/
+0
2007-10-10
r2898: - Support enumerating remote registry values
Jelmer Vernooij
2
-76
/
+67
2007-10-10
r2897: Fix double registration (of the registry subsystem) bug
Jelmer Vernooij
1
-16
/
+24
2007-10-10
r2872: got rid of a couple of unused (and horrible) functions
Andrew Tridgell
2
-244
/
+0
2007-10-10
r2871: - got rid of the last bits of non-threadsafe data in util_str.o
Andrew Tridgell
2
-23
/
+7
2007-10-10
r2867: make call_backtrace() public
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
9
-752
/
+759
2007-10-10
r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),
Andrew Tridgell
3
-14
/
+17
2007-10-10
r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
Andrew Tridgell
1
-3
/
+48
2007-10-10
r2783: got rid of the unused remote architecture detection code
Andrew Tridgell
1
-40
/
+0
2007-10-10
r2776: if there are no wildcard characters then use StrCaseCmp()
Andrew Tridgell
1
-0
/
+6
2007-10-10
r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactly
Andrew Tridgell
1
-154
/
+121
2007-10-10
r2773: allow zero sized array talloc
Andrew Tridgell
1
-4
/
+2
2007-10-10
r2744: ben elliston taught me about gcov today, which allows you to measure
Andrew Tridgell
1
-58
/
+120
2007-10-10
r2742: - fixed a bug in talloc_unreference()
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2737: fixed up a corner case where talloc_unreference() and talloc_free()
Andrew Tridgell
1
-6
/
+17
2007-10-10
r2726: added a -r option to ldbdel to allow easy delete of a whole
Andrew Tridgell
1
-3
/
+39
2007-10-10
r2725: fixed ldbtest to give the basedn to ldb_search()
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...
Andrew Tridgell
1
-8
/
+10
2007-10-10
r2718: - added a talloc_unreference() function as requested by metze.
Andrew Tridgell
1
-2
/
+43
2007-10-10
r2713: better handling of binary values in index key creation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2712: fixed a bug in ldbtest to make it cope with an existing index
Andrew Tridgell
1
-2
/
+4
2007-10-10
r2709: finally solved the talloc reference problem.
Andrew Tridgell
1
-39
/
+94
2007-10-10
r2686: remove unused gtk+ check
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r2684: Free the right talloc context (don't panic when encountering illegal m...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r2678: from_name and to_name aren't needed in smb_iconv_t
Andrew Tridgell
1
-3
/
+0
2007-10-10
r2677: - fixed a bug in the recursive logic talloc_free() when there are
Andrew Tridgell
1
-21
/
+50
2007-10-10
r2675: added a convenience function
Andrew Tridgell
1
-0
/
+35
[prev]
[next]