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
/
source
/
rpcclient
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Don't pstrcpy into an fstring. (Harmless in this case since it comes
Martin Pool
2003-02-17
1
-3
/
+10
|
*
Start reworking rpcclient to use popt rather than next_token to parse
Martin Pool
2003-02-17
1
-103
/
+69
|
*
Match Samba 2.2 by chosing the correct desired access, and getting cupsaddsmb
Andrew Bartlett
2003-02-12
1
-1
/
+1
|
*
added the 'lsaenumacctwithright' command to rpcclient. This allows you
Andrew Tridgell
2003-02-10
1
-2
/
+47
|
*
Use new interface for cli_samr_query_dispinfo().
Tim Potter
2003-01-29
1
-6
/
+22
|
*
Remove NULL buffer checks before rpcstr_pull() as they're now done
Tim Potter
2003-01-29
1
-63
/
+38
|
*
added LsaRemoveAccountRights
Andrew Tridgell
2003-01-28
1
-1
/
+40
|
*
cleaned up the lsa_enum_acct_rights function and added a
Andrew Tridgell
2003-01-28
1
-0
/
+39
|
*
revert accidentally committed changes
Jim McDonough
2003-01-21
2
-86
/
+4
|
*
Properly display popt errors. Also fix debug to be -d for consistency with o...
Jim McDonough
2003-01-21
2
-4
/
+86
|
*
reverted this patch till I sort out the craziness with UNIHDR
Andrew Tridgell
2003-01-17
1
-2
/
+2
|
*
This removes the 3rd argument from init_unistr2(). There were 240
Andrew Tridgell
2003-01-17
1
-2
/
+2
|
*
allow a couple of LSA functions to take a username instead of a SID,
Andrew Tridgell
2003-01-16
1
-3
/
+44
|
*
* removed unused variable from rpcclient code
Gerald Carter
2003-01-15
1
-3
/
+2
|
*
added cli_lsa_enum_account_rights() call. Note that this is in
Andrew Tridgell
2003-01-15
1
-0
/
+48
|
*
A couple more fstring/pstring issues - and move from sizeof(fstring) to
Andrew Bartlett
2003-01-11
2
-34
/
+32
|
*
Display an error message when the server cannot be resolved when running at
Tim Potter
2003-01-08
1
-1
/
+1
|
*
BIG patch...
Andrew Bartlett
2003-01-02
3
-10
/
+10
|
*
the shutdown call does not have a 16 bit flags, but 2 byte representing booleans
Simo Sorce
2002-12-30
1
-19
/
+16
|
*
Finish adding strings to all talloc_init() calls.
Jeremy Allison
2002-12-23
1
-1
/
+1
|
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
2
-3
/
+3
|
*
make querygroup in rpcclient working, same fix as per 2.2 tree
Simo Sorce
2002-12-08
1
-4
/
+2
|
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-6
/
+6
|
*
Add getdata and getdataex commands
Jim McDonough
2002-11-11
1
-38
/
+187
|
*
deldriver fix
Gerald Carter
2002-11-09
1
-6
/
+11
|
*
Add enumdataex command
Jim McDonough
2002-11-08
1
-0
/
+80
|
*
Implement enumdata command
Jim McDonough
2002-11-08
1
-2
/
+85
|
*
Add enumkey command (EnumPrinterKey api)
Jim McDonough
2002-11-08
1
-0
/
+76
|
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
1
-1
/
+1
|
*
Merge of get_dc_list() api change. This was slightly more intrusive
Tim Potter
2002-11-06
1
-5
/
+4
|
*
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
1
-1
/
+1
|
*
Update popt help message and use popt-common
Jelmer Vernooij
2002-10-05
1
-12
/
+7
*
|
This is the netlogon schannel client code. Try a
Volker Lendecke
2003-04-09
2
-22
/
+20
*
|
This file deleted in HEAD.
Tim Potter
2003-04-02
1
-1338
/
+0
*
|
Merge of waider's rpcclient return type patch.
Tim Potter
2003-03-18
10
-203
/
+223
*
|
Merge of enumdomusers rpcclient command.
Tim Potter
2003-03-18
1
-0
/
+75
*
|
Patch from Ronan Waide:
Martin Pool
2003-03-11
1
-1
/
+1
*
|
Merge: const fixes.
Tim Potter
2003-02-25
1
-110
/
+87
*
|
Merge: const fixes.
Tim Potter
2003-02-25
9
-88
/
+97
*
|
Remove obsolete files
Jelmer Vernooij
2003-02-20
2
-1699
/
+0
*
|
Merge typo fix.
Tim Potter
2003-02-19
1
-1
/
+1
*
|
Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()
Tim Potter
2003-02-19
1
-4
/
+3
*
|
Check return code of string_to_sid. (Merge from HEAD)
Martin Pool
2003-02-18
1
-2
/
+5
*
|
merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb to
Andrew Bartlett
2003-02-12
1
-1
/
+1
*
|
Merge tpot's changes to request the correct sizes for user dispinfo
Jeremy Allison
2003-01-29
1
-6
/
+22
*
|
Remove NULL buffer checks before rpcstr_pull() as they're now done
Jeremy Allison
2003-01-29
1
-63
/
+38
*
|
Merge tridge's client priv code from HEAD.
Jeremy Allison
2003-01-29
1
-11
/
+56
*
|
Merging tridge's privillage client changes from HEAD.
Jeremy Allison
2003-01-28
1
-0
/
+74
*
|
*lots of small merges form HEAD
Gerald Carter
2003-01-15
1
-1
/
+1
*
|
merging some rpcclient and net functionality from HEAD
Gerald Carter
2003-01-15
2
-1
/
+49
[prev]
[next]