summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-07-31Return proper error when it is impossible to change quota flagsAlexander Bokovoy1-2/+23
2003-07-31Fix off-by-one found by valgrind.Volker Lendecke1-1/+1
2003-07-31spnego.c has function definitions. Prototype them.Volker Lendecke1-1/+1
2003-07-31Fixes for memory leaks in gss spnego handling by aliguori.Volker Lendecke1-13/+9
2003-07-31This fixes an error I must have made when playing with spnego.c foundVolker Lendecke1-14/+35
2003-07-31Apply some constVolker Lendecke1-2/+2
2003-07-31make sure the domain sid is set when enumerating trusted domainsGerald Carter1-1/+24
2003-07-31working on transtive trusts issue:Gerald Carter9-144/+174
2003-07-31Whoops - this is probably better shell syntax.Tim Potter1-2/+1
2003-07-31Turn on automatic winbindd support for FreeBSD and see what the compile farmTim Potter1-0/+1
2003-07-31This is a critical bug fix for a data corruption bug. If youAndrew Tridgell1-2/+2
2003-07-31Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison3-73/+78
2003-07-31Turn the 'doing_signing' variable on - fix bug where it was only being setJeremy Allison1-1/+1
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison19-21/+72
2003-07-30Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison1-4/+4
2003-07-30Fix bug we discovered in W2K client signing on secondary trans2 packets.Jeremy Allison1-2/+3
2003-07-30Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison2-12/+25
2003-07-30add a few more tidy ups. Now onto winbinddGerald Carter2-0/+12
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter5-7/+303
2003-07-30Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison1-4/+0
2003-07-30Comment out mutex until I get dependencies sorted out...Jeremy Allison1-0/+4
2003-07-30bin/net needs server_mutex as kerberos_verify now uses it.Volker Lendecke1-1/+1
2003-07-29Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison1-4/+13
2003-07-29split replace into replace and replace1 to allow setenv to be used byHerb Lewis3-23/+48
2003-07-29Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison1-9/+20
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy5-45/+373
2003-07-29Finish tridge's patch as referenced here :Jeremy Allison1-0/+17
2003-07-29Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison1-1/+1
2003-07-29Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough1-1/+1
2003-07-29This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke5-2/+586
2003-07-29Typo fix for bug 258.Tim Potter1-1/+1
2003-07-29Improved debug messages whilst trying to track down kerb issues.Jeremy Allison1-13/+20
2003-07-29More memory leak fixes from Brett! It turns out PyDict_SetItemStringTim Potter1-16/+23
2003-07-29Memory leak fixes from Brett A. Funderburg - don't use the connection tallocTim Potter1-7/+20
2003-07-29Add debug output api's from lsa/spoolss modules to smb module. PatchTim Potter1-1/+33
2003-07-28Corrected description of SWAT FLAGS since they have changed as a result of theJohn Terpstra1-5/+4
2003-07-28Cleanup of loadparm and swat to correctly display all parameters as required.John Terpstra2-435/+422
2003-07-27Add buttons to Printers ViewJohn Terpstra1-0/+10
2003-07-27Clarified what the SWAT FLAGS mean and what they do.John Terpstra1-3/+5
2003-07-27Fix commentAndrew Bartlett1-1/+1
2003-07-27the testsuite lib needs dummyroot too.Andrew Bartlett1-1/+1
2003-07-27Fix typo.John Terpstra1-1/+1
2003-07-27Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).Andrew Bartlett1-3/+3
2003-07-27Allow the stat cache to better handle invalid multibyte strings, by usingAndrew Bartlett1-8/+25
2003-07-27Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2-14/+7
2003-07-27If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett1-2/+2
2003-07-27When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett1-76/+0
2003-07-27Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2-45/+9
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett3-57/+82
2003-07-27Adding idmap backend man page section.John Terpstra1-0/+18