summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2002-01-25Return correct RPC fault PDU on bad handle incoming.Jeremy Allison2-0/+9
2002-01-23Sync up startpageprinter with appliance.Tim Potter1-5/+5
2002-01-22Merge of fixes from 2.2.Jeremy Allison3-15/+15
2002-01-22merge from appliance_headGerald Carter1-2/+5
2002-01-20Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett1-1/+1
2002-01-20This is another *BIG* change...Andrew Bartlett2-45/+78
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett3-36/+16
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett3-60/+210
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2-8/+8
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+14
2002-01-15Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison1-1/+1
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-1/+1
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+113
2002-01-11Round and round we go....Jeremy Allison1-1/+2
2002-01-09Better explanation message for dmalloc.Martin Pool2-3/+3
2002-01-09When re-writing tdb version numbers as little endian int32, we mustJeremy Allison1-6/+7
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison1-18/+29
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-19/+17
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett2-31/+39
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-1/+1
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-25/+21
2002-01-02Make user enumeration work for w2k and win9x.Jeremy Allison1-71/+85
2002-01-01Named constants are always much better than magic numbers...Andrew Bartlett1-2/+2
2001-12-31last_enum not used.Jeremy Allison1-4/+0
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison1-6/+0
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