summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add client side code to do endpoint map queries. Currently does oneJim McDonough2003-10-182-0/+130
| * Fix tower length calculations and add some constJim McDonough2003-10-181-4/+5
| * Typo broke win9x logins.Jeremy Allison2003-10-171-1/+1
| * uuid itself might not be aligned (as is the case in epm map requests), soJim McDonough2003-10-171-3/+3
| * * fix some compile warnings in the gums codeGerald Carter2003-10-174-3/+52
| * Add endpoint mapper parse codeJim McDonough2003-10-171-1/+1
| * Add epmapper pipeJim McDonough2003-10-173-2/+15
| * Add (un)marshalling code for endpoint mapper map operationJim McDonough2003-10-171-0/+406
| * Add endpoint mapper rpc definitionsJim McDonough2003-10-171-0/+115
| * Remove DEBUG statement from wb_common.c as it should not be there.Richard Sharpe2003-10-161-2/+0
| * Tidyup wrap checking.Jeremy Allison2003-10-163-14/+38
| * Fix buggy data_len calculation in echo. Add paranoia debug message.Jeremy Allison2003-10-161-1/+5
| * Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison2003-10-161-0/+4
| * created a new target: genparseSimo Sorce2003-10-152-5/+7
| * updating version in copyrightGerald Carter2003-10-141-1/+1
| * Enable us to see what sequence number we were expecting when we fail a signJeremy Allison2003-10-141-4/+4
| * fix typoSimo Sorce2003-10-141-1/+1
| * sorry folks, forgot to cvs add/remove before commit.Simo Sorce2003-10-144-1196/+1923
| * Delete unused label to fix compiler warning.Tim Potter2003-10-141-1/+0
| * Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-145-0/+30
| * Set errno = ENOSYS if mmap not supported.Tim Potter2003-10-141-0/+1
| * Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone toTim Potter2003-10-142-100/+95
| * Ignore autogenerated tdbsam2_parse_info.hTim Potter2003-10-141-3/+4
| * Put back the changes that Simo reverted and fix a speling mistak.Richard Sharpe2003-10-131-1/+3
| * So here it is a non-intrusive patch with my latest work on gums (theSimo Sorce2003-10-1317-1249/+1208
| * Pull my previous changes into head as well.Richard Sharpe2003-10-132-0/+9
| * make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter2003-10-131-1/+1
| * make nt-time <-> unix-time functions nearly reversibleSimo Sorce2003-10-121-2/+5
* | Add some debugs in the error paths for tdb_brlock() to help track downTim Potter2003-10-241-1/+6
* | Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.Jeremy Allison2003-10-241-0/+16
* | After a phonecall with jra finally commit this.Volker Lendecke2003-10-232-12/+5
* | Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough2003-10-233-3/+4
* | Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough2003-10-231-2/+3
* | According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrindVolker Lendecke2003-10-231-1/+1
* | Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-2225-63/+83
* | Fix segfault in mount.cifs helper when there is no options specified during m...Alexander Bokovoy2003-10-221-1/+1
* | In cli_lsa_lookup_sids don't leave the domain field uninitialized ifVolker Lendecke2003-10-221-0/+1
* | Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-212-1/+13
* | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-214-5/+21
* | Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-214-49/+30
* | call initgroups before becomming the user; patch from Fabio CecchiGerald Carter2003-10-211-0/+3
* | fixed a number of bugs and memory leaks in the AIX winbind shimAndrew Tridgell2003-10-211-249/+231
* | Merge of spelling fix from HEAD.Tim Potter2003-10-211-1/+1
* | If we have blacklisted mmap() try to avoid using it accidentally byTim Potter2003-10-211-0/+7
* | Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.Jeremy Allison2003-10-201-1/+1
* | more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-203-15/+36
* | It's a perfectly valid condition to have zero alias members.Volker Lendecke2003-10-201-0/+6
* | make sure we have a devmode before copying a string to the devicename; patch ...Gerald Carter2003-10-201-3/+4
* | We are doing NT error codes now.... If we have an NT error, report thatVolker Lendecke2003-10-201-0/+11
* | Changed output so all debug output goes to stderr, and all file processingJohn Terpstra2003-10-201-40/+40