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
/
source3
/
rpc_parse
/
parse_lsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the build. Ifdef out some code
Gerald Carter
2003-07-17
1
-8
/
+10
*
* set winbind cache time to 5 minutes
Gerald Carter
2003-06-03
1
-1
/
+1
*
Fix signed/unsigned issues - mostly 'i' counters.
Andrew Bartlett
2003-03-15
1
-7
/
+7
*
Don't fault on error returns (ptr == 0) for this LSA query.
Andrew Bartlett
2003-03-09
1
-10
/
+13
*
added server stubs for lsa_enum_acct_with_right
Andrew Tridgell
2003-02-11
1
-0
/
+13
*
added the 'lsaenumacctwithright' command to rpcclient. This allows you
Andrew Tridgell
2003-02-10
1
-2
/
+66
*
added the LSA privileges server backend stubs. Right now they just log
Andrew Tridgell
2003-02-06
1
-1
/
+30
*
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
1
-7
/
+67
*
reverted this patch till I sort out the craziness with UNIHDR
Andrew Tridgell
2003-01-17
1
-5
/
+6
*
This removes the 3rd argument from init_unistr2(). There were 240
Andrew Tridgell
2003-01-17
1
-6
/
+5
*
added cli_lsa_enum_account_rights() call. Note that this is in
Andrew Tridgell
2003-01-15
1
-0
/
+60
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-63
/
+63
*
Add lsa 0x2e (queryinfo2) client side
Jim McDonough
2002-08-12
1
-0
/
+13
*
Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which
Jim McDonough
2002-07-30
1
-2
/
+108
*
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
2002-07-01
1
-6
/
+6
*
more debug classess activated
Simo Sorce
2002-06-18
1
-0
/
+3
*
A few more trusted domains updates from mimir.
Andrew Bartlett
2002-05-17
1
-18
/
+7
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
1
-26
/
+50
*
Fixed the handle leak in the connection management code (this code is crap
Jeremy Allison
2002-04-04
1
-0
/
+6
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Back out some of the less well thought out ideas from last weeks work on
Andrew Bartlett
2002-01-26
1
-11
/
+3
*
We may as well not use these temporary variables - they are only used once and
Andrew Bartlett
2002-01-26
1
-3
/
+1
*
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
2002-01-20
1
-3
/
+13
*
there is no unknown field in LSA_SEC_QOS
Jean-François Micouleau
2001-12-17
1
-19
/
+15
*
const religion
Andrew Tridgell
2001-12-03
1
-2
/
+2
*
Changed again how the privilege list is handled in the group mapping code.
Jean-François Micouleau
2001-11-29
1
-0
/
+152
*
Fix ./configure --enable-developer warnings (shadow of global)
Andrew Bartlett
2001-11-25
1
-2
/
+2
*
added lsaenumprivsaccount and lsalookupprivvalue to rpcclient
Jean-François Micouleau
2001-11-24
1
-1
/
+76
*
Changed how the privileges are stored in the group mapping code. It's now
Jean-François Micouleau
2001-11-23
1
-0
/
+9
*
added lsa_enum_sids to rpcclient
Jean-François Micouleau
2001-11-22
1
-0
/
+8
*
add another command to rpcclient: getdispname. Show the full description
Jean-François Micouleau
2001-11-22
1
-0
/
+15
*
add a command to rpcclient: enumprivs
Jean-François Micouleau
2001-11-22
1
-0
/
+21
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-7
/
+0
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-17
/
+17
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-1
/
+1
*
Fixed malloc -> talloc problems pointed out by Simo.
Jeremy Allison
2001-08-24
1
-7
/
+7
*
implement:
Jean-François Micouleau
2001-07-09
1
-0
/
+476
*
Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.
Jeremy Allison
2001-06-29
1
-0
/
+70
*
Removed unused (and potentially crash-causing) free function.
Jeremy Allison
2001-06-22
1
-14
/
+0
*
Fixed typo in comment.
Tim Potter
2001-05-08
1
-1
/
+1
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-9
/
+8
*
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
2001-02-27
1
-5
/
+5
*
Started conversion of lsa server code to canonical format (as srv_reg and
Jeremy Allison
2001-02-26
1
-0
/
+39
*
Changes from SAMBA_2_2:
David O'Neill
2001-01-29
1
-1
/
+1
*
Fixed "object picker can't determine if object in domain" bug seen from W2K
Jeremy Allison
2001-01-25
1
-2
/
+134
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-15
1
-1
/
+1
*
RPC server fixes for RPC client changes merged from TNG.
Tim Potter
2001-01-11
1
-2
/
+42
*
General clean up. Merged routines for parsing enum_trust_dom rpc call.
Tim Potter
2001-01-11
1
-136
/
+111
*
Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing
Jeremy Allison
2000-12-15
1
-10
/
+0
[next]