ira/wip.git
2003-08-06 Gerald Carterrework winbindd_accountdb_init() to reduce error messag...
2003-08-06 Volker LendeckeWhen doing 'net groupmap add', default to algorithmic...
2003-08-06 Tim PotterSpelling.
2003-08-06 Gerald Carteroops; fix typo. Noticed by gcc warning
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-03 John TerpstraRemoved duplicated file, no longer in use. Note: profil...
2003-08-03 John TerpstraChanged "winbind uid/gid" to "idmap uid/gid"
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 Jeremy AllisonAdded a note inspired by andrew@cis.uoguelph.ca to...
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 John TerpstraFix typo.
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 John TerpstraAdding idmap backend man page section.
2003-07-27 Jeremy AllisonEnsure all code paths set add_script.
2003-07-26 John TerpstraFormat tidy up.
2003-07-26 John TerpstraFixes bug #243
2003-07-26 John TerpstraAdded buttons to change view mode. Fixes bug #212
2003-07-26 Gerald Carterremove unnceccsary $; spotted by Lee Taylor
2003-07-26 Gerald Carterfix typo in debug
2003-07-26 John TerpstraUpdating missing flags.
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...
next