summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell3-5/+4
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
2001-12-21Removed unused variables.Jeremy Allison1-2/+0
2001-12-21The jf_get_sampasswd_entries() is not used anymore.Jeremy Allison1-335/+0
2001-12-21added a copyright notice.Jean-François Micouleau2-1/+2
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-71/+76
2001-12-21Fixup some DEBUG statements (0 -> 10).Jeremy Allison1-3/+3
2001-12-21Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). ThereJeremy Allison1-1/+1
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-86/+310
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool3-5/+8
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+5
2001-12-18Fixup JF's weird SID return :-).Jeremy Allison1-1/+2
2001-12-18Fixed bad args to debug statements.Tim Potter1-3/+3
2001-12-18I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison1-1/+1
2001-12-18in lsa_query_info at level 5 in member mode, we must reply our machineJean-François Micouleau1-1/+1
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-67/+208
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter1-0/+5
2001-12-14add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau2-0/+101
2001-12-14FALSE -> FalseTim Potter1-1/+1
2001-12-13merge from appliance_headGerald Carter1-0/+4
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-12/+164
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2-1/+125
2001-12-08small comment I don't want to loose.Jean-François Micouleau1-0/+5
2001-12-08Fix domain logon that I broke 3 days ago.Jean-François Micouleau1-1/+4
2001-12-06again an intrusive patch:Jean-François Micouleau3-170/+67
2001-12-05added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,Jean-François Micouleau2-16/+228
2001-12-05fixed a return valueAndrew Tridgell1-0/+1
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-21/+3
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+2
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau3-90/+125
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-87/+168
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau1-0/+33
2001-12-02there was a bug in samr_lookup_names (my fault)Jean-François Micouleau1-42/+77
2001-11-30merge from APPLIANCE_HEADGerald Carter1-16/+20
2001-11-30Check error returns.Jeremy Allison1-4/+12
2001-11-30Gerald's fix.Jeremy Allison1-6/+2
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-2/+2
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau3-38/+329
2001-11-28merge from APPLIANCE_HEADGerald Carter1-12/+9
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau2-0/+162
2001-11-27Added PRINTER_ALREADY_EXISTS error check from Gerry.Jeremy Allison1-3/+16
2001-11-26challange -> challengeTim Potter1-5/+6
2001-11-25Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett2-6/+28
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett1-24/+11
2001-11-23Sorry. I broke the build, missed on open_directory call.Jeremy Allison1-2/+2
2001-11-23return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau1-1/+1
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2-6/+8
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-10/+20
2001-11-22fixing enum_privs and get_dispname server code.Jean-François Micouleau1-20/+20