Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | removed SHLIBS until someone has time to get it to compile on more platforms ↵ | Andrew Tridgell | 2001-06-03 | 1 | -1/+4 | |
| | | | | | | | | (Richard?) | |||||
| * | Update prototype file. | Tim Potter | 2001-06-02 | 1 | -13/+0 | |
| | | ||||||
| * | Merge of i18n domain name fix for lsa_query_info_policy() from appliance | Tim Potter | 2001-06-02 | 1 | -9/+13 | |
| | | | | | | | | branch. | |||||
| * | Removed irritating and unecessary debug message. | Tim Potter | 2001-06-02 | 1 | -3/+0 | |
| | | ||||||
| * | i18n bugfix merge from appliance. | Tim Potter | 2001-06-02 | 1 | -1/+6 | |
| | | ||||||
| * | final sync with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 14 | -162/+169 | |
| | | ||||||
| * | more syncs with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 8 | -95/+1170 | |
| | | ||||||
| * | sync with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 44 | -0/+4864 | |
| | | ||||||
| * | Oops. | Tim Potter | 2001-06-01 | 1 | -1/+15 | |
| | | ||||||
| * | beginning of merge with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 5 | -28/+34 | |
| | | ||||||
| * | forgot one | Gerald Carter | 2001-06-01 | 1 | -0/+240 | |
| | | ||||||
| * | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 2001-06-01 | 3 | -32/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff. | |||||
| * | sync with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 15 | -266/+317 | |
| | | ||||||
| * | Added a --with/without winbind option to configure. The default is to | Tim Potter | 2001-06-01 | 2 | -746/+789 | |
| | | | | | | | | | | | | compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect. | |||||
| * | syncing up with SAMBA_2_2 | Gerald Carter | 2001-06-01 | 39 | -4585/+10056 | |
| | | ||||||
| * | Added *.po to .cvsignore files. | Tim Potter | 2001-06-01 | 3 | -0/+3 | |
| | | ||||||
| * | Added a comment. | Tim Potter | 2001-06-01 | 1 | -0/+1 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -12/+28 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -0/+6 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-05-31 | 2 | -3/+1 | |
| | | ||||||
* | | Merge in HEAD build changes. | Jeremy Allison | 2001-06-27 | 1 | -0/+89 | |
| | | | | | | | | Jeremy. | |||||
* | | get rid of compile warning about unused variable | Herb Lewis | 2001-06-27 | 1 | -2/+2 | |
| | | ||||||
* | | Tidyups from SGI compiler, fixed enum nss_status -> NSS_STATUS. | Herb Lewis | 2001-06-26 | 8 | -24/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | Oops. Committed with half-built proto.h | Herb Lewis | 2001-06-26 | 1 | -1/+3430 | |
| | | | | | | | | Jeremy. | |||||
* | | Added check for nss_common.h that I missed in the include merge. Should | Jeremy Allison | 2001-06-26 | 4 | -3432/+6 | |
| | | | | | | | | | | fix Solaris builds. Jeremy. | |||||
* | | Ensure we always have a valid pointer on unmarshalling an SD with zero | Jeremy Allison | 2001-06-26 | 1 | -3/+7 | |
| | | | | | | | | | | ace entries. Jeremy. | |||||
* | | Merge Tim's NULL ACE fix.... | Jeremy Allison | 2001-06-26 | 1 | -1/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Syncup with I18N fix for printing from HEAD. | Jeremy Allison | 2001-06-26 | 2 | -549/+554 | |
| | | | | | | | | Jeremy. | |||||
* | | Syncup with HEAD - ensure minimal changes (mapping.h is currently a ↵ | Jeremy Allison | 2001-06-26 | 1 | -20/+39 | |
| | | | | | | | | | | | | placeholder). Jeremy. | |||||
* | | Always try DOMAIN\user first - this is more specific. | Jeremy Allison | 2001-06-26 | 1 | -11/+22 | |
| | | | | | | | | Jeremy. | |||||
* | | casts to get rid of compiler warnings | Herb Lewis | 2001-06-25 | 1 | -2/+2 | |
| | | ||||||
* | | Oops. Forgot to add the socklen_t typedef for systems that don't have it... | Jeremy Allison | 2001-06-25 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Add in socklen_t fix and SIG_ATOMIC_T change. | Jeremy Allison | 2001-06-25 | 17 | -1116/+1169 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure numeric group or usernames don't get misinterpreted. | Jeremy Allison | 2001-06-25 | 1 | -4/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Added Andrew Bartlett's pam password change stuff. Needs a little more testing | Jeremy Allison | 2001-06-25 | 2 | -88/+280 | |
| | | | | | | | | | | but looks really good. Jeremy. | |||||
* | | Fixed stupid typo that would stop trusted domains working. | Jeremy Allison | 2001-06-25 | 1 | -4/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | use cast to get rid of compile warning | Herb Lewis | 2001-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | fix compiler warning - unsigned int vs int | Herb Lewis | 2001-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | clean up another compiler warning unsigned char vs char | Herb Lewis | 2001-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | fix compiler warning - unsigned char should be just char | Herb Lewis | 2001-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | Adding in Tim's NET_SRV_SET_INFO call from HEAD (one more RPC never hurts :-). | Jeremy Allison | 2001-06-25 | 4 | -1/+129 | |
| | | | | | | | | Jeremy. | |||||
* | | Log debug message before and after so we know if netbios names were changed. | Jeremy Allison | 2001-06-23 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Added "other_safe_chars" to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 2001-06-23 | 6 | -560/+570 | |
| | | | | | | | | | | API fix for the problem. Jeremy. | |||||
* | | Better fix for remote name problem. | Jeremy Allison | 2001-06-23 | 2 | -3/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for %m problem... | Jeremy Allison | 2001-06-22 | 2 | -3/+3 | |
| | | | | | | | | Jeremy | |||||
* | | Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba ↵ | Jeremy Allison | 2001-06-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | Users Group Japan Jeremy | |||||
* | | Fixed logic bug in timeout processing spotted by Ying Chen ↵ | Jeremy Allison | 2001-06-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | <ying@almaden.ibm.com>. Jeremy. | |||||
* | | added new PAM chapter from John T. to HOWTO-Collection | Gerald Carter | 2001-06-22 | 8 | -3965/+4191 | |
| | | | | | | | | and regenerated the docs | |||||
* | | Fix for race condition found by Herb where we can end up with a NULL dbf. | Jeremy Allison | 2001-06-22 | 1 | -8/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | clarified the 'printer admin' description and example [print$] share. | Gerald Carter | 2001-06-22 | 1 | -2/+9 | |
| | | | | | | | | Will regenerate the HOWTO, et. al. later |