summaryrefslogtreecommitdiff
path: root/source3/utils/net_rap.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-4/+4
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-20/+20
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-2/+3
* s3:net_rap: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-2/+2
* s3-net: make sure we set correct default user flags in rap_user_add().Günther Deschner2011-03-181-1/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3-rap: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* s3-net: fix the build.Günther Deschner2010-05-261-1/+1
* s3-net: fix crash in rap_share_add().Günther Deschner2010-05-051-1/+1
* s3: fix some build warnings.Günther Deschner2010-04-261-3/+3
* s3: use generated rap header.Günther Deschner2010-04-261-3/+4
* s3 net: Fix compile warningsKai Blin2010-01-191-4/+6
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-4/+4
* s3 net: i18n support for net rapKai Blin2009-08-071-225/+228
* Further fix for 6449Volker Lendecke2009-06-081-1/+1
* Fix a valgrind error in "net rap user add"Volker Lendecke2009-06-081-0/+1
* Fix bug 6449Volker Lendecke2009-06-081-1/+1
* net: Fix net rap printq info documentation (bug #5892)Kai Blin2008-11-171-4/+5
* Fixed typo in source/utils/net_rap.cJoe Smith2008-11-041-1/+1
* net: Make share type lookup a function.Kai Blin2008-09-261-9/+2
* Fix a build failure on host sunXVolker Lendecke2008-08-071-1/+1
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-20/+20
* net: Make "net rap" use functable3Kai Blin2008-06-101-208/+470
* A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2008-05-271-0/+2
* net: The top level help function for net cmd is always net_cmd_usageKai Blin2008-05-201-5/+5
* net: Split out "net share"Kai Blin2008-05-201-1/+1
* net: Split out "net file"Kai Blin2008-05-201-1/+1
* net: Split out "net group"Kai Blin2008-05-201-1/+1
* net: Split out "net user"Kai Blin2008-05-201-1/+1
* net: more whitespace cleanupKai Blin2008-05-101-81/+81
* net: Remove globalsKai Blin2008-05-101-134/+131
* Add error message to net rap file and net rap file userKarolin Seeger2007-11-191-0/+8
* Add net rap file userKarolin Seeger2007-10-181-6/+18
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-101-27/+27
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22973: Apparently, 3.0.25 broke smb4k badly ;-)Alexander Bokovoy2007-10-101-2/+6
* r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.Volker Lendecke2007-10-101-1/+29
* r14214: Fix Coverity Bug # 57Volker Lendecke2007-10-101-0/+4
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-1/+1
* r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not go...Volker Lendecke2007-10-101-7/+11
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...Gerald Carter2004-02-111-3/+4
* Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...Jim McDonough2003-05-091-2/+2
* Merge of Jelmer's usage updates for net.Tim Potter2003-04-141-1/+3
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3