summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison2003-01-286-20648/+10581
| | | | | | | | Jeremy.
* | sync with tpot's change to gencache_get() in HEADGerald Carter2003-01-241-22/+31
| |
* | masking an assert error in Tim's wins server checking code; needs a proper ↵Gerald Carter2003-01-241-0/+11
| | | | | | | | fix after I talk to tpot
* | Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>.Jeremy Allison2003-01-241-1/+4
| | | | | | | | Jeremy.
* | Fixed typo found by tpot.Jeremy Allison2003-01-241-1/+1
| | | | | | | | Jeremy.
* | merging [un]signed declarationGerald Carter2003-01-241-1/+1
| |
* | Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison2003-01-232-40/+61
| | | | | | | | | | I mistyped a comma :-). Jeremy.
* | Fixed typo.Tim Potter2003-01-231-1/+1
| |
* | Merge: remove dead function.Tim Potter2003-01-221-10/+0
| |
* | Merge of kerberos changes to make this branch build again!Tim Potter2003-01-222-61/+40
| |
* | Merge of wins server dead list into gencache.tdbTim Potter2003-01-221-60/+54
| |
* | Merge: Make torture tools in everything target.Tim Potter2003-01-221-1/+1
| |
* | fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLEGerald Carter2003-01-221-0/+1
| |
* | Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison2003-01-216-15/+533
| | | | | | | | | | kerberos_verify... Jeremy.
* | Properly display popt errors. Also fix debug to be -d for consistency with ↵Jim McDonough2003-01-211-2/+3
| | | | | | | | other progs.
* | Fixup proto generation to not include krb5 specific symbolsJeremy Allison2003-01-212-5/+8
| | | | | | | | | | if no kerberos selected. Noticed by Metze. Jeremy.
* | More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-215-11/+155
| | | | | | | | Jeremy.
* | don't free() auto variables; fixes segfault when looking up ↵Gerald Carter2003-01-211-3/+5
| | | | | | | | RefusePasswordChange registry value
* | sanity checks from Ken CrossGerald Carter2003-01-212-3/+7
| |
* | should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the buildJim McDonough2003-01-201-1/+1
| |
* | Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2003-01-195-10070/+20214
| | | | | | | | | | | | to add a function without an explicit #ifdef HEIMDAL which I'm trying to avoid. Jeremy.
* | strip any trailing \'s from reg key names in an openGerald Carter2003-01-191-2/+10
| |
* | removing extra debug statementGerald Carter2003-01-181-2/+0
| |
* | connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter2003-01-171-1/+1
| |
* | Janitorial duty...Jeremy Allison2003-01-171-4/+8
| | | | | | | | | | | | fix some undefined behaviour with increments in C. In theory a compiler could have produced complete crap for this code. (tridge). Jeremy.
* | Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-172-18/+12
| | | | | | | | | | open resources. Jeremy.
* | Merge the fix from head about short variables.Richard Sharpe2003-01-161-1/+1
| |
* | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-164-38/+77
| | | | | | | | Jeremy.
* | More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison2003-01-164-2/+9
| | | | | | | | Jeremy.
* | Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison2003-01-164-146/+282
| | | | | | | | | | | | detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy.
* | Add mutex protection around auth calls.Jeremy Allison2003-01-161-41/+37
| | | | | | | | Jeremy.
* | Merge of holding pattern stuff from HEAD.Tim Potter2003-01-151-21/+5
| |
* | s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter2003-01-151-1/+1
| |
* | missed a fileGerald Carter2003-01-151-13/+4
| |
* | Remove debugging stmt.Tim Potter2003-01-151-3/+0
| |
* | Sync up compiler warning fixes.Tim Potter2003-01-151-9/+9
| |
* | Remove a wayward file.Richard Sharpe2003-01-151-281/+0
| |
* | playing janitor for tpot; remove holding patternGerald Carter2003-01-151-6/+0
| |
* | *lots of small merges form HEADGerald Carter2003-01-1525-19108/+9063
| | | | | | | | | | | | *sync up configure.in *don't build torture tools in make all *make sure to remove torture tools as part of make clean
* | sync up ignored files from HEADGerald Carter2003-01-151-2/+6
| |
* | winbindd merges from HEADGerald Carter2003-01-153-18/+13
| |
* | merging some rpcclient and net functionality from HEADGerald Carter2003-01-1513-26/+349
| |
* | initialize acct_ctrl variable before it is usedHerb Lewis2003-01-151-2/+1
| | | | | | | | remove ldap_msgfree(result); as result is unitialized at this point
* | more unused filesGerald Carter2003-01-151-92/+0
| |
* | remving more unused filesGerald Carter2003-01-152-77/+0
| |
* | [merge]Gerald Carter2003-01-156-16/+18
| | | | | | | | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE
* | removing unused files from release branchGerald Carter2003-01-154-1337/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-01-151-0/+88
|\|
| * Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2003-01-156-20/+330
| | | | | | | | | | | | | | eliminate the dependency on the auth subsystem. The next step is to add the required code to 'ntlm_auth', for export to Squid etc. Andrew Bartlett
| * Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdupAndrew Bartlett2003-01-151-3/+1
| | | | | | | | | | | | instead. Andrew Bartlett