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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r23563: Add dump-event-list command to smbcontrol.
Günther Deschner
2007-10-10
1
-0
/
+17
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
2
-3
/
+7
*
r23549: Make "net conf setparm" always use registry data type "sz".
Michael Adam
2007-10-10
1
-7
/
+4
*
r23543: Adjust comments.
Michael Adam
2007-10-10
1
-13
/
+3
*
r23485: This checkin consists mostly of refactorings in preparation of the
Michael Adam
2007-10-10
1
-18
/
+11
*
r23474: Here's a small patch that disables the libkrb5.so replay cache
Gerald Carter
2007-10-10
1
-1
/
+1
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r23407: While verifying a bug I found out that for some reason
Simo Sorce
2007-10-10
1
-17
/
+14
*
r23379: Whitespace cosmetics, to reduce irritating diffs...
Michael Adam
2007-10-10
1
-1
/
+1
*
r23323: merged ldb changes from 3.0.26
Andrew Tridgell
2007-10-10
2
-1
/
+3
*
r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...
Gerald Carter
2007-10-10
1
-10
/
+10
*
r23223: Convert a leftover direct tdb access to sessionid.tdb
Volker Lendecke
2007-10-10
1
-12
/
+13
*
r23207: merge net help test fix from SAMBA_3_0_26
Gerald Carter
2007-10-10
1
-0
/
+1
*
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
Volker Lendecke
2007-10-10
1
-0
/
+30
*
r23195: Add void *private_data to brl_forall
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
1
-6
/
+23
*
r23171: Convert connections.tdb to dbwrap
Volker Lendecke
2007-10-10
3
-6
/
+7
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-36
/
+28
*
r23010: Make the output of "smbcontrol --help" match that of "smbcontrol help".
James Peach
2007-10-10
1
-5
/
+30
*
r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...
James Peach
2007-10-10
2
-10
/
+4
*
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r22973: Apparently, 3.0.25 broke smb4k badly ;-)
Alexander Bokovoy
2007-10-10
1
-2
/
+6
*
r22954: More messaging_register
Volker Lendecke
2007-10-10
1
-6
/
+0
*
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
2007-10-10
1
-23
/
+35
*
r22932: Use the same symbol in sizeof and cast for talloc.
Michael Adam
2007-10-10
1
-1
/
+1
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
1
-3
/
+0
*
r22906: Some more message_send_pid
Volker Lendecke
2007-10-10
1
-33
/
+46
*
r22900: Convert profile/ to messaging_send_pid/messaging_register
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-29
/
+65
*
r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_T...
Alexander Bokovoy
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
2
-31
/
+31
*
r22828: Fix typo. Bugzilla #4589.
James Peach
2007-10-10
1
-1
/
+1
*
r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "net
Volker Lendecke
2007-10-10
1
-0
/
+118
*
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
2007-10-10
1
-7
/
+8
*
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
2007-10-10
1
-8
/
+7
*
r22766: Merge from 3_0:
Volker Lendecke
2007-10-10
1
-7
/
+8
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
3
-116
/
+43
*
r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct
Volker Lendecke
2007-10-10
2
-16
/
+16
*
r22747: Fix some C++ warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
4
-38
/
+38
*
r22729: add help text for osver and osname options to 'net ads join' (patch f...
Gerald Carter
2007-10-10
1
-1
/
+6
*
r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:
Gerald Carter
2007-10-10
1
-9
/
+31
*
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-4
/
+8
*
r22588: Make all uses of TALLOC_MEMDUP consistent.
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r22479: Add "net ads keytab list".
Günther Deschner
2007-10-10
1
-1
/
+9
*
r22412: Add a "deletelocalgroup" subcommand to net sam.
Michael Adam
2007-10-10
1
-0
/
+42
*
r22282: Fix last few name -> servicename changes.
Jeremy Allison
2007-10-10
2
-3
/
+3
*
r22135: Check in most of Michael Adam's net conf utility. A good share of thi...
Volker Lendecke
2007-10-10
3
-0
/
+1122
*
r22071: Make the error message for incorrect use of '-c' show the parameter a...
Andrew Bartlett
2007-10-10
1
-1
/
+1
[prev]
[next]