summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter2001-06-051-0/+5
| |
| * use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-0418-27/+27
| |
| * Added add domain user to rpcclient.Tim Potter2001-06-042-0/+238
| | | | | | | | Added cli_ functions for set userinfo and userinfo2.
| * More compile fixups for winbind portability.Tim Potter2001-06-042-3/+7
| |
| * Compile fix for Solaris.Tim Potter2001-06-041-8/+29
| |
| * Compile fix for solaris.Tim Potter2001-06-041-7/+5
| | | | | | | | Fixed some compiler warnings.
| * Compile fix for wbinfo on solaris.Tim Potter2001-06-043-601/+601
| |
| * removed SHLIBS until someone has time to get it to compile on more platforms ↵Andrew Tridgell2001-06-031-1/+4
| | | | | | | | (Richard?)
| * Update prototype file.Tim Potter2001-06-021-13/+0
| |
| * Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter2001-06-021-9/+13
| | | | | | | | branch.
| * Removed irritating and unecessary debug message.Tim Potter2001-06-021-3/+0
| |
| * i18n bugfix merge from appliance.Tim Potter2001-06-021-1/+6
| |
| * final sync with SAMBA_2_2Gerald Carter2001-06-0114-162/+169
| |
| * more syncs with SAMBA_2_2Gerald Carter2001-06-018-95/+1170
| |
| * sync with SAMBA_2_2Gerald Carter2001-06-0144-0/+4864
| |
| * Oops.Tim Potter2001-06-011-1/+15
| |
| * beginning of merge with SAMBA_2_2Gerald Carter2001-06-015-28/+34
| |
| * forgot oneGerald Carter2001-06-011-0/+240
| |
| * If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-013-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_2Gerald Carter2001-06-0115-266/+317
| |
| * Added a --with/without winbind option to configure. The default is toTim Potter2001-06-012-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_2Gerald Carter2001-06-0139-4585/+10056
| |
| * Added *.po to .cvsignore files.Tim Potter2001-06-013-0/+3
| |
| * Added a comment.Tim Potter2001-06-011-0/+1
| |
| * merge from 2.2Gerald Carter2001-05-311-12/+28
| |
| * merge from 2.2Gerald Carter2001-05-311-0/+6
| |
| * merge from 2.2Gerald Carter2001-05-312-3/+1
| |
* | Merge in HEAD build changes.Jeremy Allison2001-06-271-0/+89
| | | | | | | | Jeremy.
* | get rid of compile warning about unused variableHerb Lewis2001-06-271-2/+2
| |
* | Tidyups from SGI compiler, fixed enum nss_status -> NSS_STATUS.Herb Lewis2001-06-268-24/+17
| | | | | | | | Jeremy.
* | Oops. Committed with half-built proto.hHerb Lewis2001-06-261-1/+3430
| | | | | | | | Jeremy.
* | Added check for nss_common.h that I missed in the include merge. ShouldJeremy Allison2001-06-264-3432/+6
| | | | | | | | | | fix Solaris builds. Jeremy.
* | Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison2001-06-261-3/+7
| | | | | | | | | | ace entries. Jeremy.
* | Merge Tim's NULL ACE fix....Jeremy Allison2001-06-261-1/+8
| | | | | | | | Jeremy.
* | Syncup with I18N fix for printing from HEAD.Jeremy Allison2001-06-262-549/+554
| | | | | | | | Jeremy.
* | Syncup with HEAD - ensure minimal changes (mapping.h is currently a ↵Jeremy Allison2001-06-261-20/+39
| | | | | | | | | | | | placeholder). Jeremy.
* | Always try DOMAIN\user first - this is more specific.Jeremy Allison2001-06-261-11/+22
| | | | | | | | Jeremy.
* | casts to get rid of compiler warningsHerb Lewis2001-06-251-2/+2
| |
* | Oops. Forgot to add the socklen_t typedef for systems that don't have it...Jeremy Allison2001-06-251-0/+4
| | | | | | | | Jeremy.
* | Add in socklen_t fix and SIG_ATOMIC_T change.Jeremy Allison2001-06-2517-1116/+1169
| | | | | | | | Jeremy.
* | Ensure numeric group or usernames don't get misinterpreted.Jeremy Allison2001-06-251-4/+8
| | | | | | | | Jeremy.
* | Added Andrew Bartlett's pam password change stuff. Needs a little more testingJeremy Allison2001-06-252-88/+280
| | | | | | | | | | but looks really good. Jeremy.
* | Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
| | | | | | | | Jeremy.
* | use cast to get rid of compile warningHerb Lewis2001-06-251-1/+1
| |
* | fix compiler warning - unsigned int vs intHerb Lewis2001-06-251-1/+1
| |
* | clean up another compiler warning unsigned char vs charHerb Lewis2001-06-251-1/+1
| |
* | fix compiler warning - unsigned char should be just charHerb Lewis2001-06-251-1/+1
| |
* | Adding in Tim's NET_SRV_SET_INFO call from HEAD (one more RPC never hurts :-).Jeremy Allison2001-06-254-1/+129
| | | | | | | | Jeremy.
* | Log debug message before and after so we know if netbios names were changed.Jeremy Allison2001-06-231-0/+3
| | | | | | | | Jeremy.
* | Added "other_safe_chars" to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-236-560/+570
| | | | | | | | | | API fix for the problem. Jeremy.