fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the username...
[ira/wip.git] / source3 /
2003-08-05 Gerald Carterfix bug #245; local_lookupsid() needed to make a getpwu...
2003-08-04 Volker LendeckeChanges to make gss-spnego ntlmssp client work against...
2003-08-04 Tim PotterFix unused variable warning.
2003-08-04 Tim PotterMemory leak fix for create_rpc_bind_req()
2003-08-04 Tim PotterMore patches from Brett:
2003-08-04 Tim PotterFix memory leak in py_smb_set_setdesc()
2003-08-03 Jeremy AllisonFix up #defines around utmp_host and utmp_name. Noticed...
2003-08-03 Jeremy AllisonOutput message saying "signed connect" instead of just...
2003-08-03 Jeremy AllisonFix oplock break detection code on incoming oplock...
2003-08-02 Gerald Cartermake sure to initialize the backend methods when enumer...
2003-08-02 Jeremy AllisonEnsure we don't leak any sign records on cancel of...
2003-08-02 Jeremy AllisonOnly look for mid sign records on incoming packets...
2003-08-02 Jeremy AllisonMore fixes for client and server side signing. Ensure...
2003-08-02 Jeremy AllisonLeave the packet sequence checkers enabled whilst I...
2003-08-02 Jeremy AllisonAdd the same signing code to the server. Ensure we...
2003-08-02 Jeremy AllisonCorrect fix (removed the earlier band-aid) for what...
2003-08-01 Jeremy AllisonFix the option processing for smbtar. Does no one check...
2003-08-01 Herb Lewisadd tests for IRIX attr functions
2003-08-01 Jim McDonoughUpdate my copyrights according to my agreement with IBM
2003-08-01 Jim McDonoughUpdate my copyrights according to my agreement with IBM
2003-08-01 Jim McDonoughFix copyright statements for various pieces of Anthony...
2003-08-01 Gerald Carterfix cut-n-paste error found by abartlet
2003-08-01 Volker LendeckeAdd ntlmssp client support to ntlm_auth. Find the corre...
2003-08-01 Volker LendeckeFix a memory leak. I did not check all the calls to...
2003-08-01 Volker Lendeckelocking.c now refers to map_nt_error_from_unix, so...
2003-08-01 Jeremy AllisonFinish reformatting.
2003-08-01 Jeremy AllisonFinal fix for the bug tridge found. Only push locks...
2003-08-01 Jeremy AllisonReformat lots of clitar code as I hate the style so...
2003-08-01 Jeremy AllisonReformat clitar option processing - getting ready to...
2003-07-31 Andrew TridgellCVAL_NC() doesn't need the (unsigned) fix and breaks...
2003-07-31 Gerald Carteronly honor the first OID in the sessetup snego negotiat...
2003-07-31 Alexander BokovoyReturn proper error when it is impossible to change...
2003-07-31 Volker LendeckeFix off-by-one found by valgrind.
2003-07-31 Volker Lendeckespnego.c has function definitions. Prototype them.
2003-07-31 Volker LendeckeFixes for memory leaks in gss spnego handling by aliguori.
2003-07-31 Volker LendeckeThis fixes an error I must have made when playing with...
2003-07-31 Volker LendeckeApply some const
2003-07-31 Gerald Cartermake sure the domain sid is set when enumerating truste...
2003-07-31 Gerald Carterworking on transtive trusts issue:
2003-07-31 Tim PotterWhoops - this is probably better shell syntax.
2003-07-31 Tim PotterTurn on automatic winbindd support for FreeBSD and...
2003-07-31 Andrew TridgellThis is a critical bug fix for a data corruption bug...
2003-07-31 Jeremy AllisonWrap calls to change_oem_password() in become_root...
2003-07-31 Jeremy AllisonTurn the 'doing_signing' variable on - fix bug where...
2003-07-30 Jeremy AllisonAdd a command line option (-S on|off|required) to enabl...
2003-07-30 Jeremy AllisonSave us from possibly uninitialised variable (caught...
2003-07-30 Jeremy AllisonFix bug we discovered in W2K client signing on secondar...
2003-07-30 Jeremy AllisonEliminate valgrind error when client gets bad sig on...
2003-07-30 Gerald Carteradd a few more tidy ups. Now onto winbindd
2003-07-30 Gerald Carteradd support for DsEnumerateDomainTrusted for enumeratin...
2003-07-30 Jeremy AllisonDon't revert something until you've seen if volker...
2003-07-30 Jeremy AllisonComment out mutex until I get dependencies sorted out...
2003-07-30 Volker Lendeckebin/net needs server_mutex as kerberos_verify now uses it.
2003-07-29 Jeremy AllisonPut mutex around access of replay cache for krb5 ticket...
2003-07-29 Herb Lewissplit replace into replace and replace1 to allow setenv...
2003-07-29 Jeremy AllisonFix bug #226. Stop unmangle of name into a wildcard...
2003-07-29 Alexander BokovoyAdd NT quotas support. Users allowed now to manage...
2003-07-29 Jeremy AllisonFinish tridge's patch as referenced here :
2003-07-29 Jeremy AllisonTypo on my part. I typed KRB5_KDB_BAD_ENCTYPE when...
2003-07-29 Jim McDonoughFix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn...
2003-07-29 Volker LendeckeThis adds gss-spnego to ntlm_auth. It contains some...
2003-07-29 Tim PotterTypo fix for bug 258.
2003-07-29 Jeremy AllisonImproved debug messages whilst trying to track down...
2003-07-29 Tim PotterMore memory leak fixes from Brett! It turns out PyDict...
2003-07-29 Tim PotterMemory leak fixes from Brett A. Funderburg - don't...
2003-07-29 Tim PotterAdd debug output api's from lsa/spoolss modules to...
2003-07-28 John TerpstraCorrected description of SWAT FLAGS since they have...
2003-07-28 John TerpstraCleanup of loadparm and swat to correctly display all...
2003-07-27 John TerpstraAdd buttons to Printers View
2003-07-27 John TerpstraClarified what the SWAT FLAGS mean and what they do.
2003-07-27 Andrew BartlettFix comment
2003-07-27 Andrew Bartlettthe testsuite lib needs dummyroot too.
2003-07-27 Andrew BartlettUse the specified workgroup in 'net ads'. (Defaults...
2003-07-27 Andrew BartlettAllow the stat cache to better handle invalid multibyte...
2003-07-27 Andrew BartlettTry again to fix up 'session request' name exchange...
2003-07-27 Andrew BartlettIf we strupper_m after the alpha_strcpy() we know that...
2003-07-27 Andrew BartlettWhen removing an 'unused' function, it helps to remove...
2003-07-27 Andrew BartlettUse push_ucs2_allocate(), rather than convert_string_al...
2003-07-27 Andrew BartlettSome small fixes to our charset conversion code:
2003-07-27 Jeremy AllisonEnsure all code paths set add_script.
2003-07-26 John TerpstraFormat tidy up.
2003-07-26 John TerpstraAdded buttons to change view mode. Fixes bug #212
2003-07-26 Gerald Carterfix typo in debug
2003-07-26 Jeremy AllisonCorrectly detect an "add user script" - check that...
2003-07-25 Jeremy AllisonStart the packet signing engine in the kerberos case...
2003-07-25 Jeremy AllisonW00t! Client smb signing is now working correctly with...
2003-07-25 Gerald CarterFix bug #184; set max_pw_age in account_pol to -1 so...
2003-07-25 Gerald Carterdomain in schannel bind credentials must be the dest...
2003-07-25 Gerald Carterfix case where no realm or workgroup means to use our own
2003-07-25 Gerald Carterfix user_in_list to work with winbind groups again...
2003-07-25 Gerald Carterfix some error returns and strings; patch from metze
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-25 Andrew BartlettSchannel, once setup, may be used on *ANY* TCP/IP conne...
2003-07-25 Tim PotterMake wbinfo -p work again. Fixes bug 251.
2003-07-25 Tim PotterJean-Baptiste Marchand on the ethereal list used some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-24 Jeremy AllisonFix from matt.zinkevicius@hp.com to stop files being...
2003-07-24 Jeremy AllisonFix packet signing with asynchronous oplock breaks...
2003-07-24 Alexander BokovoyAdd a macro to check whether module-specific data set...
2003-07-24 Alexander BokovoyRise debug level to 5 for not-found-nt-quota message...
next