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_server
/
srv_lsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-07-10
Moved winbind client functions from various odd locations to
Tim Potter
1
-59
/
+0
2000-07-06
Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESS
Tim Potter
1
-3
/
+3
2000-07-03
Renamed generic_request() to winbindd_request()
Tim Potter
1
-1
/
+1
2000-06-26
Fixed display of "Everyone" in SD's.
Jeremy Allison
1
-1
/
+5
2000-06-24
lib/util_sid.c: Uninitialized memory read.
Jeremy Allison
1
-0
/
+5
2000-06-23
Got a bit carried away deleting things.
Tim Potter
1
-1
/
+1
2000-06-23
Removed unused variables.
Tim Potter
1
-2
/
+0
2000-06-16
Simplified server pipe implementation by changing arguments passed down
Tim Potter
1
-12
/
+32
2000-06-15
Removed some debugs.
Tim Potter
1
-12
/
+0
2000-06-14
Changed server side lsa_lookup_sids function to look up SIDs that we are
Tim Potter
1
-28
/
+74
2000-05-29
Fixed LsaQueryInformationPolicy level 3 to return primary domain info.
Matthew Chapman
1
-19
/
+23
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+3
2000-05-04
rpc_server/srv_lsa.c: Bring into sync with 2.0.x.
Jeremy Allison
1
-9
/
+19
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-2
/
+6
2000-04-04
Removed unused parameter vuid from rpc_server api_* calls. For the very few
Tim Potter
1
-17
/
+8
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-24
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+24
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-255
/
+252
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-10
/
+10
1999-11-24
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1
-5
/
+5
1999-11-19
nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_
Luke Leighton
1
-1
/
+2
1999-11-18
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
1
-14
/
+38
1999-09-09
allan hourihane sent log 100 in which showed that some really old code
Luke Leighton
1
-15
/
+4
1999-07-26
commented location where lookup_sids(), a direct call to the password
Luke Leighton
1
-0
/
+3
1999-05-03
last part of RPC api change.
Jean-François Micouleau
1
-8
/
+8
1999-03-24
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
1
-1
/
+1
1999-03-24
Fixed LSA Lookup Names. There were a few too many NULL pointers in a
Matthew Chapman
1
-13
/
+30
1999-02-15
Always null-terminate strings.
Matthew Chapman
1
-2
/
+2
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-2
/
+2
1998-12-20
fix for potential lsass.exe crashing due to negative response from
Luke Leighton
1
-1
/
+1
1998-12-14
added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.
Luke Leighton
1
-1
/
+1
1998-12-07
- lib/unix_sec_ctxt.c
Luke Leighton
1
-48
/
+85
1998-11-30
- adding builtin[alias]db.
Luke Leighton
1
-4
/
+3
1998-11-25
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
1
-12
/
+12
1998-11-23
unix instance of group database API
Luke Leighton
1
-15
/
+19
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-134
/
+137
1998-11-10
rpcclient registry commands.
Luke Leighton
1
-1
/
+1
1998-10-23
set netlogon negotiation flags to 0x1ff, not to what the client requests.
Luke Leighton
1
-9
/
+10
1998-10-22
bug fix in lsa_trans_names.
Luke Leighton
1
-1
/
+3
1998-10-21
domain aliases added a bit better: does local aliases if you query
Luke Leighton
1
-4
/
+4
1998-10-15
bug-fixing against:
Luke Leighton
1
-0
/
+42
1998-09-30
lsa_lookup_sids command added. severe debugging needed on lookup_sids
Luke Leighton
1
-60
/
+85
1998-09-29
Got very strict about the differences and uses of
Jeremy Allison
1
-30
/
+40
1998-08-26
use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for
Andrew Tridgell
1
-1
/
+1
1998-08-24
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1
-4
/
+4
1998-08-22
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1
-0
/
+8
1998-08-21
use ZERO_STRUCT() to initialise lots of structures.
Andrew Tridgell
1
-1
/
+30
1998-06-10
De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam
Jeremy Allison
1
-1
/
+12
1998-05-24
more warnings, from Tim Winders
Luke Leighton
1
-1
/
+1
1998-05-18
- renamed some of the passdb.c functions: they have a prefix pdb_ on them
Luke Leighton
1
-1
/
+1
[next]