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
/
rpc_parse
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Progress on CR 601
Gerald Carter
2003-02-25
1
-1
/
+1
|
*
couple of merges from APP_HEAD
Gerald Carter
2003-02-21
1
-1
/
+1
|
*
init_dom_sid2s: Check return code from string_to_sid. Skip tokens
Martin Pool
2003-02-18
1
-8
/
+12
|
*
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
3
-30
/
+72
|
*
removed a duplicate copy of smb_io_sid_array()
Andrew Tridgell
2003-02-11
1
-46
/
+0
|
*
added server stubs for lsa_enum_acct_with_right
Andrew Tridgell
2003-02-11
2
-0
/
+86
|
*
added the 'lsaenumacctwithright' command to rpcclient. This allows you
Andrew Tridgell
2003-02-10
2
-2
/
+111
|
*
added the LSA privileges server backend stubs. Right now they just log
Andrew Tridgell
2003-02-06
1
-1
/
+30
|
*
Send the user's session key in the SAMLOGON reply, so that a member server can
Andrew Bartlett
2003-02-02
1
-2
/
+2
|
*
Pass down max_size parameter to init_samr_q_query_dispinfo() instead
Tim Potter
2003-01-29
1
-2
/
+2
|
*
added LsaRemoveAccountRights
Andrew Tridgell
2003-01-28
1
-0
/
+61
|
*
cleaned up the lsa_enum_acct_rights function and added a
Andrew Tridgell
2003-01-28
2
-12
/
+103
|
*
reverted this patch till I sort out the craziness with UNIHDR
Andrew Tridgell
2003-01-17
8
-185
/
+194
|
*
This removes the 3rd argument from init_unistr2(). There were 240
Andrew Tridgell
2003-01-17
8
-194
/
+185
|
*
added cli_lsa_enum_account_rights() call. Note that this is in
Andrew Tridgell
2003-01-15
2
-0
/
+109
|
*
Fix typo, and the build.
Andrew Bartlett
2003-01-13
1
-1
/
+1
|
*
Make sure that those cleanups actually went in.
Richard Sharpe
2003-01-13
1
-2
/
+2
|
*
Remove dead function.
Tim Potter
2003-01-09
1
-19
/
+0
|
*
BIG patch...
Andrew Bartlett
2003-01-02
13
-661
/
+662
|
*
the shutdown call does not have a 16 bit flags, but 2 byte representing booleans
Simo Sorce
2002-12-30
1
-4
/
+8
|
*
the 'padding' field in the query domain info reply is not a padding
Andrew Tridgell
2002-12-23
1
-2
/
+8
|
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-1
/
+1
|
*
Guy Harris points out that the level and ptr fields in a
Tim Potter
2002-12-13
1
-0
/
+4
|
*
Support printer info 7, used for publishing
Jim McDonough
2002-12-03
1
-0
/
+63
|
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
1
-1
/
+2
|
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
5
-40
/
+42
|
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
1
-1
/
+1
|
*
For a BUFFER5, don't parse the buffer if the buffer length is zero.
Tim Potter
2002-11-06
1
-3
/
+4
|
*
Client side functions for enumprinterkey.
Tim Potter
2002-11-06
1
-0
/
+29
|
*
This fixes some bugs for NT4 usrmgr.exe
Volker Lendecke
2002-10-19
1
-1
/
+11
|
*
When unmarshalling a relstr, don't unmarshall the string data if the
Tim Potter
2002-10-17
1
-0
/
+3
|
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
1
-3
/
+3
|
*
missing prs_align()'s
Gerald Carter
2002-10-05
1
-0
/
+9
*
|
This is the netlogon schannel client code. Try a
Volker Lendecke
2003-04-09
1
-4
/
+16
*
|
A little clarification in the rpc auth header struct.
Volker Lendecke
2003-04-09
1
-8
/
+7
*
|
Put the core schannel functions to parse_prs.c. They are also used by
Volker Lendecke
2003-04-09
1
-0
/
+182
*
|
Merge the TNG netlogon schannel from HEAD.
Volker Lendecke
2003-04-06
1
-0
/
+95
*
|
Merge from HEAD:
Andrew Bartlett
2003-03-17
6
-41
/
+41
*
|
Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call'
Jeremy Allison
2003-03-13
1
-2
/
+6
*
|
add #define for the max device name length in a DEVICEMODE
Gerald Carter
2003-03-06
1
-1
/
+1
*
|
* CR1868: only send a change notify message if we have something
Gerald Carter
2003-03-03
1
-1
/
+1
*
|
Merge: const fixes.
Tim Potter
2003-02-25
2
-12
/
+15
*
|
Progress on CR 601
Gerald Carter
2003-02-25
1
-1
/
+1
*
|
couple of merges from APP_HEAD
Gerald Carter
2003-02-21
1
-1
/
+1
*
|
Check return code of string_to_sid. (Merge from HEAD)
Martin Pool
2003-02-18
1
-22
/
+26
*
|
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
3
-30
/
+72
*
|
Merge from HEAD: Send the session key to the client, allowing it to perform SMB
Andrew Bartlett
2003-02-02
1
-2
/
+2
*
|
Merge tpot's changes to request the correct sizes for user dispinfo
Jeremy Allison
2003-01-29
1
-2
/
+2
*
|
Merge tridge's client priv code from HEAD.
Jeremy Allison
2003-01-29
1
-0
/
+61
*
|
Merging tridge's privillage client changes from HEAD.
Jeremy Allison
2003-01-28
2
-12
/
+103
[prev]
[next]