summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_lsa_hnd.c
Commit message (Expand)AuthorAgeFilesLines
* s3-build: only use ndr_samr.h where needed.Günther Deschner2010-05-281-0/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Fix some DEBUG messagesVolker Lendecke2010-01-311-3/+3
* Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke2009-11-081-2/+3
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-3/+2
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-2/+3
* s3: Consolidate getting the name out of a pipes_structVolker Lendecke2009-11-081-3/+2
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-071-4/+6
* s3-rpc_server: increase max number of open policy handles per pipe to 2048.Günther Deschner2009-05-291-1/+1
* Do not vasprint stuff where not necessaryVolker Lendecke2009-04-201-1/+1
* Fix warning in use of talloc_set_name.Jeremy Allison2009-04-201-1/+1
* Add "uint32_t access_granted" to policy handlesVolker Lendecke2009-04-191-15/+58
* Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-191-0/+26
* Add type-safe policy_handle_create/findVolker Lendecke2009-04-181-0/+45
* Add some constVolker Lendecke2009-04-181-2/+5
* s3: remove POLICY_HND.Günther Deschner2009-03-181-4/+4
* Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke2009-02-011-9/+13
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-081-12/+10
* Simplify init_pipe_handle_list a bitVolker Lendecke2009-01-081-23/+26
* Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-231-4/+7
* Remove p->vuidVolker Lendecke2008-06-261-7/+1
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-051-1/+1
* pstring removalVolker Lendecke2007-11-051-3/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* r25119: Fix a couple of warnings.Jeremy Allison2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-3/+3
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-101-6/+12
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+4
* r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must beJim McDonough2007-10-101-0/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-2/+2
* Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-171-17/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+48
* Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison2002-03-301-1/+12
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Return correct RPC fault PDU on bad handle incoming.Jeremy Allison2002-01-251-0/+2
* Merge of fixes from 2.2.Jeremy Allison2002-01-221-9/+10
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+2
* include/ntdomain.h:Jeremy Allison2001-04-021-3/+2
* Move to a handle database per pipe name, not per pipe.Jeremy Allison2001-03-131-19/+75
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-198/+76
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-20/+22
* increase MAX_POL_HNDS (merge from 2.2)Gerald Carter2001-01-231-1/+1
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-26/+5
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1