Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Undo accidentally committed stuff. | Tim Potter | 2003-11-06 | 1 | -111/+0 | |
| | ||||||
* | Ignore tallocdump binary. | Tim Potter | 2003-11-06 | 2 | -2/+113 | |
| | ||||||
* | make sure that we expand %H (from vl); bug 612 | Gerald Carter | 2003-11-05 | 1 | -0/+3 | |
| | ||||||
* | Use the actual size of the buffer in strftime instead of a made up value | Tim Potter | 2003-11-04 | 1 | -1/+1 | |
| | | | | which just happens to be less than sizeof(fstring). Closes #713. | |||||
* | Fix for bug #703, try lowercase netgroups lookups. | Jeremy Allison | 2003-11-04 | 1 | -1/+18 | |
| | | | | Jeremy. | |||||
* | Fix more 64-bit printf warnings. | Tim Potter | 2003-11-03 | 3 | -8/+11 | |
| | ||||||
* | Cast to fix warning on Solaris sendfile - check buildfarm output | Tim Potter | 2003-11-02 | 1 | -1/+1 | |
| | | | | to see if this works! Bug #706. | |||||
* | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 2003-10-29 | 1 | -0/+1 | |
| | | | | Jeremy. | |||||
* | Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in | Richard Sharpe | 2003-10-24 | 1 | -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 Lendecke | 2003-10-23 | 2 | -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 go | Jim McDonough | 2003-10-23 | 1 | -2/+3 | |
| | | | | to tty instead of stdout. | |||||
* | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2003-10-22 | 6 | -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 problems | Jeremy Allison | 2003-10-21 | 1 | -2/+17 | |
| | | | | | when reverse connecting back to a client for printer notify. Jeremy. | |||||
* | Delete unused label to fix compiler warning. | Tim Potter | 2003-10-14 | 1 | -1/+0 | |
| | ||||||
* | make nt-time <-> unix-time functions nearly reversible | Simo Sorce | 2003-10-12 | 1 | -2/+5 | |
| | ||||||
* | Move sysquotas autoconf tests to a seperate file. | Jelmer Vernooij | 2003-10-09 | 1 | -99/+1 | |
| | | | | Patch by Stefan Metzmacher <metze@metzemix.de> | |||||
* | split some security related functions in their own files. | Simo Sorce | 2003-10-06 | 3 | -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 User | 2003-10-06 | 4 | -0/+1270 | |
|\ | ||||||
| * | split some security related functions in their own files. | Simo Sorce | 2003-10-06 | 7 | -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 Allison | 2003-10-01 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Allow ^C to interrupt smbpasswd if using our getpass. | Jeremy Allison | 2003-10-01 | 1 | -62/+86 | |
| | | | | | | | | Jeremy. | |||||
| * | merge of parameter changes from 3.0 and fix for bug 550 | Gerald Carter | 2003-10-01 | 2 | -4/+6 | |
| | | ||||||
| * | Merge from 3.0: | Tim Potter | 2003-09-29 | 1 | -1/+1 | |
| | | | | | | | | | | >iconv isn't const safe. Neither should smb_iconv be. >Jeremy. | |||||
| * | Merge from 3.0: | Tim Potter | 2003-09-29 | 1 | -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.0 | Gerald Carter | 2003-09-24 | 2 | -24/+40 | |
| | | | | | | | | * set version string to "CVS 3.1.0alpha1" | |||||
| * | fix some warnings found by the Sun C compiler | Gerald Carter | 2003-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 2003-09-19 | 1 | -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 Allison | 2003-09-17 | 1 | -3/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Alias charset 646 internally | Alexander Bokovoy | 2003-09-15 | 1 | -0/+1 | |
| | | ||||||
| * | Merge from Samba 3.0: | Tim Potter | 2003-09-15 | 1 | -15/+33 | |
| | | | | | | | | | | | | >Still on my mb rampage. Ensure smbldap_make_mod() correctly detects old >values. >Jeremy. | |||||
| * | Merge from Samba 3.0: | Tim Potter | 2003-09-15 | 2 | -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 Potter | 2003-09-15 | 1 | -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 Potter | 2003-09-10 | 1 | -719/+0 | |
| | | ||||||
| * | sync 3.0 into HEAD for the last time | Gerald Carter | 2003-09-09 | 20 | -225/+1158 | |
| | | ||||||
| * | port latest changes from SAMBA_3_0 tree | Simo Sorce | 2003-08-02 | 15 | -336/+462 | |
| | | ||||||
| * | ading new files from 3.0 | Gerald Carter | 2003-07-16 | 2 | -0/+2225 | |
| | | ||||||
| * | trying to get HEAD building again. If you want the code | Gerald Carter | 2003-07-16 | 16 | -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 Vernooij | 2003-05-29 | 1 | -51/+103 | |
| | | ||||||
| * | Merge of rpcstr_pull() termination fixes from 3.0 | Tim Potter | 2003-05-28 | 1 | -1/+4 | |
| | | ||||||
| * | Merge of formatting fixups from 3.0 | Tim Potter | 2003-05-28 | 1 | -4/+9 | |
| | | ||||||
| * | Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0 | Tim Potter | 2003-05-28 | 1 | -0/+4 | |
| | | ||||||
| * | Fix unused variable warning. | Tim Potter | 2003-05-27 | 1 | -1/+2 | |
| | | ||||||
| * | Merge from 3.0: Fix set_local_machine_name() for both *SMBSERVER and | Tim Potter | 2003-05-27 | 1 | -0/+11 | |
| | | | | | | | | *SMBSERV as per comments in loadparm.c | |||||
| * | Jelmer was really excited about copyrights this year. | Tim Potter | 2003-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | syncing LDAP schema changes with Samba_3_0 | Gerald Carter | 2003-05-14 | 1 | -9/+9 | |
| | | ||||||
| * | Move some #ifdefs and function prototypes around to avoid a compiler | Tim Potter | 2003-05-14 | 1 | -13/+14 | |
| | | | | | | | | warning when we have a working version of snprintf() | |||||
| * | fixed bug #75; add check for non-zero destlen | Gerald Carter | 2003-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Merge from distcc: | Martin Pool | 2003-05-07 | 1 | -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 patch | Jelmer Vernooij | 2003-05-06 | 1 | -1/+106 | |
| | | ||||||
| * | Fixed typo introduced when reverting patch from revision 1.19 | Tim Potter | 2003-05-05 | 1 | -1/+1 | |
| | |