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
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22973: Apparently, 3.0.25 broke smb4k badly ;-)
Alexander Bokovoy
1
-2
/
+6
2007-10-10
r22954: More messaging_register
Volker Lendecke
1
-6
/
+0
2007-10-10
r22934: Change smbcontrol to use messaging_register instead of message_register
Volker Lendecke
1
-23
/
+35
2007-10-10
r22932: Use the same symbol in sizeof and cast for talloc.
Michael Adam
1
-1
/
+1
2007-10-10
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
1
-1
/
+1
2007-10-10
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
1
-3
/
+0
2007-10-10
r22906: Some more message_send_pid
Volker Lendecke
1
-33
/
+46
2007-10-10
r22900: Convert profile/ to messaging_send_pid/messaging_register
Volker Lendecke
1
-2
/
+2
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-29
/
+65
2007-10-10
r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_T...
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2
-31
/
+31
2007-10-10
r22828: Fix typo. Bugzilla #4589.
James Peach
1
-1
/
+1
2007-10-10
r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "net
Volker Lendecke
1
-0
/
+118
2007-10-10
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
1
-7
/
+8
2007-10-10
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
1
-8
/
+7
2007-10-10
r22766: Merge from 3_0:
Volker Lendecke
1
-7
/
+8
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
3
-116
/
+43
2007-10-10
r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct
Volker Lendecke
2
-16
/
+16
2007-10-10
r22747: Fix some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
4
-38
/
+38
2007-10-10
r22729: add help text for osver and osname options to 'net ads join' (patch f...
Gerald Carter
1
-1
/
+6
2007-10-10
r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:
Gerald Carter
1
-9
/
+31
2007-10-10
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-4
/
+8
2007-10-10
r22588: Make all uses of TALLOC_MEMDUP consistent.
Jeremy Allison
1
-1
/
+5
2007-10-10
r22479: Add "net ads keytab list".
Günther Deschner
1
-1
/
+9
2007-10-10
r22412: Add a "deletelocalgroup" subcommand to net sam.
Michael Adam
1
-0
/
+42
2007-10-10
r22282: Fix last few name -> servicename changes.
Jeremy Allison
2
-3
/
+3
2007-10-10
r22135: Check in most of Michael Adam's net conf utility. A good share of thi...
Volker Lendecke
3
-0
/
+1122
2007-10-10
r22071: Make the error message for incorrect use of '-c' show the parameter a...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdc
Jeremy Allison
1
-2
/
+2
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2
-16
/
+16
2007-10-10
r22000: remove useless casts
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r21962: Make pdbedit use the configfile specified by -s
Volker Lendecke
1
-1
/
+6
2007-10-10
r21888: Add the osname and osver options to 'net ads join' as discussed
Gerald Carter
1
-1
/
+94
2007-10-10
r21831: Back out r21823 for a while, this is going into a bzr tree first.
Volker Lendecke
3
-8
/
+3
2007-10-10
r21823: Let secrets_store_machine_password() also store the account name. Not...
Volker Lendecke
3
-3
/
+8
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
4
-5
/
+5
2007-10-10
r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debug
Herb Lewis
1
-20
/
+8
2007-10-10
r21776: fix bugs #4438 #4440
Simo Sorce
1
-4
/
+10
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-2
/
+10
2007-10-10
r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.
Jeremy Allison
2
-0
/
+10
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
3
-6
/
+6
2007-10-10
r21663: Fix from the Wine guys: Robert Shearman <rob@codeweavers.com>
Jeremy Allison
1
-1
/
+2
2007-10-10
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
Jeremy Allison
2
-0
/
+31
2007-10-10
r21608: Fix a couple of memleaks in error code paths before
Jeremy Allison
1
-1
/
+10
2007-10-10
r21607: While committing I saw I had not newline terminated this string ...
Simo Sorce
1
-1
/
+1
2007-10-10
r21606: Implement escaping function for ldap RDN values
Simo Sorce
2
-1
/
+12
2007-10-10
r21540: Fix Bug #3713 and readd reporting what the profiles tool does (when
Günther Deschner
1
-4
/
+56
2007-10-10
r21462: Fix EnumValue (?)
Jelmer Vernooij
1
-1
/
+2
[prev]
[next]