Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | don't free() auto variables; fixes segfault when looking up ↵ | Gerald Carter | 2003-01-21 | 1 | -3/+5 | |
| | | | | | | | | RefusePasswordChange registry value | |||||
* | | sanity checks from Ken Cross | Gerald Carter | 2003-01-21 | 2 | -3/+7 | |
| | | ||||||
* | | should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build | Jim McDonough | 2003-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge in more of the SuSE patches for Heimdal. These changes show how | Jeremy Allison | 2003-01-19 | 5 | -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 open | Gerald Carter | 2003-01-19 | 1 | -2/+10 | |
| | | ||||||
* | | removing extra debug statement | Gerald Carter | 2003-01-18 | 1 | -2/+0 | |
| | | ||||||
* | | connect to the actual netbios name in smb.conf and not LOCALHOST | Gerald Carter | 2003-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | sync with HEAD; link to HOWTO index | Gerald Carter | 2003-01-17 | 1 | -13/+1 | |
| | | ||||||
* | | ck at documenting Win9X/ME Profile Handling. | John Terpstra | 2003-01-17 | 1 | -0/+58 | |
| | | ||||||
* | | Janitorial duty... | Jeremy Allison | 2003-01-17 | 1 | -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 no | Jeremy Allison | 2003-01-17 | 2 | -18/+12 | |
| | | | | | | | | | | open resources. Jeremy. | |||||
* | | update for 3.0 | Herb Lewis | 2003-01-16 | 1 | -84/+72 | |
| | | ||||||
* | | Merge the fix from head about short variables. | Richard Sharpe | 2003-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. | Jeremy Allison | 2003-01-16 | 4 | -38/+77 | |
| | | | | | | | | Jeremy. | |||||
* | | Adding genlogon obtained from a a mailing list posting in 2001. | John Terpstra | 2003-01-16 | 1 | -0/+71 | |
| | | ||||||
* | | More Heimdal changes. Still not compiling with Heimdal yet... | Jeremy Allison | 2003-01-16 | 4 | -2/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | Fist part of fixes to make us compile with Heimdal. Don't explicitly | Jeremy Allison | 2003-01-16 | 4 | -146/+282 | |
| | | | | | | | | | | | | detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy. | |||||
* | | regenerate docs | Gerald Carter | 2003-01-16 | 50 | -7991/+6486 | |
| | | ||||||
* | | More notes added. | John Terpstra | 2003-01-16 | 1 | -0/+57 | |
| | | ||||||
* | | Add mutex protection around auth calls. | Jeremy Allison | 2003-01-16 | 1 | -41/+37 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of holding pattern stuff from HEAD. | Tim Potter | 2003-01-15 | 1 | -21/+5 | |
| | | ||||||
* | | s/WIFSIGNALLED/WIFSIGNALED/g | Gerald Carter | 2003-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | missed a file | Gerald Carter | 2003-01-15 | 1 | -13/+4 | |
| | | ||||||
* | | do not use RCS variables in file | Gerald Carter | 2003-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | syncing docs with HEAD | Gerald Carter | 2003-01-15 | 76 | -29006/+11457 | |
| | | ||||||
* | | Remove debugging stmt. | Tim Potter | 2003-01-15 | 1 | -3/+0 | |
| | | ||||||
* | | Sync up compiler warning fixes. | Tim Potter | 2003-01-15 | 1 | -9/+9 | |
| | | ||||||
* | | and another comment. | John Terpstra | 2003-01-15 | 1 | -0/+11 | |
| | | ||||||
* | | dded further comment. | John Terpstra | 2003-01-15 | 1 | -0/+12 | |
| | | ||||||
* | | Remove a wayward file. | Richard Sharpe | 2003-01-15 | 1 | -281/+0 | |
| | | ||||||
* | | Adding Win2K profile info. | John Terpstra | 2003-01-15 | 1 | -0/+32 | |
| | | ||||||
* | | Adding more notes. | John Terpstra | 2003-01-15 | 1 | -0/+16 | |
| | | ||||||
* | | Added note about Win2Pro RK. | John Terpstra | 2003-01-15 | 1 | -0/+12 | |
| | | ||||||
* | | playing janitor for tpot; remove holding pattern | Gerald Carter | 2003-01-15 | 1 | -6/+0 | |
| | | ||||||
* | | *lots of small merges form HEAD | Gerald Carter | 2003-01-15 | 25 | -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 HEAD | Gerald Carter | 2003-01-15 | 1 | -2/+6 | |
| | | ||||||
* | | winbindd merges from HEAD | Gerald Carter | 2003-01-15 | 3 | -18/+13 | |
| | | ||||||
* | | merging some rpcclient and net functionality from HEAD | Gerald Carter | 2003-01-15 | 13 | -26/+349 | |
| | | ||||||
* | | initialize acct_ctrl variable before it is used | Herb Lewis | 2003-01-15 | 1 | -2/+1 | |
| | | | | | | | | remove ldap_msgfree(result); as result is unitialized at this point | |||||
* | | more unused files | Gerald Carter | 2003-01-15 | 1 | -92/+0 | |
| | | ||||||
* | | remving more unused files | Gerald Carter | 2003-01-15 | 2 | -77/+0 | |
| | | ||||||
* | | [merge] | Gerald Carter | 2003-01-15 | 7 | -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 Terpstra | 2003-01-15 | 1 | -0/+43 | |
| | | ||||||
* | | removing unused files from release branch | Gerald Carter | 2003-01-15 | 4 | -1337/+0 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-01-15 | 1 | -0/+88 | |
|\| | ||||||
| * | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 2003-01-15 | 6 | -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 strdup | Andrew Bartlett | 2003-01-15 | 1 | -3/+1 | |
| | | | | | | | | | | | | instead. Andrew Bartlett | |||||
| * | added cli_lsa_enum_account_rights() call. Note that this is in | Andrew Tridgell | 2003-01-15 | 6 | -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 will | Andrew Bartlett | 2003-01-15 | 1 | -6/+4 | |
| | | | | | | | | | | | | read, and add a static. Andrew Bartlett | |||||
| * | Crash fixes: | Andrew Bartlett | 2003-01-15 | 2 | -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 |