summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-2/+198
* Syncup getting ready for release.Jeremy Allison2001-07-061-0/+32
* Separated lsa code into interface and implementation modules.Jeremy Allison2001-02-261-515/+58
* Started converion of the lsa code to canonical RPC format (as srv_reg, andJeremy Allison2001-02-261-58/+93
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-3/+0
* Added fix to allow w2k clients to join a Samba domain of odd or even lengthJeremy Allison2001-02-131-4/+13
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-251-17/+44
* Sync up with appliance-head.Jeremy Allison2001-01-151-3/+3
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-11/+16
* Sync-up with HEAD.Jean-François Micouleau2000-12-151-1/+1
* Fix for viewing permissions correctly from W2K.Jeremy Allison2000-12-151-2/+0
* Fixup the lsa_io_r_lookup_names call not to need an external TALLOC_CTX.Jeremy Allison2000-12-141-17/+1
* Merges from appliance-head (for the printing fix) and from HEAD (for theJeremy Allison2000-12-131-12/+45
* Merge of the printing fixes from HEAD to 2.2.Jeremy Allison2000-11-151-23/+22
* Removed erroneous +1's on length of unicode domain names for variousTim Potter2000-10-251-2/+2
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-2/+2
* various casts and remove break after return to get rid of compiler warningsHerb Lewis2000-10-041-1/+1
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-2/+2
* Tidied up security rights definitions.Jeremy Allison2000-08-101-2/+1
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-1/+1
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-59/+0
* Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter2000-07-061-3/+3
* Renamed generic_request() to winbindd_request()Tim Potter2000-07-031-1/+1
* Fixed display of "Everyone" in SD's.Jeremy Allison2000-06-261-1/+5
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-0/+5
* Got a bit carried away deleting things.Tim Potter2000-06-231-1/+1
* Removed unused variables.Tim Potter2000-06-231-2/+0
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-12/+32
* Removed some debugs.Tim Potter2000-06-151-12/+0
* Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter2000-06-141-28/+74
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-19/+23
* more merging voodooAndrew Tridgell2000-05-101-0/+3
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-9/+19
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-2/+6
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-17/+8
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-24/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+24
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-255/+252
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-10/+10
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-5/+5
* nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_Luke Leighton1999-11-191-1/+2
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-14/+38
* allan hourihane sent log 100 in which showed that some really old codeLuke Leighton1999-09-091-15/+4
* commented location where lookup_sids(), a direct call to the passwordLuke Leighton1999-07-261-0/+3
* last part of RPC api change.Jean-François Micouleau1999-05-031-8/+8
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-1/+1
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-13/+30
* Always null-terminate strings.Matthew Chapman1999-02-151-2/+2
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-2/+2
* fix for potential lsass.exe crashing due to negative response fromLuke Leighton1998-12-201-1/+1