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
/
rpc_client
/
cli_lsarpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add lsa 0x2e (queryinfo2) client side
Jim McDonough
2002-08-12
1
-0
/
+86
*
This fixes a number of ADS problems, particularly with netbiosless
Andrew Tridgell
2002-08-05
1
-2
/
+3
*
Moved rpc client routines from libsmb back to rpc_client where they belong.
Tim Potter
2002-08-02
1
-0
/
+1169
*
I *love* removing code :-). Removed 4 files that weren't being used.
Jeremy Allison
2001-11-16
1
-693
/
+0
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-22
/
+23
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-6
/
+2
*
fixed some uninitialised variables
Andrew Tridgell
2001-05-01
1
-5
/
+5
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-14
/
+14
*
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
2001-03-07
1
-8
/
+6
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-1
/
+1
*
Wrong length for unistr2 in init_q_lookup_names()
Tim Potter
2000-12-13
1
-3
/
+3
*
Fixed some accidentally reversed patches.
Tim Potter
2000-12-12
1
-115
/
+411
*
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
2000-12-12
1
-411
/
+115
*
Removed a dead function.
Tim Potter
2000-12-08
1
-108
/
+0
*
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2000-12-08
1
-7
/
+411
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-8
/
+8
*
rpc_client/cli_lsarpc.c: Removed unused variable.
Jeremy Allison
2000-06-03
1
-1
/
+1
*
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
Matthew Chapman
2000-05-29
1
-0
/
+23
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-25
/
+0
*
added the following message to all dce/rpc client/server code, except
Luke Leighton
2000-03-22
1
-0
/
+25
*
system_name not server_name
Tim Potter
2000-02-01
1
-1
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-847
/
+211
*
jerry spotted that get_domain_sids() was being called with the wrong
Luke Leighton
1999-12-08
1
-2
/
+1
*
ABOUT TIME!!!!!!!!
Luke Leighton
1999-12-08
1
-4
/
+4
*
cleaning up: removing those horrible references to server list
Luke Leighton
1999-12-02
1
-10
/
+8
*
first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.
Luke Leighton
1999-11-29
1
-1
/
+1
*
further abstraction involving client states. main client-side code
Luke Leighton
1999-11-27
1
-19
/
+15
*
previous commit added an abstraction function that didn't even have
Luke Leighton
1999-11-25
1
-67
/
+18
*
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1999-11-24
1
-6
/
+13
*
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1999-11-24
1
-44
/
+111
*
shuffling msrpc code around so that it can be used independently of rpcclient
Luke Leighton
1999-11-23
1
-2
/
+4
*
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1999-11-20
1
-0
/
+179
*
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1999-11-02
1
-2
/
+2
*
added lsaenumdomains command.
Luke Leighton
1999-11-01
1
-0
/
+143
*
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1999-10-30
1
-1
/
+1
*
restructuring samr client code.
Luke Leighton
1999-10-28
1
-1
/
+1
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-3
/
+3
*
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1999-10-21
1
-1
/
+1
*
error-code checking in lsa_lookup_sids. anonymous connections for
Luke Leighton
1999-10-01
1
-1
/
+1
*
memory problems associated with when lsalookupsids returns
Luke Leighton
1999-09-28
1
-3
/
+20
*
- initialising mach_passwd_file locks to zero (prev. uninit.)
Luke Leighton
1999-09-12
1
-3
/
+3
*
Fixed LSA Lookup Names. There were a few too many NULL pointers in a
Matthew Chapman
1999-03-24
1
-2
/
+2
*
valid_pol in lsa_query_secret() needed to be initialised to False.
Luke Leighton
1999-03-19
1
-1
/
+1
*
querysecret now shows the real, fairdinkum, decrypted secret :-)
Matthew Chapman
1999-03-19
1
-4
/
+4
*
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
1999-03-18
1
-0
/
+115
*
Always null-terminate strings.
Matthew Chapman
1999-02-15
1
-4
/
+4
*
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1999-02-12
1
-4
/
+4
*
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
1999-02-09
1
-6
/
+2
[next]