summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_lsa_nt.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-2/+2
* starting to sync up for beta3Gerald Carter2003-07-161-1/+1
* starting to sync for 3.0beta2Gerald Carter2003-07-011-20/+38
* working on creating the 3.0 release treeGerald Carter2003-06-061-157/+5
* Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2003-04-221-2/+10
* Limit the number of SIDs that may be looked up, in line with existing codeAndrew Bartlett2003-03-071-0/+5
* Fixed compiler warning.Tim Potter2003-02-211-1/+1
* initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell2003-02-121-5/+32
* added server stubs for lsa_enum_acct_with_rightAndrew Tridgell2003-02-111-0/+29
* added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell2003-02-061-0/+81
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-10/+13
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-13/+10
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-22/+19
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-9/+9
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-0/+2
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-301-1/+96
* Updates to the 'name -> sid' code:Andrew Bartlett2002-07-071-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-8/+7
* A few things in this commit:Andrew Bartlett2002-05-181-2/+2
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-6/+16
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-6/+14
* Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett2002-04-091-0/+4
* Don't core dump listing thousands of users in usrmgr.Jeremy Allison2002-03-291-9/+20
* Ensure we return a parseable value if invalid handle given.Jeremy Allison2002-03-291-17/+17
* this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell2002-01-311-2/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett2002-01-261-2/+11
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+0
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-1/+2
* I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison2001-12-181-1/+1
* in lsa_query_info at level 5 in member mode, we must reply our machineJean-François Micouleau2001-12-181-1/+1
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-67/+208
* add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau2001-12-141-0/+70
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-6/+8
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-17/+162
* return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau2001-11-231-1/+1
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-5/+7
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-10/+20
* fixing enum_privs and get_dispname server code.Jean-François Micouleau2001-11-221-20/+20
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-1/+1
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-2/+2
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-32/+32
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-1/+1
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-1/+1
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-10/+10
* Removed unused variable.Tim Potter2001-07-121-1/+0