Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
[tprouty/samba.git] / source / rpc_server /
2003-05-22 Gerald Carterfixes bugs 85 & 99 (XP domain logons); don't enable...
2003-05-16 Jeremy AllisonPatch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to...
2003-05-15 Jeremy AllisonEnsure sys_adminlog code won't coredump with incorrect...
2003-05-12 Jeremy AllisonFix compiler warnings.
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Andrew BartlettMerge 3.0's change to how we add users onto HEAD, inclu...
2003-04-29 Gerald Carteronly call the add_script if the getpwnam_alloc() fails
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-26 Simo SorceA RID can never be zero
2003-04-22 Volker LendeckeSetting the credentials for the netsec netlogon pipe...
2003-04-22 Andrew BartlettMerge from 3.0 - try harder to get our real DNS domain...
2003-04-22 Gerald Carterwrap pdb_enum_group_mapping() in [un]become_root()...
2003-04-16 Jeremy AllisonFixes to make SCHANNEL work against a W2K DC. Still...
2003-04-15 Tim PotterTypo in comment.
2003-04-14 Jelmer VernooijFix typos
2003-04-11 Gerald Carter* We must return 0x2 as the majorversion for nt4 to...
2003-04-11 Gerald Cartersimple fix to hopefully speed up srv_spoolss_replyopenp...
2003-04-11 Tim PotterA new RPC pipe! The \pipe\echo named pipe is for testi...
2003-04-10 Jeremy AllisonEnsure we're not filtering our essential delete messages.
2003-04-09 Volker LendeckePut the core schannel functions to parse_prs.c. They...
2003-04-09 Gerald Carteranother forgotten merge sitting on my laptop from app_h...
2003-04-09 Gerald Carterforgotten merge left on disk; remove extra SAFE_FREE()
2003-04-04 Volker LendeckeThis is a merge of the NETLOGON schannel server code...
2003-04-02 Simo SorceTHE Idmap patch :-)
2003-04-02 Jeremy AllisonSubtle changes to message handling after ENUMJOBS.
2003-04-01 Gerald Carterfix potential handle leak in _spoolss_open_printer_ex...
2003-03-31 Gerald Carterfix potential smbd crash when we fail to alloacte a...
2003-03-31 Gerald Carteradd a few error checks in EnumPrinterData()
2003-03-24 Jelmer VernooijFix two typos
2003-03-24 Jelmer VernooijGive error message when module doesn't seem to contain
2003-03-21 Andrew BartlettGive volker a hand, and let domain joins with existing...
2003-03-20 Jeremy Allisonlib/messages.c: Check return from chainlock before...
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-03-18 Jeremy AllisonEnsure dev in make_connection is const.
2003-03-16 Andrew BartlettMake sure we mark the assumption of a fstring parameter...
2003-03-07 Andrew BartlettLimit the number of SIDs that may be looked up, in...
2003-03-03 Gerald Carter* always report ourselves as a Windows 2000 print serve...
2003-03-03 Gerald Carter* CR1868: only send a change notify message if we have...
2003-03-01 Jeremy AllisonAdded limit to number of jobs enumerated. Set to 0...
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-25 Gerald CarterProgress on CR 601
2003-02-21 Gerald Carteri patched the wrong branch! s/unistr2_to_dos/unistr2_to...
2003-02-21 Gerald Cartercouple of merges from APP_HEAD
2003-02-21 Tim PotterFixed compiler warning.
2003-02-20 Jelmer VernooijMake init_module() and thus smb_load_module() return...
2003-02-18 Jelmer VernooijUse the new modules stuff to load dynrpc modules. Basic...
2003-02-18 Gerald Carterset the various DsSpooler keys that are linked to PRINT...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-15 Gerald Carter* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-02-13 Jeremy AllisonRemoved unused variable.
2003-02-13 Jeremy AllisonMerge JohnR's patch.
2003-02-12 Andrew Tridgellinitial server side privileges implementation, using...
2003-02-11 Andrew Tridgelladded server stubs for lsa_enum_acct_with_right
2003-02-06 Andrew Tridgelladded the LSA privileges server backend stubs. Right...
2003-02-05 Jeremy AllisonFixed type.
2003-02-02 Andrew BartlettSend the user's session key in the SAMLOGON reply,...
2003-01-21 Gerald Carterdon't free() auto variables; fixes segfault when lookin...
2003-01-19 Gerald Carterstrip any trailing \'s from reg key names in an open
2003-01-18 Jim McDonoughFix some debug levels (were set to 0 with RPC module...
2003-01-18 Gerald Carterremoving extra debug statement
2003-01-17 Jim McDonoughEnable dynamic loading of RPC modules. See docs/textdo...
2003-01-17 Jeremy AllisonFix reference count bug where smbd's would not terminat...
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-15 Gerald Cartersmall merges from SAMBA_3_0; mostly typos, renames...
2003-01-14 Andrew BartlettThe last of the fstring/pstring mixups, and an extra...
2003-01-14 Andrew BartlettA couple more pstcpy/fstrcpy mixups - doing an fstrcpy...
2003-01-11 Gerald Cartertypo from merge
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-09 Gerald Cartera 0 length printer data value is not a memory allocatio...
2003-01-02 Andrew BartlettWe already have one function to move unistr2 -> multiby...
2003-01-02 Andrew BartlettBIG patch...
2003-01-01 Andrew BartlettMove our password change code along a little - use...
2002-12-30 Simo Sorcethe shutdown call does not have a 16 bit flags, but...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-17 Gerald Carter* fix memory leak when constructing an driver_level_6...
2002-12-13 Jim McDonoughStore printer guid in the dsspooler registry key so...
2002-12-13 Jim McDonoughMore printer publishing code.
2002-12-04 Jim McDonoughprinter publishing when using APW or choosing 'list...
2002-12-04 Gerald Carter[merge from app_head]
2002-11-25 Andrew BartlettInstead of walking the entire group database, grabbing...
2002-11-20 Tim PotterSpelling fix.
2002-11-20 Andrew Tridgellmore %U fixes for head
2002-11-18 Gerald Carterformatting fix
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-11 Gerald Carterfix for CR 601. Only call addprinter command when...
2002-11-10 Jeremy AllisonFirst cut of fix for changenotify on a print server...
2002-11-09 Gerald Carterdeldriver fix
2002-11-09 Gerald Carterre-enable ffpcn on print server handle
2002-11-08 Andrew BartlettMake it easier to track things down here - add some...
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-10-25 Gerald CarterPURGE_PRINTER fix from APP_HEAD
2002-10-23 Jeremy AllisonReverted a fix from Volker (sorry). We need to move...
2002-10-23 Jeremy AllisonDebug level 12 is a typo.
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-22 Jeremy AllisonFix for systems that allow more than 65536 open files...
2002-10-21 Volker LendeckeSame segfault as in add_groupmem.
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
next