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