summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_hnd.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+25
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-204/+41
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-30/+22
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-2/+8
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-0/+1
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-7/+17
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-4/+3
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-34/+164
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1-3/+25
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+3
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-1/+22
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-2/+2
1998-09-05tridge the destroyer returns!Andrew Tridgell1-21/+1
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell1-15/+2
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1-139/+144