index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
/
cli_lsarpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-12-12
Fixed some accidentally reversed patches.
Tim Potter
1
-115
/
+411
2000-12-12
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
1
-411
/
+115
2000-12-08
Removed a dead function.
Tim Potter
1
-108
/
+0
2000-12-08
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
1
-7
/
+411
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-8
/
+8
2000-06-03
rpc_client/cli_lsarpc.c: Removed unused variable.
Jeremy Allison
1
-1
/
+1
2000-05-29
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
Matthew Chapman
1
-0
/
+23
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-25
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+25
2000-02-01
system_name not server_name
Tim Potter
1
-1
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-847
/
+211
1999-12-08
jerry spotted that get_domain_sids() was being called with the wrong
Luke Leighton
1
-2
/
+1
1999-12-08
ABOUT TIME!!!!!!!!
Luke Leighton
1
-4
/
+4
1999-12-02
cleaning up: removing those horrible references to server list
Luke Leighton
1
-10
/
+8
1999-11-29
first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.
Luke Leighton
1
-1
/
+1
1999-11-27
further abstraction involving client states. main client-side code
Luke Leighton
1
-19
/
+15
1999-11-25
previous commit added an abstraction function that didn't even have
Luke Leighton
1
-67
/
+18
1999-11-24
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1
-6
/
+13
1999-11-24
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1
-44
/
+111
1999-11-23
shuffling msrpc code around so that it can be used independently of rpcclient
Luke Leighton
1
-2
/
+4
1999-11-20
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1
-0
/
+179
1999-11-02
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1
-2
/
+2
1999-11-01
added lsaenumdomains command.
Luke Leighton
1
-0
/
+143
1999-10-30
NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.
Luke Leighton
1
-1
/
+1
1999-10-28
restructuring samr client code.
Luke Leighton
1
-1
/
+1
1999-10-25
- typecast malloc / Realloc issues.
Luke Leighton
1
-3
/
+3
1999-10-21
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1
-1
/
+1
1999-10-01
error-code checking in lsa_lookup_sids. anonymous connections for
Luke Leighton
1
-1
/
+1
1999-09-28
memory problems associated with when lsalookupsids returns
Luke Leighton
1
-3
/
+20
1999-09-12
- initialising mach_passwd_file locks to zero (prev. uninit.)
Luke Leighton
1
-3
/
+3
1999-03-24
Fixed LSA Lookup Names. There were a few too many NULL pointers in a
Matthew Chapman
1
-2
/
+2
1999-03-19
valid_pol in lsa_query_secret() needed to be initialised to False.
Luke Leighton
1
-1
/
+1
1999-03-19
querysecret now shows the real, fairdinkum, decrypted secret :-)
Matthew Chapman
1
-4
/
+4
1999-03-18
Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET
Matthew Chapman
1
-0
/
+115
1999-02-15
Always null-terminate strings.
Matthew Chapman
1
-4
/
+4
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-4
/
+4
1999-02-09
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
1
-6
/
+2
1998-12-14
added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.
Luke Leighton
1
-0
/
+28
1998-12-08
adding srvsvc pipe.
Luke Leighton
1
-1
/
+1
1998-12-07
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1
-10
/
+10
1998-12-07
- lib/unix_sec_ctxt.c
Luke Leighton
1
-1
/
+4
1998-12-04
- oops, i got "add alias member" and "delete alias member" swapped.
Luke Leighton
1
-0
/
+2
1998-12-04
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1
-5
/
+5
1998-12-02
issues spotted by andrej: %s\\%s not %s\%s
Luke Leighton
1
-0
/
+1
1998-11-30
- adding builtin[alias]db.
Luke Leighton
1
-3
/
+4
1998-11-29
weekend work. user / group database API.
Luke Leighton
1
-1
/
+1
1998-11-25
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
1
-6
/
+127
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-1
/
+1
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-1
/
+1
1998-11-11
changed syntax of registry commands so keys can start with HKLM or HKU.
Luke Leighton
1
-14
/
+77
[prev]
[next]