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_lsarpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Grr - people who put const everywhere should fix up all the warnings they
Tim Potter
2001-12-11
1
-1
/
+2
*
Doing some research into ACLs on the LSA and SAM policy objects.
Tim Potter
2001-12-11
1
-0
/
+37
*
added "net join" command
Andrew Tridgell
2001-11-24
1
-2
/
+0
*
added lsaenumprivsaccount and lsalookupprivvalue to rpcclient
Jean-François Micouleau
2001-11-24
1
-7
/
+97
*
added lsa_enum_sids to rpcclient
Jean-François Micouleau
2001-11-22
1
-3
/
+64
*
add another command to rpcclient: getdispname. Show the full description
Jean-François Micouleau
2001-11-22
1
-0
/
+38
*
add a command to rpcclient: enumprivs
Jean-François Micouleau
2001-11-22
1
-0
/
+48
*
Some old stuff hanging around since the CIFS conference. Big cleanup of
Tim Potter
2001-10-12
1
-143
/
+39
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-4
/
+4
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-37
/
+41
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-8
/
+8
*
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
2001-08-10
1
-0
/
+4
*
Started adding some help/usage info for rpcclient commands.
Tim Potter
2001-07-20
1
-6
/
+9
*
Memory leak fixes plus general cleanup.
Tim Potter
2001-05-11
1
-35
/
+20
*
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
Gerald Carter
2001-04-28
1
-14
/
+52
*
More unused variables.
Jeremy Allison
2001-03-23
1
-1
/
+3
*
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
-62
/
+42
*
rpcclient functions for remaining samr and lsa functions. All functions
Tim Potter
2001-01-15
1
-1
/
+1
*
Memory leak fixes spotted by insure.
Tim Potter
2001-01-12
1
-0
/
+8
*
Start of a rewrite of rpcclient based on the libsmb rpc client routines.
Tim Potter
2001-01-11
1
-154
/
+223
*
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2000-12-08
1
-145
/
+176
*
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
-216
/
+57
*
remove use of client_info lsa_info_pol.
Luke Leighton
1999-11-27
1
-13
/
+17
*
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1999-11-24
1
-4
/
+4
*
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1999-11-24
1
-57
/
+19
*
shuffling msrpc code around so that it can be used independently of rpcclient
Luke Leighton
1999-11-23
1
-39
/
+2
*
another two.
Luke Leighton
1999-11-22
1
-28
/
+30
*
okay :) all cmd_() functions now take int argc, char **argv :) that
Luke Leighton
1999-11-22
1
-5
/
+5
*
adding experimental set user password command to rpcclient, it returns
Luke Leighton
1999-11-04
1
-2
/
+2
*
yet another attempt to get lsaquerysecret working.
Luke Leighton
1999-11-02
1
-2
/
+2
*
added lsaenumdomains command.
Luke Leighton
1999-11-01
1
-3
/
+69
*
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1999-10-30
1
-2
/
+2
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-2
/
+2
*
the dynamic memory alloc blood-fest goes on...
Luke Leighton
1999-10-21
1
-1
/
+1
*
- initialising mach_passwd_file locks to zero (prev. uninit.)
Luke Leighton
1999-09-12
1
-21
/
+19
*
querysecret now shows the real, fairdinkum, decrypted secret :-)
Matthew Chapman
1999-03-19
1
-8
/
+10
*
double-checked the return results from new querysecret command, corrected
Luke Leighton
1999-03-18
1
-2
/
+2
*
matt,
Luke Leighton
1999-03-18
1
-1
/
+1
*
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
1999-03-18
1
-0
/
+69
*
uninitialised pointer being freed if lookupnames failed. oops.
Luke Leighton
1999-02-11
1
-1
/
+1
*
added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.
Luke Leighton
1998-12-14
1
-2
/
+2
*
adding srvsvc pipe.
Luke Leighton
1998-12-08
1
-2
/
+2
*
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1998-12-07
1
-16
/
+19
*
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1998-12-04
1
-10
/
+10
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
1
-1
/
+1
*
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
1998-11-25
1
-1
/
+91
*
changed syntax of registry commands so keys can start with HKLM or HKU.
Luke Leighton
1998-11-11
1
-36
/
+54
[next]