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