summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-11-03Fix more 64-bit printf warnings.Tim Potter3-8/+11
2003-11-02Cast to fix warning on Solaris sendfile - check buildfarm outputTim Potter1-1/+1
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+1
2003-10-24Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe1-0/+4
2003-10-23After a phonecall with jra finally commit this.Volker Lendecke2-12/+5
2003-10-23Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough1-2/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison6-17/+23
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-2/+17
2003-10-14Delete unused label to fix compiler warning.Tim Potter1-1/+0
2003-10-12make nt-time <-> unix-time functions nearly reversibleSimo Sorce1-2/+5
2003-10-09Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij1-99/+1
2003-10-06split some security related functions in their own files.Simo Sorce3-151/+1
2003-10-06This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User4-0/+1270
2003-10-06split some security related functions in their own files.Simo Sorce7-151/+1271
2003-10-01Fixed silly typo checking for signal_handler not signal.Jeremy Allison1-1/+1
2003-10-01Fixed silly typo checking for signal_handler not signal.Jeremy Allison1-1/+1
2003-10-01Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison1-62/+86
2003-10-01Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison1-62/+86
2003-10-01merge of parameter changes from 3.0 and fix for bug 550Gerald Carter2-4/+6
2003-10-01wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter2-4/+6
2003-09-29Merge from 3.0:Tim Potter1-1/+1
2003-09-29Merge from 3.0:Tim Potter1-5/+7
2003-09-27iconv isn't const safe. Neither should smb_iconv be.Jeremy Allison1-1/+1
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-5/+7
2003-09-24* sync more files from 3.0Gerald Carter2-24/+40
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-24/+36
2003-09-23Add a descriptive comment to our usage of setresuid. lib/afs.c needsVolker Lendecke1-0/+4
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-2/+2
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-2/+2
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-15Alias charset 646 internallyAlexander Bokovoy1-0/+1
2003-09-15Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...Alexander Bokovoy1-0/+1
2003-09-15This ldap_value_free() looks like it was part of Jeremy's recent rampageTim Potter1-2/+0
2003-09-15Merge from Samba 3.0:Tim Potter1-15/+33
2003-09-15I think this is a bugfix that somehow was dropped from the 3.0 tree.Tim Potter1-0/+2
2003-09-15Merge from Samba 3.0:Tim Potter2-28/+65
2003-09-15Merge from Samba 3.0:Tim Potter1-1/+1
2003-09-15For some reason testparm runs at debug level 2 which causes the module probe ...Tim Potter1-1/+1
2003-09-13Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2-27/+63
2003-09-12Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. ReveredJeremy Allison1-1/+1
2003-09-10Still on my mb rampage. Ensure smbldap_make_mod() correctly detects oldJeremy Allison1-15/+13
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-0/+20
2003-09-10Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...Jeremy Allison1-0/+1
2003-09-10Remove another dead file.Tim Potter1-719/+0
2003-09-10Fix mb bug in fast path code. strlen_w() returns number of *characters*Jeremy Allison1-3/+3
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter20-225/+1158
2003-09-08Don't double-increment p in hash calculation. Found by valgrind.Jeremy Allison1-1/+1