s3: Lift the server_messaging_context from notify_printer_status_byname
[amitay/samba.git] / source3 / utils / smbcontrol.c
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-06 Volker Lendeckes3: Remove some explicit calls to procid_self()
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-01 Volker Lendeckes3: Fix some nonempty blank lines
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-03-05 Volker Lendeckes3: Make "smbcontrol xx debuglevel" print the correct...
2010-03-01 Volker Lendeckes3: Add connections_forall_read()
2010-02-23 Volker Lendeckes3: Consolidate some pid_to_procid() calls to procid_self()
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2010-01-17 Volker Lendeckes3: Fix the format string for smbcontrol pool-usage
2009-08-24 Olaf Flebbemake smbcontrol smbd ping work proper checking for...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Günther Deschners3-smbcontrol: use correct PRINTER_NOTIFY flags.
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:smbcontrol: don't call message_dispatch() anymore...
2009-01-16 Michael Adams3:winbindd: put winbindd_cache.tdb into cache_dir...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common net utility code (address and sockaddr manip...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-18 Jeremy AllisonMake the change to smbcontrol for "all" to mean broadcast,
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-19 Volker LendeckeDon't block smbcontrol online/offline if !"winbind...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-23 Volker LendeckeFix a C++ warning
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-24 Günther DeschnerAdd dump-domain-list command for debugging winbindd...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-11-04 Jeremy AllisonRemove more static data from lib/util_sock.c and
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Stefan Metzmacherr25239: fix cut-n-paste bug in code with LIBUNWIND...
2007-10-10 Michael Adamr24845: Fix a segfault in smbcontrol when called with...
2007-10-10 Michael Adamr24843: Add a "validate-cache" control message to winbindd.
2007-10-10 Michael Adamr24828: Give smbcontrol an initial talloc stackframe.
2007-10-10 Stefan Metzmacherr24021: use MSG_BROADCAST_PID_STR as value for broadcas...
2007-10-10 Stefan Metzmacherr24019: merge from people.samba.org/bzr/metze/samba...
2007-10-10 Volker Lendecker24005: Attempt to fix the build on host deckchair
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23563: Add dump-event-list command to smbcontrol.
2007-10-10 Volker Lendecker23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a...
2007-10-10 Volker Lendecker23171: Convert connections.tdb to dbwrap
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 James Peachr23010: Make the output of "smbcontrol --help" match...
2007-10-10 Volker Lendecker22934: Change smbcontrol to use messaging_register...
2007-10-10 Volker Lendecker22911: Pass a messaging_context to message_send_all
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22906: Some more message_send_pid
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Herb Lewisr21780: let smbcontrol use POPT_COMMON_SAMBA options...
2007-10-10 Volker Lendecker21115: notify_internal.c needs to remove the table...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Günther Deschnerr19206: Jeremy, for some reason storing a value-less...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr15890: Use correct enum type (bug #3722) from Jason...
2007-10-10 Günther Deschnerr15428: Add "smbcontrol winbind onlinestatus" for debug...
2007-10-10 James Peachr15424: Implement a "stacktrace" smbcontrol option...
2007-10-10 Alexander Bokovoyr15152: Fix a case when target is offline. Jerry, this...
2007-10-10 James Peachr14900: Separate words in error message.
2007-10-10 James Peachr14899: Add missing semi-colon.
2007-10-10 James Peachr14898: This change is an attempt to improve the qualit...
2007-10-10 Alexander Bokovoyr13695: Make code consistent with documentation. :-)
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Volker Lendecker12781: Support the level parameter for lsa_lookupsids.
2007-10-10 Jeremy Allisonr11962: Bring talloc up to date with Samba4, re-add the
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Derrell Lipmanr6127: Eliminated all compiler warnings pertaining...
2007-10-10 Herb Lewisr416: add a newline to the debuglevel message returned...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-06 Jelmer VernooijFix -s option to smbcontrol (#908)
2004-01-06 Andrew Bartlett(merge from 3.0)
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-06 Tim PotterFinal round of printf warnings fixes for the moment.
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-22 Tim PotterReplace the eight (!) copies of dummy become/unbecome...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-15 Alexander BokovoyAdd support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN...
2003-06-27 Jeremy AllisonSome const correctness. Stop tdb being used as a remote...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-04-30 Andrew BartlettSun CC requires constant initialisers, so use a static...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Andrew BartlettMerge compile and other fixes from 3.0 to HEAD.
next