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
/
cmd_samr.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixups for new args to cli_samr_connect()
Tim Potter
2001-06-06
1
-35
/
+175
*
Added add domain user to rpcclient.
Tim Potter
2001-06-04
1
-0
/
+88
*
Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()
Tim Potter
2001-05-15
1
-8
/
+4
*
Added arg to querygroupinfo.
Tim Potter
2001-05-14
1
-8
/
+9
*
Fixed querydispinfo command.
Tim Potter
2001-05-08
1
-12
/
+36
*
iAdded querydispinfo and querydominfo functions.
Tim Potter
2001-05-07
1
-3
/
+205
*
Added queryaliasmem function.
Tim Potter
2001-05-04
1
-4
/
+104
*
Added cmd_samr_enum_dom_groups() function.
Tim Potter
2001-05-04
1
-2
/
+86
*
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
Gerald Carter
2001-04-28
1
-28
/
+62
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-4
/
+4
*
Changed usage message for query_groupmem and query_usergroups as they don't
Tim Potter
2001-03-28
1
-2
/
+2
*
addprinter and adddriver are working now :-)
Gerald Carter
2001-03-15
1
-9
/
+28
*
more updates. several spoolss commands added as placeholders
Gerald Carter
2001-03-15
1
-0
/
+1
*
set of changes in the beginning of bringing rpcclient changes
Gerald Carter
2001-03-14
1
-90
/
+76
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-3
/
+0
*
rpcclient functions for remaining samr and lsa functions. All functions
Tim Potter
2001-01-15
1
-24
/
+393
*
Start of a rewrite of rpcclient based on the libsmb rpc client routines.
Tim Potter
2001-01-11
1
-643
/
+47
*
just enough to get rpcclient to compile. Look for #if 0
Gerald Carter
2000-06-23
1
-0
/
+6
*
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
2000-05-09
1
-3
/
+3
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-2057
/
+308
*
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1999-12-12
1
-2
/
+2
*
ABOUT TIME!!!!!!!!
Luke Leighton
1999-12-08
1
-1
/
+1
*
improved enumdomains added -i option.
Luke Leighton
1999-12-02
1
-11
/
+17
*
make sure domain and name to generate trust account .mac file are upper case.
Luke Leighton
1999-12-01
1
-0
/
+3
*
damn, that took a while. nt login password was being stored incorrectly
Luke Leighton
1999-12-01
1
-4
/
+4
*
fixing joining to domain plus something weird going down with nt logins...
Luke Leighton
1999-12-01
1
-4
/
+51
*
improving createuser account command to be able to add workstations
Luke Leighton
1999-12-01
1
-2
/
+3
*
1) when no domain used in ntlogin test command, should use default one
Luke Leighton
1999-12-01
1
-1
/
+1
*
split display.c into modules.
Luke Leighton
1999-12-01
1
-2
/
+2
*
further abstraction involving client states. main client-side code
Luke Leighton
1999-11-27
1
-18
/
+13
*
enhanced samuser command to do same thing as enumusers command (-g -u -a)
Luke Leighton
1999-11-27
1
-6
/
+43
*
whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.
Luke Leighton
1999-11-26
1
-248
/
+127
*
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1999-11-25
1
-242
/
+129
*
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1999-11-24
1
-2
/
+3
*
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1999-11-24
1
-11
/
+3
*
oops, freed argc,argv arguments twice.
Luke Leighton
1999-11-23
1
-2
/
+0
*
adding svcctl 0x1b function
Luke Leighton
1999-11-23
1
-0
/
+78
*
okay :) all cmd_() functions now take int argc, char **argv :) that
Luke Leighton
1999-11-22
1
-185
/
+230
*
you know what? this sort of thing makes me laugh. hmm, what functions
Luke Leighton
1999-11-21
1
-0
/
+3
*
moving create user function into msrpc_samr.c
Luke Leighton
1999-11-21
1
-51
/
+6
*
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1999-11-20
1
-934
/
+0
*
responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the
Luke Leighton
1999-11-18
1
-2
/
+10
*
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
1999-11-18
1
-0
/
+156
*
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
1999-11-15
1
-0
/
+137
*
riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]
Luke Leighton
1999-11-09
1
-1
/
+1
*
const feeding frenzy
Luke Leighton
1999-11-08
1
-165
/
+169
*
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
[prev]
[next]