summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_hnd.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-31s3: Fix some DEBUG messagesVolker Lendecke1-3/+3
2009-11-08Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke1-2/+3
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke1-3/+2
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke1-2/+3
2009-11-08s3: Consolidate getting the name out of a pipes_structVolker Lendecke1-3/+2
2009-11-07s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke1-4/+6
2009-05-29s3-rpc_server: increase max number of open policy handles per pipe to 2048.Günther Deschner1-1/+1
2009-04-20Do not vasprint stuff where not necessaryVolker Lendecke1-1/+1
2009-04-20Fix warning in use of talloc_set_name.Jeremy Allison1-1/+1
2009-04-19Add "uint32_t access_granted" to policy handlesVolker Lendecke1-15/+58
2009-04-19Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke1-0/+26
2009-04-18Add type-safe policy_handle_create/findVolker Lendecke1-0/+45
2009-04-18Add some constVolker Lendecke1-2/+5
2009-03-18s3: remove POLICY_HND.Günther Deschner1-4/+4
2009-02-01Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke1-9/+13
2009-01-08Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke1-12/+10
2009-01-08Simplify init_pipe_handle_list a bitVolker Lendecke1-23/+26
2008-12-23Fix more asprintf warnings and some error path errors.Jeremy Allison1-4/+7
2008-06-26Remove p->vuidVolker Lendecke1-7/+1
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke1-1/+1
2007-11-05pstring removalVolker Lendecke1-3/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10r25119: Fix a couple of warnings.Jeremy Allison1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-3/+3
2007-10-10r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter1-6/+12
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+4
2007-10-10r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must beJim McDonough1-0/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-2/+2
2003-01-17Fix reference count bug where smbd's would not terminate with noJeremy Allison1-17/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+48
2002-03-30Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgrJeremy Allison1-1/+12
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Return correct RPC fault PDU on bad handle incoming.Jeremy Allison1-0/+2
2002-01-22Merge of fixes from 2.2.Jeremy Allison1-9/+10
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+2
2001-04-02include/ntdomain.h:Jeremy Allison1-3/+2
2001-03-13Move to a handle database per pipe name, not per pipe.Jeremy Allison1-19/+75
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-198/+76
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-20/+22
2001-01-23increase MAX_POL_HNDS (merge from 2.2)Gerald Carter1-1/+1
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-26/+5
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-04Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter1-3/+0
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-25/+0