index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-rap: include svcctl.h where needed.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3-net: fix the build.
Günther Deschner
2010-05-26
1
-1
/
+1
*
s3-net: fix crash in rap_share_add().
Günther Deschner
2010-05-05
1
-1
/
+1
*
s3: fix some build warnings.
Günther Deschner
2010-04-26
1
-3
/
+3
*
s3: use generated rap header.
Günther Deschner
2010-04-26
1
-3
/
+4
*
s3 net: Fix compile warnings
Kai Blin
2010-01-19
1
-4
/
+6
*
s3/net: split up some printable stings to ease i18n
Björn Jacke
2010-01-18
1
-4
/
+4
*
s3 net: i18n support for net rap
Kai Blin
2009-08-07
1
-225
/
+228
*
Further fix for 6449
Volker Lendecke
2009-06-08
1
-1
/
+1
*
Fix a valgrind error in "net rap user add"
Volker Lendecke
2009-06-08
1
-0
/
+1
*
Fix bug 6449
Volker Lendecke
2009-06-08
1
-1
/
+1
*
net: Fix net rap printq info documentation (bug #5892)
Kai Blin
2008-11-17
1
-4
/
+5
*
Fixed typo in source/utils/net_rap.c
Joe Smith
2008-11-04
1
-1
/
+1
*
net: Make share type lookup a function.
Kai Blin
2008-09-26
1
-9
/
+2
*
Fix a build failure on host sunX
Volker Lendecke
2008-08-07
1
-1
/
+1
*
net: Rename functable3 to functable, get rid of old functables
Kai Blin
2008-06-10
1
-20
/
+20
*
net: Make "net rap" use functable3
Kai Blin
2008-06-10
1
-208
/
+470
*
A few cleanups from Chere Zhou <chere.zhou@isilon.com>.
Jeremy Allison
2008-05-27
1
-0
/
+2
*
net: The top level help function for net cmd is always net_cmd_usage
Kai Blin
2008-05-20
1
-5
/
+5
*
net: Split out "net share"
Kai Blin
2008-05-20
1
-1
/
+1
*
net: Split out "net file"
Kai Blin
2008-05-20
1
-1
/
+1
*
net: Split out "net group"
Kai Blin
2008-05-20
1
-1
/
+1
*
net: Split out "net user"
Kai Blin
2008-05-20
1
-1
/
+1
*
net: more whitespace cleanup
Kai Blin
2008-05-10
1
-81
/
+81
*
net: Remove globals
Kai Blin
2008-05-10
1
-134
/
+131
*
Add error message to net rap file and net rap file user
Karolin Seeger
2007-11-19
1
-0
/
+8
*
Add net rap file user
Karolin Seeger
2007-10-18
1
-6
/
+18
*
r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() to
Michael Adam
2007-10-10
1
-27
/
+27
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22973: Apparently, 3.0.25 broke smb4k badly ;-)
Alexander Bokovoy
2007-10-10
1
-2
/
+6
*
r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.
Volker Lendecke
2007-10-10
1
-1
/
+29
*
r14214: Fix Coverity Bug # 57
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r12986: Use d_fprintf(stderr, ...) for any error message in net.
Lars Müller
2007-10-10
1
-1
/
+1
*
r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not go...
Volker Lendecke
2007-10-10
1
-7
/
+11
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
2007-10-10
1
-1
/
+1
*
BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...
Gerald Carter
2004-02-11
1
-3
/
+4
*
Fix bug #4 for net rap. Allow more than 50 chars for long form listings of u...
Jim McDonough
2003-05-09
1
-2
/
+2
*
Merge of Jelmer's usage updates for net.
Tim Potter
2003-04-14
1
-1
/
+3
*
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
2003-03-18
1
-2
/
+2
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-3
/
+3
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-43
/
+10
*
Lots more net consistency work:
Jim McDonough
2002-04-05
1
-13
/
+2
*
Cleanups to make auto-detection of method on net user smoother.
Jim McDonough
2002-04-04
1
-5
/
+10
*
Re-implemented net ads user and net ads group to use the new
Jim McDonough
2002-03-29
1
-8
/
+4
*
Some help cleanups. Formatting and consistency issues. Line up text nicely,...
Jim McDonough
2002-03-15
1
-51
/
+19
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+0
*
More help/messages/formatting cleanup.
Jim McDonough
2001-12-14
1
-37
/
+40
*
Restoration of at least some help function and format. First round of cleanu...
Jim McDonough
2001-12-14
1
-259
/
+221
[next]