summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-2/+2
* Tut tut - always run with max warnings on gcc...Jeremy Allison2003-10-071-1/+3
* split some security related functions in their own files.Simo Sorce2003-10-061-14/+29
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-29/+10
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix debug message merge.Jeremy Allison2003-06-031-1/+1
* Merge from HEAD:Andrew Bartlett2003-03-171-7/+7
* Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-291-0/+61
* Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-7/+67
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-0/+60
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-63/+63
* sync 3.0 branch with headJelmer Vernooij2002-08-171-2/+121
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-31/+47
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-0/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-11/+3
* We may as well not use these temporary variables - they are only used once andAndrew Bartlett2002-01-261-3/+1
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-3/+13
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-19/+15
* const religionAndrew Tridgell2001-12-031-2/+2
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+152
* Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett2001-11-251-2/+2
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-1/+76
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-0/+9
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-0/+8
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+15
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+21
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-7/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-17/+17
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-7/+7
* implement:Jean-François Micouleau2001-07-091-0/+476
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-291-0/+70
* Removed unused (and potentially crash-causing) free function.Jeremy Allison2001-06-221-14/+0
* Fixed typo in comment.Tim Potter2001-05-081-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-9/+8
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-5/+5
* Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison2001-02-261-0/+39
* Changes from SAMBA_2_2:David O'Neill2001-01-291-1/+1
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-251-2/+134
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-1/+1
* RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-111-2/+42
* General clean up. Merged routines for parsing enum_trust_dom rpc call.Tim Potter2001-01-111-136/+111
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-10/+0
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-13/+30
* Wrong length for unistr2 in init_q_lookup_names()Tim Potter2000-12-131-24/+33
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-121-41/+101
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-33/+31
* last part of W2K support.Jean-François Micouleau2000-10-131-4/+4
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-201-8/+80