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
2007-10-10
r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )
Gerald Carter
1
-6
/
+11
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
1
-6
/
+6
2007-10-10
r4849: * finish SeAddUsers support in srv_samr_nt.c
Gerald Carter
1
-3
/
+6
2007-10-10
r4821: finish off 'net rpc rights [list|grant|revoke]'
Gerald Carter
1
-4
/
+12
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-0
/
+58
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
1
-3
/
+3
2007-10-10
r4561: This looks a lot larger than it is, this is to reduce the clutter on f...
Volker Lendecke
1
-18
/
+18
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-25
/
+18
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-2
/
+2
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
1
-40
/
+48
2004-01-05
rpc_client/cli_lsarpc.c:
Andrew Bartlett
1
-1
/
+1
2003-10-22
In cli_lsa_lookup_sids don't leave the domain field uninitialized if
Volker Lendecke
1
-0
/
+1
2003-10-06
split some security related functions in their own files.
Simo Sorce
1
-3
/
+3
2003-02-25
Merge: const fixes.
Tim Potter
1
-2
/
+3
2003-01-29
Merge tridge's client priv code from HEAD.
Jeremy Allison
1
-4
/
+49
2003-01-28
Merging tridge's privillage client changes from HEAD.
Jeremy Allison
1
-0
/
+40
2003-01-15
merging some rpcclient and net functionality from HEAD
Gerald Carter
1
-0
/
+57
2002-10-04
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
1
-1
/
+1
2002-08-12
Add lsa 0x2e (queryinfo2) client side
Jim McDonough
1
-0
/
+86
2002-08-05
This fixes a number of ADS problems, particularly with netbiosless
Andrew Tridgell
1
-2
/
+3
2002-08-02
Moved rpc client routines from libsmb back to rpc_client where they belong.
Tim Potter
1
-0
/
+1169
2001-11-16
I *love* removing code :-). Removed 4 files that weren't being used.
Jeremy Allison
1
-693
/
+0
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-22
/
+23
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-6
/
+2
2001-05-01
fixed some uninitialised variables
Andrew Tridgell
1
-5
/
+5
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
1
-14
/
+14
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
1
-8
/
+6
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
1
-1
/
+1
2000-12-13
Wrong length for unistr2 in init_q_lookup_names()
Tim Potter
1
-3
/
+3
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
[prev]
[next]