summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-2/+2
2007-10-10r22973: Apparently, 3.0.25 broke smb4k badly ;-)Alexander Bokovoy1-2/+6
2007-10-10r22954: More messaging_registerVolker Lendecke1-6/+0
2007-10-10r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke1-23/+35
2007-10-10r22932: Use the same symbol in sizeof and cast for talloc.Michael Adam1-1/+1
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-1/+1
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-3/+0
2007-10-10r22906: Some more message_send_pidVolker Lendecke1-33/+46
2007-10-10r22900: Convert profile/ to messaging_send_pid/messaging_registerVolker Lendecke1-2/+2
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-29/+65
2007-10-10r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_T...Alexander Bokovoy1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2-31/+31
2007-10-10r22828: Fix typo. Bugzilla #4589.James Peach1-1/+1
2007-10-10r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke1-0/+118
2007-10-10r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke1-7/+8
2007-10-10r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke1-8/+7
2007-10-10r22766: Merge from 3_0:Volker Lendecke1-7/+8
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke3-116/+43
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2-16/+16
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-1/+1
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke4-38/+38
2007-10-10r22729: add help text for osver and osname options to 'net ads join' (patch f...Gerald Carter1-1/+6
2007-10-10r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:Gerald Carter1-9/+31
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-4/+8
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-1/+5
2007-10-10r22479: Add "net ads keytab list".Günther Deschner1-1/+9
2007-10-10r22412: Add a "deletelocalgroup" subcommand to net sam.Michael Adam1-0/+42
2007-10-10r22282: Fix last few name -> servicename changes.Jeremy Allison2-3/+3
2007-10-10r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke3-0/+1122
2007-10-10r22071: Make the error message for incorrect use of '-c' show the parameter a...Andrew Bartlett1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-1/+1
2007-10-10r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison1-2/+2
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2-16/+16
2007-10-10r22000: remove useless castsStefan Metzmacher1-9/+9
2007-10-10r21962: Make pdbedit use the configfile specified by -sVolker Lendecke1-1/+6
2007-10-10r21888: Add the osname and osver options to 'net ads join' as discussedGerald Carter1-1/+94
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke3-8/+3
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke3-3/+8
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke4-5/+5
2007-10-10r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debugHerb Lewis1-20/+8
2007-10-10r21776: fix bugs #4438 #4440Simo Sorce1-4/+10
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-2/+10
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison2-0/+10
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison3-6/+6
2007-10-10r21663: Fix from the Wine guys: Robert Shearman <rob@codeweavers.com>Jeremy Allison1-1/+2
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2-0/+31
2007-10-10r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison1-1/+10
2007-10-10r21607: While committing I saw I had not newline terminated this string ...Simo Sorce1-1/+1
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce2-1/+12
2007-10-10r21540: Fix Bug #3713 and readd reporting what the profiles tool does (whenGünther Deschner1-4/+56