summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Undo accidentally committed stuff.Tim Potter2003-11-061-111/+0
|
* Ignore tallocdump binary.Tim Potter2003-11-062-2/+113
|
* make sure that we expand %H (from vl); bug 612Gerald Carter2003-11-051-0/+3
|
* Use the actual size of the buffer in strftime instead of a made up valueTim Potter2003-11-041-1/+1
| | | | which just happens to be less than sizeof(fstring). Closes #713.
* Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison2003-11-041-1/+18
| | | | Jeremy.
* Fix more 64-bit printf warnings.Tim Potter2003-11-033-8/+11
|
* Cast to fix warning on Solaris sendfile - check buildfarm outputTim Potter2003-11-021-1/+1
| | | | to see if this works! Bug #706.
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-0/+1
| | | | Jeremy.
* Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe2003-10-241-0/+4
| | | | and lib/snprintf. Check for va_copy first, and then look for __va_copy.
* After a phonecall with jra finally commit this.Volker Lendecke2003-10-232-12/+5
| | | | | | | | | | | | | | This changes our behaviour when the setresuid call is available. We now not only change the effective uid but also the real uid when becoming unprivileged. This is mainly for improved AFS compatibility, as AFS selects the token to send to the server based on the real uid of the process. I tested this with a W2k server with two non-root 'runas' sessions. They come in via a single smbd as two different users using two session setups. Samba on Linux can still switch between the two uids, proved by two different files created via those sessions. Volker
* Volker's fix for bug #668. Change the \n after the password prompt to goJim McDonough2003-10-231-2/+3
| | | | to tty instead of stdout.
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-226-17/+23
| | | | | | in iconv.c and nsswitch/). Using them means you're not thinking about multibyte at all and I really want to discourage that. Jeremy.
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-2/+17
| | | | | when reverse connecting back to a client for printer notify. Jeremy.
* Delete unused label to fix compiler warning.Tim Potter2003-10-141-1/+0
|
* make nt-time <-> unix-time functions nearly reversibleSimo Sorce2003-10-121-2/+5
|
* Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij2003-10-091-99/+1
| | | | Patch by Stefan Metzmacher <metze@metzemix.de>
* split some security related functions in their own files.Simo Sorce2003-10-063-151/+1
| | | | | | | | (no need to include all of smbd files to use some basic sec functions) also minor compile fixes couldn't compile to test these due to some kerberos problems wirh 3.0, but on HEAD they're working well, so I suppose it's ok to commit
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-10-064-0/+1270
|\
| * split some security related functions in their own files.Simo Sorce2003-10-067-151/+1271
| | | | | | | | | | | | (no need to include all of smbd files to use some basic sec functions) also minor compile fixes
| * Fixed silly typo checking for signal_handler not signal.Jeremy Allison2003-10-011-1/+1
| | | | | | | | Jeremy.
| * Allow ^C to interrupt smbpasswd if using our getpass.Jeremy Allison2003-10-011-62/+86
| | | | | | | | Jeremy.
| * merge of parameter changes from 3.0 and fix for bug 550Gerald Carter2003-10-012-4/+6
| |
| * Merge from 3.0:Tim Potter2003-09-291-1/+1
| | | | | | | | | | >iconv isn't const safe. Neither should smb_iconv be. >Jeremy.
| * Merge from 3.0:Tim Potter2003-09-291-5/+7
| | | | | | | | | | | | | | >Fix for #480. Change the interface for init_unistr2 to not take a length >but a flags field. We were assuming that 2*strlen(mb_string) == length of ucs2-le string. >This is not the case. Count it after conversion. >Jeremy.
| * * sync more files from 3.0Gerald Carter2003-09-242-24/+40
| | | | | | | | * set version string to "CVS 3.1.0alpha1"
| * fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
| |
| * Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-2/+2
| | | | | | | | | | | | | | me to expose a type arguement to make_sec_desc(). We weren't copying the SE_DESC_DACL_AUTO_INHERITED flag which could cause errors on auto inherited checks. Jeremy.
| * Unregister event fix from metze.Jeremy Allison2003-09-171-3/+6
| | | | | | | | Jeremy.
| * Alias charset 646 internallyAlexander Bokovoy2003-09-151-0/+1
| |
| * Merge from Samba 3.0:Tim Potter2003-09-151-15/+33
| | | | | | | | | | | | >Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old >values. >Jeremy.
| * Merge from Samba 3.0:Tim Potter2003-09-152-28/+65
| | | | | | | | | | | | | | | | >Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS ! >(rant off :-). Inspired by work from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. >Also add MacOSX/Darwin configure fixes. >Jerry - can we put this in 3.0 release ? :-). >Jeremy.
| * Merge from Samba 3.0:Tim Potter2003-09-151-1/+1
| | | | | | | | | | >For some reason testparm runs at debug level 2 which causes the module probe functions to >display verbose debugs. Increase the probe debugs to level 3.
| * Remove another dead file.Tim Potter2003-09-101-719/+0
| |
| * sync 3.0 into HEAD for the last timeGerald Carter2003-09-0920-225/+1158
| |
| * port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-0215-336/+462
| |
| * ading new files from 3.0Gerald Carter2003-07-162-0/+2225
| |
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-1616-122/+470
| | | | | | | | prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE
| * Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij2003-05-291-51/+103
| |
| * Merge of rpcstr_pull() termination fixes from 3.0Tim Potter2003-05-281-1/+4
| |
| * Merge of formatting fixups from 3.0Tim Potter2003-05-281-4/+9
| |
| * Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter2003-05-281-0/+4
| |
| * Fix unused variable warning.Tim Potter2003-05-271-1/+2
| |
| * Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER andTim Potter2003-05-271-0/+11
| | | | | | | | *SMBSERV as per comments in loadparm.c
| * Jelmer was really excited about copyrights this year.Tim Potter2003-05-271-1/+1
| |
| * syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-141-9/+9
| |
| * Move some #ifdefs and function prototypes around to avoid a compilerTim Potter2003-05-141-13/+14
| | | | | | | | warning when we have a working version of snprintf()
| * fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
| |
| * Merge from distcc:Martin Pool2003-05-071-2/+8
| | | | | | | | | | | | | | Put in a prototype for dummy_snprintf() to quiet compiler warnings. Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if the C library has some snprintf functions already.
| * Add metze's exit and idle event patchJelmer Vernooij2003-05-061-1/+106
| |
| * Fixed typo introduced when reverting patch from revision 1.19Tim Potter2003-05-051-1/+1
| |