index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
/
cmd_samr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
1999-11-06
1
-2
/
+2
*
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1999-11-04
1
-6
/
+54
*
adding experimental set user password command to rpcclient, it returns
Luke Leighton
1999-11-04
1
-2
/
+170
*
added samalias <aliasname> rpcclient command (shows info on alias)
Luke Leighton
1999-11-02
1
-4
/
+193
*
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1999-11-02
1
-5
/
+0
*
rewrote rpcclient enumaliases command.
Luke Leighton
1999-11-01
1
-128
/
+277
*
general, drastic improvements to rpcclient.
Luke Leighton
1999-10-30
1
-738
/
+954
*
rewrite rpcclient sam enum user code to use higher order functions.
Luke Leighton
1999-10-29
1
-68
/
+123
*
using #defines for function prototypes
Luke Leighton
1999-10-29
1
-24
/
+24
*
more reshuffling of enum groups code. more higher order functions.
Luke Leighton
1999-10-29
1
-31
/
+57
*
using higher-order-function in enum groups as a test. makes it really
Luke Leighton
1999-10-29
1
-13
/
+27
*
restructuring sam enum dom groups code to do multiple calls to
Luke Leighton
1999-10-28
1
-18
/
+25
*
restructuring samr client code.
Luke Leighton
1999-10-28
1
-111
/
+144
*
removed samr_* variables from info struct.
Luke Leighton
1999-10-28
1
-182
/
+203
*
rewrote samr enum groups code a bit.
Luke Leighton
1999-10-28
1
-28
/
+41
*
created samr_query_groupmem() function from existing code.
Luke Leighton
1999-10-26
1
-24
/
+73
*
adding extra parameter back in to trust account functions (trust account name).
Luke Leighton
1999-10-26
1
-25
/
+23
*
signed / unsigned and typecast issues
Luke Leighton
1999-10-25
1
-11
/
+11
*
one of those wonderful moments when running against a different MSRPC
Luke Leighton
1999-10-25
1
-9
/
+18
*
the dynamic memory alloc blood-fest goes on...
Luke Leighton
1999-10-21
1
-14
/
+12
*
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1999-10-21
1
-73
/
+118
*
various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
Luke Leighton
1999-10-21
1
-1
/
+1
*
splitting dom info into sam_query_dominfo function
Luke Leighton
1999-10-01
1
-33
/
+55
*
permissions on SamrConnect changed to 0x02000000 (maximum allowed)
Luke Leighton
1999-10-01
1
-16
/
+16
*
error-code checking in lsa_lookup_sids. anonymous connections for
Luke Leighton
1999-10-01
1
-1
/
+1
*
added rpcclient SamrQueryDisplayInfo command "dispinfo"
Luke Leighton
1999-09-14
1
-0
/
+87
*
restructuring
Luke Leighton
1999-09-12
1
-55
/
+51
*
using #define report
Luke Leighton
1999-09-12
1
-85
/
+85
*
debugged enumgroups -g option
Luke Leighton
1999-08-30
1
-1
/
+1
*
added call to samr_query_groupinfo in enumgroups command (-m option)
Luke Leighton
1999-08-30
1
-6
/
+39
*
improved "dominfo" rpcclient command
Luke Leighton
1999-08-29
1
-3
/
+8
*
added experimental del_groupmem and del_aliasmem commands that were not
Luke Leighton
1999-08-29
1
-27
/
+60
*
Fixed rpcclient's samuser command.
Matthew Chapman
1999-04-11
1
-37
/
+35
*
added a "createuser" command.
Luke Leighton
1999-03-19
1
-27
/
+114
*
reverted access control flags in enum commands.
Luke Leighton
1999-03-09
1
-3
/
+3
*
- todd sabin spotted bugs in samr enum dom users / groups / aliases code:
Luke Leighton
1999-03-08
1
-125
/
+156
*
Win9x user level security.
Matthew Chapman
1999-02-24
1
-41
/
+97
*
enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" code
Luke Leighton
1999-02-11
1
-1
/
+1
*
fix for enumerate domain users (bug spotted by sean matthews).
Luke Leighton
1999-01-29
1
-6
/
+6
*
added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.
Luke Leighton
1998-12-14
1
-2
/
+2
*
issues spotted by herb.
Luke Leighton
1998-12-07
1
-2
/
+2
*
bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.
Luke Leighton
1998-12-07
1
-8
/
+8
*
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1998-12-07
1
-139
/
+152
*
- lib/unix_sec_ctxt.c
Luke Leighton
1998-12-07
1
-16
/
+493
*
fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()
Luke Leighton
1998-12-04
1
-1
/
+1
*
- oops, i got "add alias member" and "delete alias member" swapped.
Luke Leighton
1998-12-04
1
-12
/
+12
*
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1998-12-04
1
-97
/
+467
*
added createalias command to rpcclient
Luke Leighton
1998-12-03
1
-0
/
+86
*
create domain group command (creategroup) added to rpcclient.
Luke Leighton
1998-12-03
1
-27
/
+112
*
- adding builtin[alias]db.
Luke Leighton
1998-11-30
1
-10
/
+29
[next]