summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | sync with HEAD; link to HOWTO indexGerald Carter2003-01-171-13/+1
| |
* | ck at documenting Win9X/ME Profile Handling.John Terpstra2003-01-171-0/+58
| |
* | 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.
* | update for 3.0Herb Lewis2003-01-161-84/+72
| |
* | 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.
* | Adding genlogon obtained from a a mailing list posting in 2001.John Terpstra2003-01-161-0/+71
| |
* | 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.
* | regenerate docsGerald Carter2003-01-1650-7991/+6486
| |
* | More notes added.John Terpstra2003-01-161-0/+57
| |
* | 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
| |
* | do not use RCS variables in fileGerald Carter2003-01-151-1/+1
| |
* | syncing docs with HEADGerald Carter2003-01-1576-29006/+11457
| |
* | Remove debugging stmt.Tim Potter2003-01-151-3/+0
| |
* | Sync up compiler warning fixes.Tim Potter2003-01-151-9/+9
| |
* | and another comment.John Terpstra2003-01-151-0/+11
| |
* | dded further comment.John Terpstra2003-01-151-0/+12
| |
* | Remove a wayward file.Richard Sharpe2003-01-151-281/+0
| |
* | Adding Win2K profile info.John Terpstra2003-01-151-0/+32
| |
* | Adding more notes.John Terpstra2003-01-151-0/+16
| |
* | Added note about Win2Pro RK.John Terpstra2003-01-151-0/+12
| |
* | 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-157-17/+19
| | | | | | | | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE
* | First set of Profile Manipulation Notes.John Terpstra2003-01-151-0/+43
| |
* | 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
| * added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-156-0/+247
| | | | | | | | | | | | | | | | | | | | | | principal similar to the existing cli_lsa_enum_privsaccount() call, except that cli_lsa_enum_account_rights() doesn't require a call to open_account first. There is also the minor matter that cli_lsa_enum_account_rights() works whereas cli_lsa_enum_privsaccount() doesn't! this call can be used to find what privileges an account or group has. This is a first step towards proper privileges support in Samba.
| * Fix warnings by getting the function into a shape the autoprototyper willAndrew Bartlett2003-01-151-6/+4
| | | | | | | | | | | | read, and add a static. Andrew Bartlett
| * Crash fixes:Andrew Bartlett2003-01-152-2/+8
| | | | | | | | | | | | | | | | | | - fix a crash when a second NTLMSSP session tried to free the first - fix a crash due to some NULL pointers in the Add Printer Wizard (or read printer code too it appears). As far as I can tell it's just that the GUID just might not exist. Andrew Bartlett