Fix for a bug where the mutex could be left locked. Also remove the
[tprouty/samba.git] / source / rpc_server /
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-19 Simo Sorce1. The most part of this patch changed the unknown_3...
2004-01-15 Gerald CarterBug 381: check builtin (not local) group SID. Patch...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-09 Gerald Carterfix some warnings from the Sun compiler; also merge...
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-16 Gerald Cartermake sure we delete the group mapping before calling...
2003-12-10 Gerald CarterFix UNISTR2 length bug in LsaQueryInfo(3) that cause...
2003-12-10 Gerald Cartermore group lookup access fixes on the neverending bug 281
2003-12-07 Andrew BartlettMerge from 3.0:
2003-12-04 Gerald Carterfix process_incoming_data() to return the number of...
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-11-25 Jeremy AllisonPatch for #263 from jpjanosi@us.ibm.com.
2003-11-24 Gerald Cartermore access fixes for group enumeration in LDAP; bug 281
2003-11-23 Andrew BartlettMerge from 3.0:
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-19 Jeremy AllisonCorrect fix for '$' termination test.
2003-11-18 Rafal SzczesniakFix to correct checking of '$' name termination.
2003-11-17 Gerald Carter* make sure we only enumerate group mapping entries
2003-11-09 Andrew BartlettMerge from 3.0:
2003-11-07 Gerald Carter* only install swat html files once
2003-11-07 Jeremy AllisonHandle munged dial string. Patch from Aur?lien Degr...
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-10-30 Jim McDonoughAnother round of GUID->struct uuid.
2003-10-30 Jim McDonoughFirst round of merging various UUID structures.
2003-10-28 Jeremy AllisonFix for bug #667. DFS filenames can now have arbitrary...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-21 Jim McDonoughAdd server side support for epmapper pipe. Currently...
2003-10-17 Gerald Carter* fix some compile warnings in the gums code
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-02 Jeremy AllisonPortability fix from schmitz@hp.com (Joachim Schmitz...
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
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,...
next