summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-10-24Check for va_copy before you check for __va_copy, since va_copy is theRichard Sharpe2-4/+18
2003-10-24Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison1-0/+16
2003-10-23Merge from 3_0:Volker Lendecke2-12/+5
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough3-3/+4
2003-10-23Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough1-2/+3
2003-10-23Merge from 3_0:Volker Lendecke1-1/+1
2003-10-23Apply the changes to libsmbclient that derrell has contributed. Fix someRichard Sharpe4-394/+2799
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison25-63/+83
2003-10-22Be sure referent ID is updated for incoming structures, too.Jim McDonough1-3/+13
2003-10-22Fix segfault in mount.cifs helper when there is no options specified during m...Alexander Bokovoy1-1/+1
2003-10-22Merge from 3_0:Volker Lendecke1-0/+1
2003-10-21Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2-1/+13
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison4-5/+21
2003-10-21Merge tridge's AIX fixes.Jeremy Allison1-249/+231
2003-10-21Add server side support for epmapper pipe. Currently only does a fixedJim McDonough6-4/+176
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison4-49/+30
2003-10-21Fix typoJim McDonough1-1/+1
2003-10-21call initgroups before becomming the user; patch from Fabio CecchiGerald Carter1-0/+3
2003-10-21Merge of another fix from Monyo.Tim Potter1-1/+1
2003-10-21Merge of mmap blacklist fix from HEAD.Tim Potter1-0/+7
2003-10-21Merge of krb5_keytab entry key vs keyblock member check from HEAD.Tim Potter2-4/+21
2003-10-21Merge of wrepld link fix.Tim Potter1-1/+2
2003-10-20Update structures after ethereal showed some marshalling/unmarshallingJim McDonough2-11/+38
2003-10-20Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.Jeremy Allison1-1/+1
2003-10-20Merge Volker's fix.Jeremy Allison1-0/+6
2003-10-20Merge Volker's fix.Jeremy Allison1-0/+11
2003-10-20Several updates:Jim McDonough3-4/+50
2003-10-20Merge tridge's tdb updates.Jeremy Allison4-3/+10
2003-10-20more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter3-15/+36
2003-10-20make sure we have a devmode before copying a string to the devicename; patch ...Gerald Carter1-3/+4
2003-10-19Compile libsmbclient with DYNEXPJelmer Vernooij1-1/+1
2003-10-18Add epmapper commands to rpcclientJim McDonough1-0/+2
2003-10-18Add epmapper client files to rpcclient buildJim McDonough1-2/+3
2003-10-18Add client side code to do endpoint map queries. Currently does oneJim McDonough2-0/+130
2003-10-18Fix tower length calculations and add some constJim McDonough1-4/+5
2003-10-17Typo broke win9x logins.Jeremy Allison1-1/+1
2003-10-17uuid itself might not be aligned (as is the case in epm map requests), soJim McDonough1-3/+3
2003-10-17* fix some compile warnings in the gums codeGerald Carter4-3/+52
2003-10-17Add endpoint mapper parse codeJim McDonough1-1/+1
2003-10-17Add epmapper pipeJim McDonough3-2/+15
2003-10-17Add (un)marshalling code for endpoint mapper map operationJim McDonough1-0/+406
2003-10-17Add endpoint mapper rpc definitionsJim McDonough1-0/+115
2003-10-16Remove DEBUG statement from wb_common.c as it should not be there.Richard Sharpe1-2/+0
2003-10-16Tidyup wrap checking.Jeremy Allison3-14/+38
2003-10-16Fix buggy data_len calculation in echo. Add paranoia debug message.Jeremy Allison1-1/+5
2003-10-16Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison1-0/+4
2003-10-15created a new target: genparseSimo Sorce2-5/+7
2003-10-14updating version in copyrightGerald Carter1-1/+1
2003-10-14Enable us to see what sequence number we were expecting when we fail a signJeremy Allison1-4/+4
2003-10-14fix typoSimo Sorce1-1/+1